<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://wiki.oxwall.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.oxwall.com/feed.php">
        <title>Oxwall Software Documentation contribute</title>
        <description></description>
        <link>https://wiki.oxwall.com/</link>
        <image rdf:resource="https://wiki.oxwall.com/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-22T01:35:04+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.oxwall.com/contribute:documentation_standards"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.oxwall.com/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Oxwall Software Documentation</title>
        <link>https://wiki.oxwall.com/</link>
        <url>https://wiki.oxwall.com/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.oxwall.com/contribute:documentation_standards">
        <dc:format>text/html</dc:format>
        <dc:date>2013-07-02T10:38:58+00:00</dc:date>
        <title>Formatting guidelines</title>
        <link>https://wiki.oxwall.com/contribute:documentation_standards</link>
        <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;formatting-guidelines&quot;&gt;Formatting guidelines&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;/div&gt;
&lt;!-- EDIT1 SECTION &quot;Formatting guidelines&quot; [1-37] --&gt;
&lt;h2 class=&quot;sectionedit2&quot; id=&quot;general-documentation-structure&quot;&gt;General documentation structure.&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Include following information in your piece of work. 
&lt;/p&gt;
&lt;ol&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Title.&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Overview.&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Requirements.&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Version.&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Actions.&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Results.&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;/div&gt;
&lt;!-- EDIT2 SECTION &quot;General documentation structure.&quot; [38-221] --&gt;
&lt;h2 class=&quot;sectionedit3&quot; id=&quot;general-writing-style-tips&quot;&gt;General writing style tips.&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
&lt;em&gt;
Be simple.&lt;/em&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Use simple sentences. Each sentence should carry a well defined idea. One idea- one sentence. Avoid fitting all ideas into one long sentence separated by commas. &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Avoid using passive voice and impersonal sentences. &lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
&lt;em&gt;Be consistent.&lt;/em&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Provide step by step instructions on what should be done, where and how. Use “Action 1 → Action 2” formatting (see Standard Formating for more information) to define which actions 	come first. &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Make sure that screen shots don&amp;#039;t contradict to the text referring to them. &lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
&lt;em&gt;
Be detailed.&lt;/em&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Documentation readers are not experts. What seems obvious to you might require detailed 	explanation to others. Describe each step with as much details as possible.&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Use links to user manual or other documentation if you are mentioning a general feature that has already been described. For example: “Before adding the code above make sure that you 	have set &lt;a href=&quot;https://wiki.oxwall.com/plugin-tuts:facebook-connect&quot; class=&quot;wikilink1&quot; title=&quot;plugin-tuts:facebook-connect&quot;&gt;Facebook Connect&lt;/a&gt; plugin correctly”, where “Facebook Connect” leads to docs.oxwall.org/plugin-tuts:facebook-connect. &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Use examples to support your general description.&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
&lt;em&gt;
Proof read your documentation and use standard formatting.&lt;/em&gt;
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT3 SECTION &quot;General writing style tips.&quot; [222-1470] --&gt;
&lt;h2 class=&quot;sectionedit4&quot; id=&quot;standard-formatting&quot;&gt;Standard formatting.&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;

