X-Git-Url: http://Server1/repobrowser/?p=kiriwrite%2F.git;a=blobdiff_plain;f=Documentation%2FEnglish%20%28British%29%2Fdeveloper-chapter3-guidance.html;h=64614387f0e533e314b1006bd885ed3533078cf0;hp=e4e8f244822c4b79c2693c9f84fea1e33599ec9c;hb=807fbc25c35ea3cdf16adcb2106fbb63b3511a68;hpb=85e6e7b063bd2521c64c7eaaf86b91188feb5a95 diff --git a/Documentation/English (British)/developer-chapter3-guidance.html b/Documentation/English (British)/developer-chapter3-guidance.html index e4e8f24..6461438 100644 --- a/Documentation/English (British)/developer-chapter3-guidance.html +++ b/Documentation/English (British)/developer-chapter3-guidance.html @@ -17,7 +17,7 @@ Documentation | Tutorial Documentation |
3.1 Guidance

-When creating a new database module to be used in Kiriwrite, the following is required.

+When creating a new database module to be used in Kiriwrite, the following is required:

When creating a new database module, at the top of the page the following should be inserted:

@@ -39,7 +39,7 @@ When creating a new database module, at the top of the page the following should
-Replace (modulename) with the name of the module like MySQL5 (which means MySQL database server version 5.x). When specifying the module name it should be the name of the format (MySQL) and version (5 as in 6.x).

+Replace (modulename) with the name of the module like MySQL5 (which means MySQL database server version 5.x). When specifying the module name it should be the name of the format (MySQL) and version (5 as in 5.x).

'use strict' and 'use warnings' isn't required but it is generally accepted that Perl scripts and modules should have 'use strict' and 'use warnings' lines written.