From: kirinji <kirinji@b7d4c41f-bb2b-0410-be1d-d0fb2b8774c1> Date: Sun, 15 Jun 2008 23:58:40 +0000 (+0000) Subject: Minor updates X-Git-Url: http://Server1/repobrowser/?a=commitdiff_plain;h=5799d52d029a61159e7b5209e040f9615ac90077;p=kiriwrite%2F.git Minor updates --- diff --git a/Documentation/English (British)/developer-chapter1-kiriwriteoutputpage.html b/Documentation/English (British)/developer-chapter1-kiriwriteoutputpage.html index 6dc9322..c33ca91 100644 --- a/Documentation/English (British)/developer-chapter1-kiriwriteoutputpage.html +++ b/Documentation/English (British)/developer-chapter1-kiriwriteoutputpage.html @@ -22,7 +22,7 @@ kiriwrite_output_page outputs the page to a browser, standard output or a consol <span class="heading">Parameters:</span><br><br> <div class="code"> - kiriwrite_output_page(pagetitle, pagedata, menutype); + kiriwrite_output_page(pagetitle, pagedata, menutype, database); </div> <br> @@ -74,6 +74,10 @@ Specifies the menu type to use.<br><br> <td class="tabledata">Writes the compile sub-menu.</td> </tr> </table> +<br> + +database<br> +Specifies the name of the database to be used in the database sub-menu. </div> </body> </html> diff --git a/Documentation/English (British)/developer-chapter1-kiriwriteprocessconfig.html b/Documentation/English (British)/developer-chapter1-kiriwriteprocessconfig.html new file mode 100644 index 0000000..d5af9fe --- /dev/null +++ b/Documentation/English (British)/developer-chapter1-kiriwriteprocessconfig.html @@ -0,0 +1,36 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> +<html> + <head> + <link href="style.css" REL="stylesheet" TYPE="text/css" MEDIA="screen"> + <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> + <title>Kiriwrite Documentation - Developer Documentation - 1.42: kiriwrite_processconfig</title> + </head> + <body> + <div class="menubarback"> + <div class="menubar"> + <span class="apptitle">Kiriwrite</span> + <a href="index.html">Index</a> | <a href="user.html">User +Documentation</a> | <a href="tutorial.html">Tutorial Documentation</a> | +<a href="developer.html">Developer Documentation</a> + </div> + </div> + <div class="pageinformation"> + <span class="pagetitle">1.42 kiriwrite_processconfig</span><br><br> + +kiriwrite_processconfig processes a configuration file (such as the Kiriwrite configuration file or a Kiriwrite language file).<br><br> + +<span class="heading">Parameters:</span><br><br> +<div class="code"> +kiriwrite_processconfig(data); +</div><br><br> + +<span class="heading">Usage:</span><br><br> +<div class="code"> +%config = kiriwrite_processconfig(@config); +</div><br><br> + +data<br> +Processes a configuration file that is formatted as an array and returns the configuration file as a hash which is much easier to use as specific configuration data would not need to be on a specific line. + </div> + </body> +</html>