improve
authorFabien Pinckaers <fp@tinyerp.com>
Thu, 27 Nov 2008 09:33:29 +0000 (10:33 +0100)
committerFabien Pinckaers <fp@tinyerp.com>
Thu, 27 Nov 2008 09:33:29 +0000 (10:33 +0100)
bzr revid: fp@tinyerp.com-20081127093329-ov2s7avzddi956ah

addons/wiki/__terp__.py
addons/wiki/wiki_data.xml

index ca2fdf0..5873ee3 100644 (file)
@@ -14,7 +14,7 @@
     "demo_xml" : [],
     "update_xml" : [
         "wiki_view.xml",
-        #"wiki_data.xml",
+        "wiki_data.xml",
         "wizard/wizard_view.xml",
         "security/ir.model.access.csv"
     ],
index 8e3ce35..19a151e 100644 (file)
                        <field eval="0" name="minor_edit"/>
                        <field eval="&quot;&quot;&quot;1&quot;&quot;&quot;" name="section"/>
                        <field eval="&quot;&quot;&quot;quick start help for the wiki formating&quot;&quot;&quot;" name="summary"/>
-                       <field  name="text_area">
-                       <![CDATA[
-                       ==Basic Fromatting==
-                        You can ''italicize text'' by putting 2 
-                        apostrophes on each side. 
-                        3 apostrophes will embolden '''the text'''. 
-                        5 apostrophes will embolden and italicize 
-                        '''''the text'''''.
-                        (4 apostrophes don't do anything
-                        special -- there's just ''''one left
-                        over''''.)
-                       
-                       You can ''italicize text'' by putting 2 
-                       apostrophes on each side. 
-                       
-                       3 apostrophes will embolden '''the text'''. 
-                       
-                       5 apostrophes will embolden and italicize 
-                       '''''the text'''''.
-                       
-                       (4 apostrophes don't do anything special -- there's just ''''one left over''''.)
-                       
-                       ==Links==
-                       ===Internal===
-                       You give the link as same as the wiki Page Title
-                       <br/>
-                       See also : [[Complete Help]]
-                       ===External===
-                       You can give link to the other Web page over the Internet easily  [http://google.com Visit Google]
-                       ==Attachments==
-                       ===Images===
-                       You can get the External links easily <br/>
-                       img:http://images.google.co.in/intl/en_ALL/images/images_hp.gif
-                       
-                       ==Headings==
-                        =1st Level Heading=
-                        ==2nd Level Heading==
-                        ===3rd Level Heading===
-                       
-                       ==Unnumbered List==
-                       * ''Unordered lists'' are easy to do:
-                       ** Start every line with a star.
-                       *** More stars indicate a deeper level.
-                       *: Previous item continues.
-                       ** A new line
-                       * in a list  
-                       marks the end of the list.
-                       *Of course you can start again.
-                       
-                       ==Numbered List==
-                       # ''Numbered lists'' are:
-                       ## Very organized
-                       ## Easy to follow
-                       #: Previous item continues
-                       A new line marks the end of the list.
-                       # New numbering starts with 1
-                       
-                       ==Text Indents==
-                       : A colon (:) indents a line or paragraph.
-                       A newline starts a new paragraph.
-                       : We use 1 colon to indent once.
-                       :: We use 2 colons to indent twice.
-                       ::: 3 colons to indent 3 times, and so on.
-                       
-                       ==Table==
-                       <nowiki>
-                        {| border="1" cellspacing="0" cellpadding="5" align="left"
-                        ! Web site
-                        ! Link
-                        ! Contact Email
-                        |- 
-                        | '''Open ERP''' - ''Belgium''
-                        | [http://openerp.com]
-                        | [[ mailto:fp@tinyerp.com ]]
-                        |}
-                       </nowiki>
-                       {| border="1" cellspacing="0" cellpadding="5" align="left"
-                        ! Web site
-                       ! Link
-                       ! Contact Email
-                       |- 
-                       | '''Open ERP''' - ''Belgium''
-                       | [http://openerp.com]
-                       | [[ mailto:fp@tinyerp.com ]]
-                       |}
-                       <br/><br/>]]></field>
+                       <field  name="text_area">==Basic Fromatting==
+You can ''italicize text'' by putting 2 
+apostrophes on each side. 
+3 apostrophes will embolden '''the text'''. 
+5 apostrophes will embolden and italicize 
+'''''the text'''''.
+(4 apostrophes don't do anything
+special -- there's just ''''one left
+over''''.)
+
+You can ''italicize text'' by putting 2 
+apostrophes on each side. 
+
+3 apostrophes will embolden '''the text'''. 
+
+5 apostrophes will embolden and italicize 
+'''''the text'''''.
+
+(4 apostrophes don't do anything special -- there's just ''''one left over''''.)
+
+==Links==
+===Internal===
+You give the link as same as the wiki Page Title
+<br/>
+See also : [[Complete Help]]
+===External===
+You can give link to the other Web page over the Internet easily  [http://google.com Visit Google]
+==Attachments==
+===Images===
+You can get the External links easily <br/>
+img:http://images.google.co.in/intl/en_ALL/images/images_hp.gif
+
+==Headings==
+=1st Level Heading=
+==2nd Level Heading==
+===3rd Level Heading===
+
+==Unnumbered List==
+* ''Unordered lists'' are easy to do:
+** Start every line with a star.
+*** More stars indicate a deeper level.
+*: Previous item continues.
+** A new line
+* in a list  
+marks the end of the list.
+*Of course you can start again.
+
+==Numbered List==
+# ''Numbered lists'' are:
+## Very organized
+## Easy to follow
+#: Previous item continues
+A new line marks the end of the list.
+# New numbering starts with 1
+
+==Text Indents==
+: A colon (:) indents a line or paragraph.
+A newline starts a new paragraph.
+: We use 1 colon to indent once.
+:: We use 2 colons to indent twice.
+::: 3 colons to indent 3 times, and so on.
+
+==Table==
+<nowiki>
+{| border="1" cellspacing="0" cellpadding="5" align="left"
+! Web site
+! Link
+! Contact Email
+|- 
+| '''Open ERP''' - ''Belgium''
+| [http://openerp.com]
+| [[ mailto:fp@tinyerp.com ]]
+|}
+</nowiki>
+{| border="1" cellspacing="0" cellpadding="5" align="left"
+! Web site
+! Link
+! Contact Email
+|- 
+| '''Open ERP''' - ''Belgium''
+| [http://openerp.com]
+| [[ mailto:fp@tinyerp.com ]]
+|}
+<br/><br/>]]&gt;
+            </field>
                        <field name="group_id" ref="wiki_groups_wikiformatting0"/>
                </record>
        </data>