You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by th...@apache.org on 2005/05/19 11:58:40 UTC

svn commit: r170900 - in /lenya/branches/BRANCH_1_2_X/src/webapp/lenya: pubs/blog/config/menus/archive.xsp pubs/blog/config/menus/entry.xsp pubs/blog/config/menus/feed.xsp pubs/default/config/menus/generic.xsp pubs/default/config/menus/links.xsp xslt/util/publication.xsl

Author: thorsten
Date: Thu May 19 02:58:37 2005
New Revision: 170900

URL: http://svn.apache.org/viewcvs?rev=170900&view=rev
Log:
Fixed the links to the documentation

Modified:
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/menus/archive.xsp
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/menus/entry.xsp
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/menus/feed.xsp
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/menus/generic.xsp
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/menus/links.xsp
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/util/publication.xsl

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/menus/archive.xsp
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/menus/archive.xsp?rev=170900&r1=170899&r2=170900&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/menus/archive.xsp (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/menus/archive.xsp Thu May 19 02:58:37 2005
@@ -50,7 +50,7 @@
 
     <menu i18n:attr="name" name="Help" label="Help">
       <block>
-        <item href="http://lenya.apache.org/docs/index.html"><i18n:text>Documentation</i18n:text></item>
+        <item href="http://lenya.apache.org/1_2_x/index.html"><i18n:text>Documentation</i18n:text></item>
         <item href="http://wiki.apache.org/lenya/"><i18n:text>Wiki</i18n:text></item>
       </block>
       <block>

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/menus/entry.xsp
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/menus/entry.xsp?rev=170900&r1=170899&r2=170900&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/menus/entry.xsp (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/menus/entry.xsp Thu May 19 02:58:37 2005
@@ -73,7 +73,7 @@
 
     <menu i18n:attr="name" name="Help" label="Help">
       <block>
-        <item href="http://lenya.apache.org/docs/index.html"><i18n:text>Documentation</i18n:text></item>
+        <item href="http://lenya.apache.org/1_2_x/index.html"><i18n:text>Documentation</i18n:text></item>
         <item href="http://wiki.apache.org/lenya/"><i18n:text>Wiki</i18n:text></item>
       </block>
       <block>

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/menus/feed.xsp
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/menus/feed.xsp?rev=170900&r1=170899&r2=170900&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/menus/feed.xsp (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/menus/feed.xsp Thu May 19 02:58:37 2005
@@ -57,7 +57,7 @@
  
     <menu i18n:attr="name" name="Help" label="Help">
       <block>
-        <item href="http://lenya.apache.org/docs/index.html"><i18n:text>Documentation</i18n:text></item>
+        <item href="http://lenya.apache.org/1_2_x/index.html"><i18n:text>Documentation</i18n:text></item>
         <item href="http://wiki.apache.org/lenya/"><i18n:text>Wiki</i18n:text></item>
       </block>
       <block>

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/menus/generic.xsp
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/menus/generic.xsp?rev=170900&r1=170899&r2=170900&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/menus/generic.xsp (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/menus/generic.xsp Thu May 19 02:58:37 2005
@@ -272,7 +272,7 @@
 
       <menu i18n:attr="name" name="Help" label="Debug">
         <block>
-            <item href="http://lenya.apache.org/docs/index.html"><i18n:text>Documentation</i18n:text></item>
+            <item href="http://lenya.apache.org/1_2_x/index.html"><i18n:text>Documentation</i18n:text></item>
             <item href="http://wiki.apache.org/lenya/"><i18n:text>Wiki</i18n:text></item>
         </block>
         <block>

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/menus/links.xsp
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/menus/links.xsp?rev=170900&r1=170899&r2=170900&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/menus/links.xsp (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/menus/links.xsp Thu May 19 02:58:37 2005
@@ -89,7 +89,7 @@
 
       <menu i18n:attr="name" name="Help" label="Debug">
 	<block>
-	  <item><xsp:attribute name="href">http://lenya.apache.org/docs/index.html</xsp:attribute><i18n:text>System&#160;Documentation</i18n:text></item>
+	  <item><xsp:attribute name="href">http://lenya.apache.org/1_2_x/index.html</xsp:attribute><i18n:text>System&#160;Documentation</i18n:text></item>
 	  <item href="http://wiki.apache.org/lenya/"><i18n:text>Wiki</i18n:text></item>
 	</block>
   <block>

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/util/publication.xsl
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/util/publication.xsl?rev=170900&r1=170899&r2=170900&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/util/publication.xsl (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/util/publication.xsl Thu May 19 02:58:37 2005
@@ -39,7 +39,7 @@
   <li><a href="authoring/">Login&#160;as&#160;Editor</a></li>
 </ul>
 <div class="lenya-publication-item"><a href="../index.html">Other&#160;Publications</a></div>
-<div class="lenya-publication-item"><a href="http://lenya.apache.org/docs/index.html">Documentation</a></div>
+<div class="lenya-publication-item"><a href="http://lenya.apache.org/1_2_x/index.html">Documentation</a></div>
 <div class="lenya-publication-item"><a href="http://wiki.apache.org/lenya">Wiki&#160;Documentation</a></div>
 </div>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org