r9532 - apps/welcome/trunk/code/Guide

[email protected]
Newsgroups gmane.comp.java.helma.cvs
Message-ID <[email protected]>
Author: zumbrunn
Date: 2009-02-20 01:41:26 +0100 (Fri, 20 Feb 2009)
New Revision: 9532

Modified:
   apps/welcome/trunk/code/Guide/intro.actions.skin
   apps/welcome/trunk/code/Guide/intro.applications.skin
   apps/welcome/trunk/code/Guide/intro.dbmapping.skin
   apps/welcome/trunk/code/Guide/intro.hopobjects.skin
   apps/welcome/trunk/code/Guide/intro.javapackages.skin
   apps/welcome/trunk/code/Guide/intro.macros.skin
   apps/welcome/trunk/code/Guide/intro.prototypes.skin
   apps/welcome/trunk/code/Guide/intro.skins.skin
   apps/welcome/trunk/code/Guide/intro.staticfiles.skin
   apps/welcome/trunk/code/Guide/list.website.skin
   apps/welcome/trunk/code/Guide/tools.about_inspector.skin
   apps/welcome/trunk/code/Guide/tools.about_shell.skin
   apps/welcome/trunk/code/Guide/tools.about_sqlshell.skin
Log:
changed various links related to moving old pages to the gobi based site

Details at http://dev.helma.org/trac/helma/changeset/9532

Modified: apps/welcome/trunk/code/Guide/intro.actions.skin
===================================================================
--- apps/welcome/trunk/code/Guide/intro.actions.skin	2009-02-20 00:38:39 UTC (rev 9531)
+++ apps/welcome/trunk/code/Guide/intro.actions.skin	2009-02-20 00:41:26 UTC (rev 9532)
@@ -37,4 +37,4 @@
 <p>More information about the way Helma handles requests and maps them to 
     actions, and how Helma maps directories and filename extensions to 
     objects in the Javascript environment:
-<br /><a href="http://helma.org/docs/guide/framework/">/docs/guide/framework/</a></p>
+<br /><a href="http://dev.helma.org/docs/Request-Response-Cycle/">/docs/Request-Response-Cycle/</a></p>
\ No newline at end of file

Modified: apps/welcome/trunk/code/Guide/intro.applications.skin
===================================================================
--- apps/welcome/trunk/code/Guide/intro.applications.skin	2009-02-20 00:38:39 UTC (rev 9531)
+++ apps/welcome/trunk/code/Guide/intro.applications.skin	2009-02-20 00:41:26 UTC (rev 9532)
@@ -43,6 +43,6 @@
     ./apps/welcome/code/app.properties.</p>
 
 <p>More information about these files:
-<br /><a href="http://helma.org/docs/guide/properties/apps.properties/">/docs/guide/properties/apps.properties/</a>
-<br /><a href="http://helma.org/docs/guide/properties/app.properties/">/docs/guide/properties/app.properties/</a>
+<br /><a href="http://dev.helma.org/docs/Properties+Files/apps.properties/">/docs/Properties+Files/apps.properties/</a>
+<br /><a href="http://dev.helma.org/docs/Properties+Files/app.properties/">/docs/Properties+Files/app.properties/</a>
 </p>

Modified: apps/welcome/trunk/code/Guide/intro.dbmapping.skin
===================================================================
--- apps/welcome/trunk/code/Guide/intro.dbmapping.skin	2009-02-20 00:38:39 UTC (rev 9531)
+++ apps/welcome/trunk/code/Guide/intro.dbmapping.skin	2009-02-20 00:41:26 UTC (rev 9532)
@@ -51,8 +51,6 @@
     tutorial and build the full "addressbook" application</a>.</p>
 
 <p>More information about the object/relational mapping of HopObject properties:
-<br /><a href="http://helma.org/docs/guide/properties/db.properties/">/docs/guide/properties/db.properties/</a>
-<br /><a href="http://helma.org/docs/guide/mapping/">/docs/guide/mapping/</a>
-<br /><a href="http://helma.org/docs/tutorial/mapping/">/docs/tutorial/mapping/</a>
-<br /><a href="http://helma.org/docs/tutorial/wiring/">/docs/tutorial/wiring/</a>
+<br /><a href="http://dev.helma.org/docs/Properties+Files/db.properties/">/docs/Properties+Files/db.properties/</a>
+<br /><a href="http://dev.helma.org/docs/Object-Relational+Mapping/">/docs/Object-Relational+Mapping/</a>
 </p>

