You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2005/03/21 21:38:10 UTC

svn commit: r158525 - lenya/docu/src/documentation/content/xdocs/1_4/concepts/usecase-framework/index.xml

Author: andreas
Date: Mon Mar 21 12:38:09 2005
New Revision: 158525

URL: http://svn.apache.org/viewcvs?view=rev&rev=158525
Log:
[minor change] request parameter formatting

Modified:
    lenya/docu/src/documentation/content/xdocs/1_4/concepts/usecase-framework/index.xml

Modified: lenya/docu/src/documentation/content/xdocs/1_4/concepts/usecase-framework/index.xml
URL: http://svn.apache.org/viewcvs/lenya/docu/src/documentation/content/xdocs/1_4/concepts/usecase-framework/index.xml?view=diff&r1=158524&r2=158525
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/1_4/concepts/usecase-framework/index.xml (original)
+++ lenya/docu/src/documentation/content/xdocs/1_4/concepts/usecase-framework/index.xml Mon Mar 21 12:38:09 2005
@@ -96,7 +96,7 @@
     <section>
       <title>Architecture</title>
       <p>
-        A usecase request - denoted by the request parameter <em>lenya.usecase</em> - is dispatched by <code>$LENYA_WEBAPP/lenya/usecases/usecase.xmap</code>.
+        A usecase request - denoted by the request parameter <code>lenya.usecase</code> - is dispatched by <code>$LENYA_WEBAPP/lenya/usecases/usecase.xmap</code>.
         All usecases are handled by a single flowscript <code>$LENYA_WEBAPP/lenya/usecases/usecases.js</code>. This keeps javascript maintenance costs at a minimum.
       </p>
       <p>
@@ -127,7 +127,7 @@
         <title>Prerequisites</title>
         <ol>
           <li>Choose a name to identify the usecase, e.g. editHeadline. It is possible to group usecases
-              using "." as delimiter, for instance <em>article.editHeadline</em>.
+              using "." as delimiter, for instance <code>article.editHeadline</code>.
           </li>
         </ol>
       </section>
@@ -198,7 +198,7 @@
   </page:body>
 </page:page>]]></source>
           </li>
-          <li>Take care of adding the hidden <em>lenya.usecase</em> and <em>lenya.continuation</em> fields as shown above.</li>
+          <li>Take care of adding the hidden <code>lenya.usecase</code> and <code>lenya.continuation</code> fields as shown above.</li>
           <li>The template has to be located at <code><![CDATA[$PUB_HOME/lenya/usecases/<usecase>.jx]]></code>
             (replace . with /), for instance
           </li>



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