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

svn commit: r170235 - in /lenya/docu/src/documentation/content/xdocs: 1_2_x/misc/reserved_names.xml site.xml

Author: gregor
Date: Sun May 15 10:01:44 2005
New Revision: 170235

URL: http://svn.apache.org/viewcvs?rev=170235&view=rev
Log:
Added reserved names documentation to the site

Added:
    lenya/docu/src/documentation/content/xdocs/1_2_x/misc/reserved_names.xml
Modified:
    lenya/docu/src/documentation/content/xdocs/site.xml

Added: lenya/docu/src/documentation/content/xdocs/1_2_x/misc/reserved_names.xml
URL: http://svn.apache.org/viewcvs/lenya/docu/src/documentation/content/xdocs/1_2_x/misc/reserved_names.xml?rev=170235&view=auto
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/1_2_x/misc/reserved_names.xml (added)
+++ lenya/docu/src/documentation/content/xdocs/1_2_x/misc/reserved_names.xml Sun May 15 10:01:44 2005
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+<document> 
+  <header> 
+    <title>Reserved Names</title> 
+  </header> 
+  <body> 
+    <section>
+<p>List of Names that are reserved by Lenya for various subsystems </p>
+<ul>
+<li><p>  CSS Classes </p></li>
+<li><p>  Sitemap variables </p></li>
+<li><p>  Session variables </p></li>
+</ul>
+
+<section><title id="head-5faa770e6cb1c1a84de450ecc036541d72568af8">Session variables</title>
+
+<ul>
+<li><p>  org.apache.lenya.cms.cocoon.acting.Authenticator.id </p></li>
+<li><p>  org.apache.lenya.cms.cocoon.acting.Authenticator.name </p></li>
+<li><p>  org.apache.lenya.cms.cocoon.acting.History </p></li>
+<li><p>  protected_destination </p></li>
+<li><p>  org.apache.lenya.cms.editor.HTMLForm.tempFile </p></li>
+<li><p>  org.apache.lenya.cms.editor.HTMLForm.editFile </p></li>
+<li><p>  org.apache.lenya.cms.ac.Identity </p></li>
+<li><p>  org.apache.lenya.cms.cocoon.acting.TaskAction.parent_uri </p></li>
+<li><p>  org.apache.lenya.cms.info.target </p></li>
+</ul>
+<p>it seems that the convention is to use a proper class hierarchy for the session var name cookie variables should follow the same convention </p>    
+</section>
+</section>
+  </body>
+</document>

Modified: lenya/docu/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/lenya/docu/src/documentation/content/xdocs/site.xml?rev=170235&r1=170234&r2=170235&view=diff
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/site.xml (original)
+++ lenya/docu/src/documentation/content/xdocs/site.xml Sun May 15 10:01:44 2005
@@ -216,7 +216,7 @@
             <misc href="misc/" label="Miscellaneous" wholesite="true">
                 <namespaces href="namespaces.html" label="Namespaces"/>
                 <coding href="coding-guidelines.html" label="Coding Guidelines"/>
-                <javadoc-error href="javadoc-error.html"/>
+                <reservednames href="reserved_names.html" label="Reserved Names"/>
                 <node-e href="unittests.html" label="Unit Tests"/>
                 <node-e href="xinclude-processor.html" label="XInclude Processor"/>
             </misc>



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