KOffice Web Site Languages
Draft $Date: 2004-01-01 18:51:18 +0100 (Thu, 01 Jan 2004) $
Overview
The Web site uses PHP on top of XHTML. For a beginner, just copy 1:1 the PHP header and footer. You will see a few variables that you might change, especially in the header. The real PHP code itself is hidden in the includes. (Later you can still learn PHP if you want to make more of it.)
We are using XHTML 1.0, not HTML 4 so be careful that you use only lower case tags (for example <p> ), that you close all tags that you have open (for example <p>Text</p> ) and to close empty tags (like <br /> and <hr /> , the space before the / is important for HTML-compatibility.) Otherwise XHTML is like HTML. (The XHTML 1.0 specification is based on HTML 4.)
The PHP code included assume that the XHTML is in UTF-8 (well for English, it does not make any difference.)
FAQs are handled by a PHP object. So there are a little special.
See also the KDE Web Site Tutorial
The KOffice Project