From 491f47f4248fbda6c779e1e894dab61a2de5c251 Mon Sep 17 00:00:00 2001 From: koenr Date: Wed, 12 Jan 2005 09:53:15 +0000 Subject: [PATCH] Updated translationguide.html, learning from the errors I've seen when making the language packs XHTML compliant. Please check the modification for errors to content and english language before I anounce this modification in the language forum!! --- lang/en/docs/translation.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/lang/en/docs/translation.html b/lang/en/docs/translation.html index 1601959d64..3b9ace0c8a 100755 --- a/lang/en/docs/translation.html +++ b/lang/en/docs/translation.html @@ -167,6 +167,21 @@ making sure not to modify any code in the file (there usually is no code, just HTML-tags). (DON'T USE A WORDPROCESSOR to write the help-files because these programs add too much rubbish to the files).

+

Take care to write the helpfiles XHTML-compliant. This means in short:

+ +

None of the files in the help folder need a doc type, html, body, head opening and closing tags - these files are included with help.php. The script will take care of welforming the pages. This means also there is not much room for HTML creativity! Please stick to the English example.

+

The files in the docs folder must be completely XHTML compliant, including doc type, header etc.

+

Clicking on "Check for missing strings" in the language administration screen will also show you what files you -- 2.39.5