You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ra...@apache.org on 2006/02/27 23:44:19 UTC

svn commit: r381472 - /jakarta/commons/proper/jexl/trunk/xdocs/navigation.xml

Author: rahul
Date: Mon Feb 27 14:44:16 2006
New Revision: 381472

URL: http://svn.apache.org/viewcvs?rev=381472&view=rev
Log:
There probably is a good reason why we don't use a space here, but spaces work just fine for me when I build. Ofcourse, we can revert if someone points out the reason ;-)

In addition, remove tab characters.


Modified:
    jakarta/commons/proper/jexl/trunk/xdocs/navigation.xml

Modified: jakarta/commons/proper/jexl/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jexl/trunk/xdocs/navigation.xml?rev=381472&r1=381471&r2=381472&view=diff
==============================================================================
--- jakarta/commons/proper/jexl/trunk/xdocs/navigation.xml (original)
+++ jakarta/commons/proper/jexl/trunk/xdocs/navigation.xml Mon Feb 27 14:44:16 2006
@@ -20,10 +20,10 @@
 <project name="Commons JEXL">
   <title>Commons JEXL</title>
   <body>
-  	&top-menus;
-    <menu name="Commons&#xA0;Jexl">
+    &top-menus;
+    <menu name="Commons Jexl">
       <item name="Overview"                      href="/index.html" />
-      <item name="API&#xA0;Documentation"        href="/apidocs/index.html"/>
+      <item name="API Documentation"             href="/apidocs/index.html"/>
       <item name="Examples"                      href="http://svn.apache.org/repos/asf/jakarta/commons/proper/jexl/trunk/examples/"/>
       <item name="Releases and Builds"           href="/releases.html"/>
       <item name="Jar Downloads"                 href="/downloads.html"/>
@@ -36,4 +36,3 @@
 </project>
 
 
-	



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: svn commit: r381472 - /jakarta/commons/proper/jexl/trunk/xdocs/navigation.xml

Posted by Dion Gillard <di...@gmail.com>.
+1 on Javadoc

On 2/28/06, Rahul Akolkar <ra...@gmail.com> wrote:
> On 2/27/06, Dion Gillard <di...@gmail.com> wrote:
> > The idea was that #A0 is a non-breaking space, e.g. "API
> > Documentation" shouldn't be split across two lines.
> >
> <snip/>
>
> Thanks, I'll revert ;-)
>
> Can we rename "API documentation" to "Javadoc"? I prefer the latter,
> but I have no strong opinion. Otherwise, we'll have "1.0 API
> documentation" and "Latest API documentation" -- seems a tad long for
> the navbar?
>
> -Rahul
>
>
> > On 2/28/06, rahul@apache.org <ra...@apache.org> wrote:
> > > Author: rahul
> > > Date: Mon Feb 27 14:44:16 2006
> > > New Revision: 381472
> > >
> > > URL: http://svn.apache.org/viewcvs?rev=381472&view=rev
> > > Log:
> > > There probably is a good reason why we don't use a space here, but spaces work just fine for me when I build. Ofcourse, we can revert if someone points out the reason ;-)
> > >
> > > In addition, remove tab characters.
> > >
> <snap/>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>
>


--
http://www.multitask.com.au/people/dion/
Chuck Norris sleeps with a night light. Not because Chuck Norris is
afraid of the dark, but because the dark is afraid of Chuck Norris

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: svn commit: r381472 - /jakarta/commons/proper/jexl/trunk/xdocs/navigation.xml

Posted by Rahul Akolkar <ra...@gmail.com>.
On 2/27/06, Dion Gillard <di...@gmail.com> wrote:
> The idea was that #A0 is a non-breaking space, e.g. "API
> Documentation" shouldn't be split across two lines.
>
<snip/>

Thanks, I'll revert ;-)

Can we rename "API documentation" to "Javadoc"? I prefer the latter,
but I have no strong opinion. Otherwise, we'll have "1.0 API
documentation" and "Latest API documentation" -- seems a tad long for
the navbar?

-Rahul


> On 2/28/06, rahul@apache.org <ra...@apache.org> wrote:
> > Author: rahul
> > Date: Mon Feb 27 14:44:16 2006
> > New Revision: 381472
> >
> > URL: http://svn.apache.org/viewcvs?rev=381472&view=rev
> > Log:
> > There probably is a good reason why we don't use a space here, but spaces work just fine for me when I build. Ofcourse, we can revert if someone points out the reason ;-)
> >
> > In addition, remove tab characters.
> >
<snap/>

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: svn commit: r381472 - /jakarta/commons/proper/jexl/trunk/xdocs/navigation.xml

Posted by Dion Gillard <di...@gmail.com>.
The idea was that #A0 is a non-breaking space, e.g. "API
Documentation" shouldn't be split across two lines.

On 2/28/06, rahul@apache.org <ra...@apache.org> wrote:
> Author: rahul
> Date: Mon Feb 27 14:44:16 2006
> New Revision: 381472
>
> URL: http://svn.apache.org/viewcvs?rev=381472&view=rev
> Log:
> There probably is a good reason why we don't use a space here, but spaces work just fine for me when I build. Ofcourse, we can revert if someone points out the reason ;-)
>
> In addition, remove tab characters.
>
>
> Modified:
>     jakarta/commons/proper/jexl/trunk/xdocs/navigation.xml
>
> Modified: jakarta/commons/proper/jexl/trunk/xdocs/navigation.xml
> URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jexl/trunk/xdocs/navigation.xml?rev=381472&r1=381471&r2=381472&view=diff
> ==============================================================================
> --- jakarta/commons/proper/jexl/trunk/xdocs/navigation.xml (original)
> +++ jakarta/commons/proper/jexl/trunk/xdocs/navigation.xml Mon Feb 27 14:44:16 2006
> @@ -20,10 +20,10 @@
>  <project name="Commons JEXL">
>    <title>Commons JEXL</title>
>    <body>
> -       &top-menus;
> -    <menu name="Commons&#xA0;Jexl">
> +    &top-menus;
> +    <menu name="Commons Jexl">
>        <item name="Overview"                      href="/index.html" />
> -      <item name="API&#xA0;Documentation"        href="/apidocs/index.html"/>
> +      <item name="API Documentation"             href="/apidocs/index.html"/>
>        <item name="Examples"                      href="http://svn.apache.org/repos/asf/jakarta/commons/proper/jexl/trunk/examples/"/>
>        <item name="Releases and Builds"           href="/releases.html"/>
>        <item name="Jar Downloads"                 href="/downloads.html"/>
> @@ -36,4 +36,3 @@
>  </project>
>
>
> -
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>
>


--
http://www.multitask.com.au/people/dion/
Chuck Norris sleeps with a night light. Not because Chuck Norris is
afraid of the dark, but because the dark is afraid of Chuck Norris

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org