Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Commit of recent work in preperation for Kiriwrite 0.5.0
[kiriwrite/.git] / Documentation / English (British) / developer-chapter5.html
index 32b3d35..8adb92c 100644 (file)
@@ -3,7 +3,7 @@
        <head>\r
                <link href="style.css" REL="stylesheet" TYPE="text/css" MEDIA="screen">\r
                <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">\r
-               <title>Kiriwrite Documentation - Developer Documentation - Chapter 5: Languages</title>\r
+               <title>Kiriwrite Documentation - Developer Documentation - Chapter 5: Kiriwrite Page Format</title>\r
        </head>\r
        <body>\r
                <div class="menubarback">\r
@@ -15,17 +15,36 @@ Documentation</a> | <a href="tutorial.html">Tutorial Documentation</a> |
                        </div>\r
                </div>\r
                <div class="pageinformation">\r
-                       <span class="pagetitle">Chapter 5: Languages</span><br><br>\r
+                       <span class="pagetitle">Chapter 5: Kiriwrite Page Format</span><br><br>\r
 \r
-The language files that are used by Kiriwrite are stored in the 'lang' directory. The language filenames used are typically formatted as ISO 639-1 codes with the “local” dialect appened to it.<br><br>\r
+The Kiriwrite page format is the page format that is used internally for displaying the generated content from the presentation module.<br><br>\r
 \r
-An example of this is English (British), as it is the English language it begins with the ISO 639-1 code of en and is then appended with -GB for the “local” dialect making it en-GB. Typically if it's a language specific for a country the local dialect is in capitals, while variations of the language are typically in small letters.<br><br>\r
+It is stored in the page.html file and can be changed to show the generated content from the presentation module in a different way. Typically the page format would be formatted as the style the presentation module would output.<br><br>\r
 \r
-When translating Kiriwrite to another language, the default language of Kiriwrite is English (British). This is the en-GB.xml file in the 'lang' directory and will always contain the most recent language strings. However, if there are already completed and translated files in other languages, you can base the translation from that language if it is easier that way.<br><br>\r
+The content generated from the presentation module and other information (such as page title) can be inserted into the page.html file by using the tags below:<br><br>\r
 \r
-The settings in the 'about' tag provide information about the language file. 'name' specifies the name of the language, 'creator' specifies who created the language file while 'mailaddress' specifies an e-mail address (if desired).<br><br>\r
-\r
-The remaining tags contain all of the strings that are used within Kiriwrite.\r
+<table class="infotable">\r
+    <tr>\r
+        <td class="tableheading">Tag</td>\r
+        <td class="tableheading">Description</td>\r
+    </tr>\r
+    <tr>\r
+        <td class="tabledata">&lt;kiriwrite:menu&gt;</td>\r
+        <td class="tabledata">Writes the menu where this tag is specified.</td>\r
+    </tr>\r
+    <tr>\r
+        <td class="tabledata">&lt;kiriwrite:imagespath&gt;</td>\r
+        <td class="tabledata">Writes the URI path the images directory.</td>\r
+    </tr>\r
+    <tr>\r
+        <td class="tabledata">&lt;kiriwrite:title&gt;</td>\r
+        <td class="tabledata">Writes the title of the page.</td>\r
+    </tr>\r
+    <tr>\r
+        <td class="tabledata">&lt;kiriwrite:pagedata&gt;</td>\r
+        <td class="tabledata">Writes the page data generated by the presentation module.</td>\r
+    </tr>\r
+</table>\r
                </div>\r
        </body>\r
 </html>\r
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy