From mint-bounce@lists.fishpool.fi Mon Aug 23 09:14:00 2010 To: mint Subject: Re: [MiNT] Kernel documentation shortcomings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Date: Mon, 23 Aug 2010 15:12:01 +0200 From: m0n0 Reply-To: ole@monochrom.net In-Reply-To: References: <3759792c800da494ef8704b557b712d6-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUNBAjBTXF5bVkYJXVxoB1E6XF1XQ0AEWl1eRg==-webmailer2@server03.webmailer.hosteurope.de> Message-ID: <0a4bc1ce04b0ce50aeb8b296fb79b15c-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUNBAjBTXF5bVkYJXVxoB1E6XF1XQ0AEVltbQQ==-webmailer2@server03.webmailer.hosteurope.de> X-Sender: ole@monochrom.net User-Agent: Host Europe Webmailer/2.0 X-HE-Access: Yes X-bounce-key: webpack.hosteurope.de;ole@monochrom.net;1282569121;6ead44cc; X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: ole@monochrom.net Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Am Montag, den 23.08.2010, 14:29 +0200 schrieb Miro Kropacek : > I think this can be taken as part of "are we going to include any > significant (other than READMEs) doc at all?". Wiki is progressing > fairly well, we just need to solve an export to some static html form. I would say it needs an export to some XML format, which can be translated and parsed as we want it. XML can be translated to HTML via XSLT or via an custom parser. Using XSLT with PHP is easy (If you know about XSLT). But that requires an defined Wiki Page format, at least for the pages that get moved into the FreeMiNT docs. Here's one of the exporters...: http://toolserver.org/~magnus/wiki2xml/w2x.php I would like that one because I'm familiar with PHP... For the resulting (DOCBOC) XML we can write simple converters to other formats. Greets, m0n0