Modified: apps/welcome/trunk/code/Guide/intro.hopobjects.skin
===================================================================
--- apps/welcome/trunk/code/Guide/intro.hopobjects.skin	2009-02-20 00:38:39 UTC (rev 9531)
+++ apps/welcome/trunk/code/Guide/intro.hopobjects.skin	2009-02-20 00:41:26 UTC (rev 9532)
@@ -33,5 +33,5 @@
     http://<% request.http_host %>/first/</a> and add additional HopObjects.</p>
 
 <p>Documentation of HopObject functions and built-in properties:
-<br /><a href="http://helma.org/docs/reference/hopobject/">/docs/reference/hopobject/</a>
+<br /><a href="http://helma.server-side-javascript.org/reference/HopObject.html">/reference/HopObject.html</a>
 </p>

Modified: apps/welcome/trunk/code/Guide/intro.javapackages.skin
===================================================================
--- apps/welcome/trunk/code/Guide/intro.javapackages.skin	2009-02-20 00:38:39 UTC (rev 9531)
+++ apps/welcome/trunk/code/Guide/intro.javapackages.skin	2009-02-20 00:41:26 UTC (rev 9532)
@@ -29,6 +29,5 @@
     functionality available in this way.</p>
 
 <p>More information on how Helma makes Java scriptable:
-<br /><a href="http://helma.org/docs/reference/java/">/docs/reference/java/</a>
 <br /><a href="http://www.mozilla.org/rhino/ScriptingJava.html">/rhino/ScriptingJava</a>
 </p>

Modified: apps/welcome/trunk/code/Guide/intro.macros.skin
===================================================================
--- apps/welcome/trunk/code/Guide/intro.macros.skin	2009-02-20 00:38:39 UTC (rev 9531)
+++ apps/welcome/trunk/code/Guide/intro.macros.skin	2009-02-20 00:41:26 UTC (rev 9532)
@@ -49,4 +49,4 @@
     and "presentation".</p>
 
 <p>More information about macro tags and ways in which you can use custom defined macros:
-<br /><a href="http://helma.org/docs/guide/framework/">/docs/guide/framework/</a></p>
+<br /><a href="http://dev.helma.org/docs/Request-Response-Cycle/">/docs/Request-Response-Cycle/</a></p>
\ No newline at end of file

Modified: apps/welcome/trunk/code/Guide/intro.prototypes.skin
===================================================================
--- apps/welcome/trunk/code/Guide/intro.prototypes.skin	2009-02-20 00:38:39 UTC (rev 9531)
+++ apps/welcome/trunk/code/Guide/intro.prototypes.skin	2009-02-20 00:41:26 UTC (rev 9532)
@@ -38,6 +38,4 @@
     main action defined at ./apps/welcome/code/HopObject/main.hac.</p>
 
 <p>More information on how Helma puts prototypes to work:
-<br /><a href="http://helma.org/docs/guide/introduction/">/docs/guide/introduction/</a>
-<br /><a href="http://helma.org/docs/guide/framework/">/docs/guide/framework/</a>
-</p>
\ No newline at end of file
+<br /><a href="http://dev.helma.org/docs/Request-Response-Cycle/">/docs/Request-Response-Cycle/</a></p>
\ No newline at end of file

Modified: apps/welcome/trunk/code/Guide/intro.skins.skin
===================================================================
--- apps/welcome/trunk/code/Guide/intro.skins.skin	2009-02-20 00:38:39 UTC (rev 9531)
+++ apps/welcome/trunk/code/Guide/intro.skins.skin	2009-02-20 00:41:26 UTC (rev 9532)
@@ -41,4 +41,4 @@
 
 <p>More information about the way in which Helma defines and renders skins, and the 
     various kinds of available Macro Tags:
-<br /><a href="http://helma.org/docs/guide/framework/">/docs/guide/framework/</a></p>
\ No newline at end of file
+<br /><a href="http://dev.helma.org/docs/Request-Response-Cycle/">/docs/Request-Response-Cycle/</a></p>
\ No newline at end of file

Modified: apps/welcome/trunk/code/Guide/intro.staticfiles.skin
===================================================================
--- apps/welcome/trunk/code/Guide/intro.staticfiles.skin	2009-02-20 00:38:39 UTC (rev 9531)
+++ apps/welcome/trunk/code/Guide/intro.staticfiles.skin	2009-02-20 00:41:26 UTC (rev 9532)
@@ -27,5 +27,5 @@
 </pre>
 
 <p>More information about these and additional settings related to serving static files:
-<br /><a href="http://helma.org/docs/guide/properties/apps.properties/">/docs/guide/properties/apps.properties/</a>
+<br /><a href="http://dev.helma.org/docs/Properties+Files/apps.properties/">/docs/Properties+Files/apps.properties/</a>
 </p>

