]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - defaultPages/Help/Syntax
Record before chucking Data.Generics. It's way too slow.
[Rakka.git] / defaultPages / Help / Syntax
index bc3e47ebe4b9edad400b65159f33185bc4fe595a..ed2b90cdd2e3b2c61a780e7fcce2608579006a4e 100644 (file)
@@ -1,8 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <page xmlns="http://cielonegro.org/schema/Rakka/Page/1.0"
       type="text/x-rakka"
-      isBoring="yes">
-  <textData><![CDATA[= Syntax Help =
+      isBoring="yes"
+      lang="en">
+
+  <textData><![CDATA[
+= Syntax Help =
 
 == Heading ==
 
@@ -26,17 +29,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 +52,16 @@ 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>
+</blockquote>
+-->
 
 == Listing ==
 * foo
@@ -90,15 +91,13 @@ 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>