&lt;table&gt;
    &lt;tr align=&quot;center&quot;&gt;
      &lt;th&gt;&lt;h3 style=&quot;text-align:center&quot;&gt; Formatting&lt;/h3&gt;&lt;/th&gt;
      &lt;th&gt;&lt;h3 style=&quot;text-align:center&quot;&gt;Use formatting for:&lt;/h3&gt; &lt;/th&gt;
      &lt;th&gt;&lt;h3 style=&quot;text-align:center&quot;&gt;Example:&lt;/h3&gt; &lt;/th&gt;
  
   &lt;/tr&gt;
   &lt;tr&gt;
      &lt;td&gt;''path/folder_name/filename'' &lt;/td&gt;
      &lt;td&gt;File, folder and path names &lt;/td&gt;
      &lt;td&gt;
           Input:
            &lt;br&gt;To edit amount of allowed attached files when sending private message go to   
           ''ow_plugins/mailbox/classes/add_message_form.php''. &lt;br&gt;&lt;br&gt;
      
            Result:&lt;br&gt;To edit amount of allowed attached files when sending private message go to   
           &lt;code&gt;ow_plugins/mailbox/classes/add_message_form.php&lt;/code&gt;. 
         
        &lt;/td&gt;
   &lt;/tr&gt;
   &lt;tr&gt;
      &lt;td&gt;**Button** &lt;/td&gt;
      &lt;td&gt;Buttons, pages sections and feature names&lt;/td&gt;
      &lt;td&gt; 
           Input: &lt;br&gt;click **Save** and check your homepage once more. &lt;br&gt;&lt;br&gt;
           Result:&lt;br&gt; click &lt;strong&gt;Save&lt;/strong&gt; and check your homepage once more  &lt;/td&gt;
   &lt;/tr&gt;
   &lt;tr&gt;
      &lt;td&gt;Page 1 &gt; Page &lt;/td&gt;
      &lt;td&gt;Navigation between pages &lt;/td&gt;
      &lt;td&gt;Go to Admin Panel &gt; Settings &gt; Languages &lt;/td&gt;
   &lt;/tr&gt;
   &lt;tr&gt;
      &lt;td&gt;|**Note**: text | &lt;/td&gt;
      &lt;td&gt;Notes to the text above the note.&lt;/td&gt;
      &lt;td&gt; 
           Input:
           &lt;br&gt; Hover the mouse over questions' name to see actions menu: delete and edit. &lt;br&gt;
           |**Note**: Username, password, email, real name, gender and birthday are system fields and 
           can not be deleted.|&lt;br&gt;&lt;br&gt;
           Result:
           &lt;br&gt; &lt;img src=&quot;https://wiki.oxwall.com/_media/contribute:2screen.png?w=400&quot;&gt;  &lt;/td&gt;
   &lt;/tr&gt;
   &lt;tr&gt;
      &lt;td&gt; * log in to your control panel1* insert the code2 * refresh the page3 &lt;/td&gt;
      &lt;td&gt;Bulleted list defining or describing available choices, options/actions &lt;/td&gt;
      &lt;td&gt; 
           Input: &lt;br&gt;*Delete-deletes user (profile and all of his files) from your site. 
                  &lt;br&gt;*Suspend-deactivates user.
                  &lt;br&gt; *Re-activate-activates suspended users.&lt;/br&gt;&lt;br&gt;
           Result:
                  &lt;br&gt;&lt;img src=&quot;https://wiki.oxwall.com/_media/contribute:3screen.png?w=350&quot;&gt;
        
   &lt;/tr&gt;
   &lt;tr&gt;
       &lt;td&gt; - item1 - item2 - item3&lt;/td&gt;
       &lt;td&gt;Numbered list defining or describing sequence of actions&lt;/td&gt;
       &lt;td&gt; 
           Input: &lt;br&gt; - log in to your control panel 
                  &lt;br&gt;- insert the code
                  &lt;br&gt; - refresh the page &lt;br&gt;&lt;br&gt;
           Result:&lt;br&gt;1.log in to your control panel 
                  &lt;br&gt; 2.insert the code
                  &lt;br&gt; 3.refresh the page 
        
       &lt;/td&gt;
   &lt;/tr&gt;
   &lt;tr&gt;
       &lt;td&gt;  &amp;lt;code&amp;gt; html/php/sql/css&gt; a piece of &amp;lt;/code &amp;gt;  &lt;/td&gt;
       &lt;td&gt;Highlight any piece of code. For example use &amp;lt;code php&amp;gt;Code here&amp;lt;&amp;lt/code&amp;gt; to highlight
           php code 
       &lt;/td&gt;
       &lt;td&gt; 
           Input:
           &lt;br&gt;insert &amp;lt;code php&amp;gt; $multiUpload = new MultiFileField('attachments', 5);&amp;lt;/code&amp;gt; 
           and save changes.&lt;br&gt;&lt;br&gt;
           Result: 
           &lt;br&gt;insert &lt;code php&gt; $multiUpload = new MultiFileField('attachments', 5)&lt;/code&gt; and save 
           changes.
       &lt;/td&gt;
       
   &lt;/tr&gt;
   &lt;tr&gt;
       &lt;td&gt;&lt;nowiki&gt;http://[your_site_URL]&lt;/nowiki&gt; &lt;/td&gt;
       &lt;td&gt;Site links &lt;/td&gt;
       &lt;td&gt;Input: &lt;br&gt;Documentation can be found at http://[http://docs.oxwall.org/] &lt;br&gt;&lt;br&gt;
           Result:&lt;br&gt;&lt;img src=&quot;https://wiki.oxwall.com/_media/contribute:5screen.png?w=400&quot;&gt;&lt;/td&gt;
   &lt;/tr&gt;
   &lt;tr&gt;
       &lt;td&gt; Action 1 -&gt; Action 2 &lt;/td&gt;
       &lt;td&gt;Consistency between certain actions. &lt;/td&gt;
       &lt;td&gt;Input:&lt;br&gt;Clear cache-&gt;Refresh page-&gt;Upload photo &lt;br&gt;&lt;br&gt;
           Result:&lt;br&gt; Clear cache → Refresh page → Upload photo &lt;/td&gt;
   &lt;/tr&gt;
&lt;/table&gt;

&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT4 SECTION &quot;Standard formatting.&quot; [1471-5238] --&gt;
&lt;h2 class=&quot;sectionedit5&quot; id=&quot;screen-shots&quot;&gt;Screen shots.&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Screen shot is a very powerful way to explain your idea. If you screen shot matches following criteria, then you are good to go!
&lt;/p&gt;
&lt;ol&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Captures only related to your topic area.&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Is consistent to the text it is connected with.&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Is 400px (correlation 4:3) size.&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Is placed AFTER the text it belongs to.&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; Selections  and arrows within the screen shot are:&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level3&quot;&gt;&lt;div class=&quot;li&quot;&gt; color: red (#ff0000)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level3&quot;&gt;&lt;div class=&quot;li&quot;&gt; scale: 0.5px.&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;
Example:
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://wiki.oxwall.com/_detail/contribute:samplescreenshot.png?id=contribute%3Adocumentation_standards&quot; class=&quot;media&quot; title=&quot;contribute:samplescreenshot.png&quot;&gt;&lt;img src=&quot;https://wiki.oxwall.com/_media/contribute:samplescreenshot.png?w=400&amp;amp;tok=a60edb&quot; class=&quot;media&quot; alt=&quot;&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT5 SECTION &quot;Screen shots.&quot; [5239-] --&gt;</description>
    </item>
</rdf:RDF>