Modified: apps/welcome/trunk/code/Guide/list.website.skin
===================================================================
--- apps/welcome/trunk/code/Guide/list.website.skin	2009-02-20 00:38:39 UTC (rev 9531)
+++ apps/welcome/trunk/code/Guide/list.website.skin	2009-02-20 00:41:26 UTC (rev 9532)
@@ -1,11 +1,14 @@
         <ul>
-            <li><a href="http://helma.org/">home</a></li>
-            <li><a href="http://helma.org/development/mailinglists/">community</a></li>
-            <li><a href="http://helma.org/docs/guide/">user guide</a></li>
-            <li><a href="http://helma.org/docs/reference/">reference</a></li>
-            <li><a href="http://helma.org/docs/tutorial/">tutorial</a></li>
-            <li><a href="http://dev.helma.org/Wiki/Helma+Roadmap/">roadmap</a></li>
-            <li><a href="http://dev.helma.org/Wiki/">wiki</a></li>
-            <li><a href="http://helma.org/development/bugs">bug reporting</a></li>
-            <li><a href="http://helma.org/projects/">related projects</a></li>
+            <li><a href="http://dev.helma.org/">home</a></li>
+            <li><a href="http://dev.helma.org/mailing+lists/">mailing lists</a></li>
+            <li><a href="http://helma.server-side-javascript.org/hopbot/">irc channel</a></li>
+            <li><a href="http://dev.helma.org/docs/Documentation/">documentation</a></li>
+            <li><a href="http://helma.server-side-javascript.org/reference/">reference</a></li>
+            <li><a href="http://dev.helma.org/development/">project</a></li>
+            <li><a href="http://dev.helma.org/wiki/Helma+Roadmap/">roadmap</a></li>
+            <li><a href="http://dev.helma.org/bug+reporting/">bug reporting</a></li>
+            <li><a href="http://dev.helma.org/docs/Using+the+Source+Code+Repositories/">source</a></li>
+            <li><a href="http://dev.helma.org/wiki/">wiki</a></li>
+            <li><a href="http://dev.helma.org/wiki/Related+Projects/">related projects</a></li>
+            <li><a href="http://dev.helma.org/wiki/Sites+using+Helma/">sites using helma</a></li>
         </ul>

Modified: apps/welcome/trunk/code/Guide/tools.about_inspector.skin
===================================================================
--- apps/welcome/trunk/code/Guide/tools.about_inspector.skin	2009-02-20 00:38:39 UTC (rev 9531)
+++ apps/welcome/trunk/code/Guide/tools.about_inspector.skin	2009-02-20 00:41:26 UTC (rev 9532)
@@ -17,5 +17,5 @@
 <p>In order to be able to use the Inspector inside your own application,  
     you will need to add the helmaTools code repository to that  
     application. For example by adding modules/helmaTools.zip to the  
-    <a href="http://helma.org/docs/guide/introductions/applications/"> 
-    list of its repositories in the ./apps.properties file</a>.
+    <a href="/intro/applications">list of its repositories in the 
+    ./apps.properties file</a>.

Modified: apps/welcome/trunk/code/Guide/tools.about_shell.skin
===================================================================
--- apps/welcome/trunk/code/Guide/tools.about_shell.skin	2009-02-20 00:38:39 UTC (rev 9531)
+++ apps/welcome/trunk/code/Guide/tools.about_shell.skin	2009-02-20 00:41:26 UTC (rev 9532)
@@ -27,5 +27,5 @@
 <p>In order to be able to use the Shell inside your own application,  
     you will need to add the helmaTools code repository to that  
     application. For example by adding modules/helmaTools.zip to the  
-    <a href="http://helma.org/docs/guide/introductions/applications/"> 
-    list of its repositories in the ./apps.properties file</a>.
+    <a href="/intro/applications">list of its repositories in the 
+    ./apps.properties file</a>.

Modified: apps/welcome/trunk/code/Guide/tools.about_sqlshell.skin
===================================================================
--- apps/welcome/trunk/code/Guide/tools.about_sqlshell.skin	2009-02-20 00:38:39 UTC (rev 9531)
+++ apps/welcome/trunk/code/Guide/tools.about_sqlshell.skin	2009-02-20 00:41:26 UTC (rev 9532)
@@ -39,5 +39,5 @@
 <p>In order to be able to use the SQLshell inside your own application,  
     you will need to add the helmaTools code repository to that  
     application. For example by adding modules/helmaTools.zip to the  
-    <a href="http://helma.org/docs/guide/introductions/applications/"> 
-    list of its repositories in the ./apps.properties file</a>.
+    <a href="/intro/applications">list of its repositories in the 
+    ./apps.properties file</a>.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.