<span class="heading">Parameters:</span><br><br>\r
\r
<div class="code">\r
- kiriwrite_output_page(pagetitle, pagedata, menutype);\r
+ kiriwrite_output_page(pagetitle, pagedata, menutype, database);\r
</div>\r
\r
<br>\r
<td class="tabledata">Writes the compile sub-menu.</td>\r
</tr>\r
</table>\r
+<br>\r
+\r
+database<br>\r
+Specifies the name of the database to be used in the database sub-menu.\r
</div>\r
</body>\r
</html>\r
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">\r
+<html>\r
+ <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 - 1.42: kiriwrite_processconfig</title>\r
+ </head>\r
+ <body>\r
+ <div class="menubarback">\r
+ <div class="menubar">\r
+ <span class="apptitle">Kiriwrite</span>\r
+ <a href="index.html">Index</a> | <a href="user.html">User \r
+Documentation</a> | <a href="tutorial.html">Tutorial Documentation</a> | \r
+<a href="developer.html">Developer Documentation</a>\r
+ </div>\r
+ </div>\r
+ <div class="pageinformation">\r
+ <span class="pagetitle">1.42 kiriwrite_processconfig</span><br><br>\r
+\r
+kiriwrite_processconfig processes a configuration file (such as the Kiriwrite configuration file or a Kiriwrite language file).<br><br>\r
+\r
+<span class="heading">Parameters:</span><br><br>\r
+<div class="code">\r
+kiriwrite_processconfig(data);\r
+</div><br><br>\r
+\r
+<span class="heading">Usage:</span><br><br>\r
+<div class="code">\r
+%config = kiriwrite_processconfig(@config);\r
+</div><br><br>\r
+\r
+data<br>\r
+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.\r
+ </div>\r
+ </body>\r
+</html>\r