replace rows of dashes with underscores in comments to be xml compliant
authortupshin <tupshin@tupshin.com>
Thu, 25 Mar 2004 20:44:01 +0000 (20:44 +0000)
committertupshin <tupshin@tupshin.com>
Thu, 25 Mar 2004 20:44:01 +0000 (20:44 +0000)
darcs-hash:20040325204401-a9258-5aa43921aa1334b88c6ad4f4f5f0b3eec84caece.gz

doc/reference/reference.xml

index 4850109..4c830b6 100644 (file)
@@ -1,6 +1,6 @@
 <ibex-doc title="The Ibex Reference" subtitle="Nitrogen Release" author="Adam Megacz" email="adam@ibex.org">
 
-<!-- ----------------------------------------------------------------------- -->
+<!-- _______________________________________________________________________ -->
 <section title="Introduction">
 
     <i>
 
   <section title="Static Code">
 
-    If the root <t>&lt;ibex&gt;</t> element contains any non-whitespace
-    text content, this text is interpreted as JavaScript code and is
-    executed the first time the template is referenced.  This code is
-    executed in a fresh scope containing two predefined properties:
-  
-    <definition term="ibex">
-      The Ibex Object (described in <ref section="The Ibex Object"/>)
-      </definition>
-  
-    <definition term="static">
-      A reference to this template's <i>static object</i>, which is
-      initially <t>null</t>.  The static object can be accessed (read
-      and written) from both static scripts as well as instance
-      scripts in a particular template. FIXME
-      </definition>
+<!-- ----------------------------------------------------------------------- -->
+<section title="Layout and Rendering">
 
     </section>
   
 
   </section>
 
-<!-- ----------------------------------------------------------------------- -->
+<!-- _______________________________________________________________________ -->
 <section title="Box Properties">
 
   Each box is a full-fledged ECMAscript object, and can store
 
   </section>
 
-<!-- ----------------------------------------------------------------------- -->
+<!-- _______________________________________________________________________ -->
 <section title="Streams">
     
     <heading title="Every object has a stream..."/>
 
   </section>
 
-<!-- ----------------------------------------------------------------------- -->
+<!-- _______________________________________________________________________ -->
 <section title="The Ibex object">
 
     The <t>ibex</t> object is present in the top-level scope of every
         </property>
 
 </section>
-<!-- ----------------------------------------------------------------------- -->
+<!-- _______________________________________________________________________ -->
 <section title="Traps">
 
     You can add a trap to a property by applying the <t>++=</t> operator
     </section>
 
 
-<!-- ----------------------------------------------------------------------- -->
+<!-- _______________________________________________________________________ -->
 <section title="Threads">
 
   <section title="Contexts">
 
 </section>
 
-<!-- ----------------------------------------------------------------------- -->
+<!-- _______________________________________________________________________ -->
 <section title="Networking">
     
   <section title="XML-RPC">
     </section>
 
   </section>
-<!-- ----------------------------------------------------------------------- -->
+<!-- _______________________________________________________________________ -->
 <section title="Error Handling">
 
     If the Ibex Core encounters an error while servicing a function call
     
   </section>
 
-<!-- ----------------------------------------------------------------------- -->
+<!-- _______________________________________________________________________ -->
 <section title="Advanced Topics">
 
   <section title="Re-routing events">
   </section>
 </section>
 
-<!-- ----------------------------------------------------------------------- -->
+<!-- _______________________________________________________________________ -->
 <appendix title="Security Architecture and Considerations">
     
     Due to the expense and hassle imposed by the commercial PKI code
     
 </appendix>
 
-<!-- ----------------------------------------------------------------------- -->
+<!-- _______________________________________________________________________ -->
 <appendix title="ECMAscript compliance">
     
     Ibex's scripts are written in a modified subset of ECMA-262, revision 3
     </section>
 </appendix>
 
-<!-- ----------------------------------------------------------------------- -->
+<!-- _______________________________________________________________________ -->
 <appendix title="Logging and Command Line Invocation">
     
     <pre>
     
   </appendix>
 
-<!-- ----------------------------------------------------------------------- -->
+<!-- _______________________________________________________________________ -->
     <!--
 <appendix title="Grammars">
 
@@ -2447,4 +2434,4 @@ Copyright (C) 2004 Adam Megacz, verbatim redistribution permitted.
 Ibex is a trademark of Adam Megacz
 </i>
     
-</ibex-doc>
\ No newline at end of file
+</ibex-doc>