cziegeler 2002/08/16 00:58:02
Modified: src/documentation/xdocs who.xml
src/documentation/xdocs/link livesites.xml
src/documentation/xdocs/plan linkstatus.xml
src/documentation/xdocs/userdocs/actions session-action.xml
src/documentation/xdocs/userdocs/generators
request-generator.xml textparser-generator.xml
src/documentation/xdocs/userdocs/transformers
textparser-transformer.xml
src/documentation/xdocs/userdocs/xsp xsp-internals.xml
Log:
Syncing docs
Revision Changes Path
1.26 +1 -1 xml-cocoon2/src/documentation/xdocs/who.xml
Index: who.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/who.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- who.xml 24 Jun 2002 18:52:01 -0000 1.25
+++ who.xml 16 Aug 2002 07:58:02 -0000 1.26
@@ -48,6 +48,7 @@
<li>Konstantin Piroumian ([EMAIL PROTECTED])</li>
<li>Ovidiu Predescu ([EMAIL PROTECTED])</li>
<li>Gianugo Rabellino ([EMAIL PROTECTED])</li>
+ <li>Peter Royal ([EMAIL PROTECTED])</li>
<li>Diana Shannon ([EMAIL PROTECTED])</li>
<li>Davanum Srinivas ([EMAIL PROTECTED])</li>
<li>Sylvain Wallez ([EMAIL PROTECTED])</li>
@@ -67,7 +68,6 @@
<li>Berin Loritsch ([EMAIL PROTECTED])</li>
<li>Martin Man ([EMAIL PROTECTED])</li>
<li>Giacomo Pati ([EMAIL PROTECTED])</li>
- <li>Peter Royal ([EMAIL PROTECTED])</li>
</ul>
</s2>
1.8 +2 -1 xml-cocoon2/src/documentation/xdocs/link/livesites.xml
Index: livesites.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/link/livesites.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- livesites.xml 23 Jul 2002 00:06:03 -0000 1.7
+++ livesites.xml 16 Aug 2002 07:58:02 -0000 1.8
@@ -92,10 +92,11 @@
<li><link href="http://www.aromax.hu/">Aromax</link></li>
<li><link href="http://www.rationalizer.com/">Rationalizer AG</link></li>
<li><link href="http://www.powderhausen.com/">Powderhausen</link></li>
- <li><link href="
http://cogentlogic.com/cocoon/CogentLogicCorporation/Home.xml">Cogent Logic
Corporation</link></li>
+ <li><link href="http://www.cogentlogic.com/">Cogent Logic
Corporation</link></li>
<li><link href="http://www.truelook.com/">TrueLook</link></li>
<li><link href="http://www.quart.no/">Quart Festival</link></li>
<li><link href="http://www.linxs.pt/">Linxs</link></li>
+ <li><link href="http://www.stu.lipetsk.ru/">Lipetsk State Technical
University</link></li>
<li><link href="http://www.sun-catalogue.com/">Sun Catalogue</link></li>
<li><link href="http://www.aujac.org/">Associació d'Usuaris de Java
de Catalunya</link></li>
<li><link href="http://www.planetsalvage.com/">Planet Salvage</link></li>
1.3 +2 -0 xml-cocoon2/src/documentation/xdocs/plan/linkstatus.xml
Index: linkstatus.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/plan/linkstatus.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- linkstatus.xml 11 Jul 2002 12:57:48 -0000 1.2
+++ linkstatus.xml 16 Aug 2002 07:58:02 -0000 1.3
@@ -55,6 +55,7 @@
See <link href="../overview.html#samples">Cocoon Samples</link> in your
local webapp distribution via
<code>http://localhost:8080/cocoon/samples/linkstatus/</code>
+(v2.1 only)
</p>
</s2>
@@ -84,6 +85,7 @@
See <link href="../overview.html#samples">Cocoon Samples</link> in your
local webapp distribution via
<code>http://localhost:8080/cocoon/samples/linkstatus/</code>
+(v2.1 only)
</p>
</s2>
</s1>
1.3 +1 -1
xml-cocoon2/src/documentation/xdocs/userdocs/actions/session-action.xml
Index: session-action.xml
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/documentation/xdocs/userdocs/actions/session-action.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- session-action.xml 16 Aug 2002 07:10:29 -0000 1.2
+++ session-action.xml 16 Aug 2002 07:58:02 -0000 1.3
@@ -18,7 +18,7 @@
is controlled by a parameter named 'action'.
</p>
<p>For more information on session handling and session contexts
- have a look at the <link href="../../../webapps/session.html">Session Context
documentation</link>.</p>
+ have a look at the <link href="../../developing/webapps/session.html">Session
Context documentation</link>.</p>
<s2 title="Creating a Session">
<p>
To create a session (if it not already exists) simply add the
1.4 +2 -1
xml-cocoon2/src/documentation/xdocs/userdocs/generators/request-generator.xml
Index: request-generator.xml
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/documentation/xdocs/userdocs/generators/request-generator.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- request-generator.xml 8 Aug 2002 13:19:47 -0000 1.3
+++ request-generator.xml 16 Aug 2002 07:58:02 -0000 1.4
@@ -59,7 +59,8 @@
</parameter>
</requestParameters>
- <!-- All request attributes; see below the note on generate-attributes parameter.
-->
+ <!-- All request attributes; see below the note on generate-attributes parameter.
+ (This feature is available startign with version 2.1 -->
<requestAttributes>
<!-- Create an attribute element for each attribute -->
<attribute name="errorMessage">
1.2 +1 -1
xml-cocoon2/src/documentation/xdocs/userdocs/generators/textparser-generator.xml
Index: textparser-generator.xml
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/documentation/xdocs/userdocs/generators/textparser-generator.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- textparser-generator.xml 15 Aug 2002 13:43:18 -0000 1.1
+++ textparser-generator.xml 16 Aug 2002 07:58:02 -0000 1.2
@@ -34,7 +34,7 @@
]]></source>
<p>The parameter to specify the grammar must be declared. The second paramter
tells the parser
- if it should include all obsolete tokens, and must not specified.<p>
+ if it should include all obsolete tokens, and must not specified.</p>
<p>The explanation of function and the grammar format can be found at the <link
href="../../howto/chaperon/howto-chaperon-intro.html">howto section</link></p>
1.2 +1 -1
xml-cocoon2/src/documentation/xdocs/userdocs/transformers/textparser-transformer.xml
Index: textparser-transformer.xml
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/documentation/xdocs/userdocs/transformers/textparser-transformer.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- textparser-transformer.xml 15 Aug 2002 13:43:18 -0000 1.1
+++ textparser-transformer.xml 16 Aug 2002 07:58:02 -0000 1.2
@@ -32,7 +32,7 @@
]]></source>
<p>The parameter to specify the grammar must be declared. The second parameter
tells the parser
- if it should include all obsolete tokens, and must not specified.<p>
+ if it should include all obsolete tokens, and must not specified.</p>
<source><![CDATA[
<map:transform type="textparser">
1.6 +2 -1
xml-cocoon2/src/documentation/xdocs/userdocs/xsp/xsp-internals.xml
Index: xsp-internals.xml
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/documentation/xdocs/userdocs/xsp/xsp-internals.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xsp-internals.xml 23 Jul 2002 00:08:46 -0000 1.5
+++ xsp-internals.xml 16 Aug 2002 07:58:02 -0000 1.6
@@ -535,7 +535,8 @@
]]></source>
<note>
- Currently, Jstyle
+ Currently,
+ <link href="http://www.bigfoot.com/~davidsont/jstyle">Jstyle</link>
is being used for Java source formatting. This open source project
appears to be stagnated and lacks advanced formatting options
present in other (unfortunately, not open-sourced) products like
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]