]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - defaultPages/Help/Syntax
Wrote many
[Rakka.git] / defaultPages / Help / Syntax
index bc3e47ebe4b9edad400b65159f33185bc4fe595a..5e54aed9f49f2ede54689209bda9bea07bcade12 100644 (file)
@@ -1,7 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <page xmlns="http://cielonegro.org/schema/Rakka/Page/1.0"
       type="text/x-rakka"
-      isBoring="yes">
+      isBoring="no"
+      lang="en"><!-- FIXME: isBoring="yes" -->
+
+  <!-- FIXME: delete this -->
+  <summary>The description of syntax of Rakka</summary>
+
   <textData><![CDATA[= Syntax Help =
 
 == Heading ==
@@ -26,17 +31,17 @@ special -- there are just '''' left
 over ones'''' that are included as part of the text.)
 ]]>
 
-== CDATA section ==
-&lt;![CDATA[
+== nowiki section ==
+&lt;!nowiki[
 [[Wiki]] markup is ignored here
 but the text is reformatted.
-]]&gt;
+]&gt;
 
-== PDATA section ==
-&lt;![PDATA[
+== verbatim section ==
+&lt;!verbatim[
 [[Wiki]] markup is ignored here
  and   reformatting is    also  disabled.
-]]&gt;
+]&gt;
 
 <![CDATA[
 == Leading spaces ==
@@ -49,18 +54,15 @@ but the text is reformatted.
 == Horizontal Line ==
 ----
 
-== Inline Object ==
-<object data="Foo" float="right" inside="caption">
-  This is a caption containing [[Foo|markups]].
-</object>
-
 blah blah blah...
 
+<!--
 == Quotation ==
 <blockquote>
 blah blah blah...
 blah blah blah blah...
 <cite>-- John Doe<cite>
+-->
 
 == Listing ==
 * foo
@@ -90,15 +92,14 @@ blah blah blah blah...
 * [[#Heading]]
 * [[Page#Heading|Link to "Page#Heading"]]
 * [[#example]]
-* http://www.google.com/
-* [http://www.google.com Google]
+* [http://www.google.com/]
+* [http://www.google.com/ Google]
+* [[[Page]]]
+* [[[Page|Link to object of "Page"]]]
 
 
 <div id="example">example</div>
 
-== Reference ==
-Blah blah blah blah...<ref>Qwerty qwerty qwerty.</ref>
-
 ]]>
 </textData>
 </page>