X-Git-Url: http://Server1/repobrowser/?p=kiriwrite%2F.git;a=blobdiff_plain;f=Documentation%2FEnglish%20%28British%29%2Fdeveloper-chapter1-kiriwriteoutputconfig.html;fp=Documentation%2FEnglish%20%28British%29%2Fdeveloper-chapter1-kiriwriteoutputxml.html;h=7c43b62a012e8942adef272fd628493728cdd36a;hp=4d491ec6fa1aae72c462ff6e5586d5b51400939e;hb=fb02a3c6cb60580a1dce80522a06168919460207;hpb=5778819ec333bf3392b2bc4cc54714d60b37221e diff --git a/Documentation/English (British)/developer-chapter1-kiriwriteoutputxml.html b/Documentation/English (British)/developer-chapter1-kiriwriteoutputconfig.html similarity index 74% rename from Documentation/English (British)/developer-chapter1-kiriwriteoutputxml.html rename to Documentation/English (British)/developer-chapter1-kiriwriteoutputconfig.html index 4d491ec..7c43b62 100644 --- a/Documentation/English (British)/developer-chapter1-kiriwriteoutputxml.html +++ b/Documentation/English (British)/developer-chapter1-kiriwriteoutputconfig.html @@ -3,7 +3,7 @@ - Kiriwrite Documentation - Developer Documentation - 1.40: kiriwrite_output_xml + Kiriwrite Documentation - Developer Documentation - 1.40: kiriwrite_output_config
- 1.40 kiriwrite_output_xml

+ 1.40 kiriwrite_output_config

-kiriwrite_output_xml outputs a file in the XML format and is mainly used for writing a configuration file. All parameters in the subroutine are required.

+kiriwrite_output_config outputs a configuration file and is mainly used for writing an updated configuration file. All parameters in the subroutine are required.

Parameters:

- kiriwrite_output_xml(filename, type, options); + kiriwrite_output_config(options);

@@ -30,7 +30,7 @@ kiriwrite_output_xml outputs a file in the XML format and is mainly used for wri Usage:

- kiriwrite_output_xml("kiriwrite.xml", "config", { DatabaseDirectory => “db”, OutputDirectory => “output”, ImagesURIPath => “/images/kiriwrite”, DateTimeFormat => “DD/MM/YY (hh:mm:ss)”, SystemLanguage => “en-GB”, PresentationModule => “HTML4S”, DatabaseModule => “SQLite”, DatabaseServer => “localhost”, DatabasePort => “3306”, DatabaseProtocol => “tcp”, DatabaseSQLDatabase => “database”, DatabaseUsername => “username”, DatabasePassword => “password”, DatabaseTablePrefix => “tableprefix” }); + kiriwrite_output_config({ DatabaseDirectory => “db”, OutputDirectory => “output”, ImagesURIPath => “/images/kiriwrite”, DateTimeFormat => “DD/MM/YY (hh:mm:ss)”, SystemLanguage => “en-GB”, PresentationModule => “HTML4S”, TextAreaCols => 50, TextAreaRows => 10, DatabaseModule => “SQLite”, DatabaseServer => “localhost”, DatabasePort => “3306”, DatabaseProtocol => “tcp”, DatabaseSQLDatabase => “database”, DatabaseUsername => “username”, DatabasePassword => “password”, DatabaseTablePrefix => “tableprefix” });

@@ -73,6 +73,14 @@ Specifies the options to use as a hash.

PresentationModule Specifies the presentation module in Kiriwrite to use. + + TextAreaCols + Specifies the width of the text area. + + + TextAreaRows + Specifies the height of the text area. + DatabaseModule Specifies the database module in Kiriwrite to use.