From 5799d52d029a61159e7b5209e040f9615ac90077 Mon Sep 17 00:00:00 2001 From: kirinji Date: Sun, 15 Jun 2008 23:58:40 +0000 Subject: [PATCH] Minor updates --- ...eveloper-chapter1-kiriwriteoutputpage.html | 6 +++- ...loper-chapter1-kiriwriteprocessconfig.html | 36 +++++++++++++++++++ 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 Documentation/English (British)/developer-chapter1-kiriwriteprocessconfig.html 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 Parameters:

- kiriwrite_output_page(pagetitle, pagedata, menutype); + kiriwrite_output_page(pagetitle, pagedata, menutype, database);

@@ -74,6 +74,10 @@ Specifies the menu type to use.

Writes the compile sub-menu. +
+ +database
+Specifies the name of the database to be used in the database sub-menu. 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 @@ + + + + + + Kiriwrite Documentation - Developer Documentation - 1.42: kiriwrite_processconfig + + + +
+ 1.42 kiriwrite_processconfig

+ +kiriwrite_processconfig processes a configuration file (such as the Kiriwrite configuration file or a Kiriwrite language file).

+ +Parameters:

+
+kiriwrite_processconfig(data); +


+ +Usage:

+
+%config = kiriwrite_processconfig(@config); +


+ +data
+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. +
+ + -- 2.39.2