]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - defaultPages/Help/Syntax
Wrote many...
[Rakka.git] / defaultPages / Help / Syntax
index c742612cc09fc49d18a756afe941beaf5679a3fd..1634607c1e6472d12bedeb629d2c7c42a32a5663 100644 (file)
@@ -1,8 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <page xmlns="http://cielonegro.org/schema/Rakka/Page/1.0"
       type="text/x-rakka"
-      isBoring="yes">
-  <textData>= Syntax Help =
+      isBoring="no"
+      lang="en"><!-- FIXME: isBoring="yes" -->
+
+  <!-- FIXME: delete this -->
+  <summary>The description of syntax of Rakka</summary>
+
+  <textData><![CDATA[= Syntax Help =
 
 == Heading ==
 
@@ -24,7 +29,7 @@ apostrophes on each side.
 (Using 4 apostrophes doesn't do anything
 special -- there are just '''' left
 over ones'''' that are included as part of the text.)
-
+]]>
 
 == CDATA section ==
 &lt;![CDATA[
@@ -38,6 +43,7 @@ but the text is reformatted.
  and   reformatting is    also  disabled.
 ]]&gt;
 
+<![CDATA[
 == Leading spaces ==
  This
    is a
@@ -48,18 +54,15 @@ but the text is reformatted.
 == Horizontal Line ==
 ----
 
-== Inline Object ==
-&lt;object data="Foo" float="right" framed="yes"&gt;
-  This is a caption containing [[Foo|markups]].
-&lt;/object&gt;
-
 blah blah blah...
 
+<!--
 == Quotation ==
-&lt;blockquote&gt;
+<blockquote>
 blah blah blah...
 blah blah blah blah...
-&lt;cite&gt;-- John Doe&lt;cite&gt;
+<cite>-- John Doe<cite>
+-->
 
 == Listing ==
 * foo
@@ -89,15 +92,14 @@ blah blah blah blah...
 * [[#Heading]]
 * [[Page#Heading|Link to "Page#Heading"]]
 * [[#example]]
-* http://www.google.com/
-* [http://www.google.com Google]
-
-
-&lt;div id="example"&gt;example&lt;/div&gt;
+* [http://www.google.com/]
+* [http://www.google.com/ Google]
+* [[[Page]]]
+* [[[Page|Link to object of "Page"]]]
 
-== Reference ==
-Blah blah blah blah...&lt;ref&gt;Qwerty qwerty qwerty.&lt;/ref&gt;
 
+<div id="example">example</div>
 
+]]>
 </textData>
 </page>