<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="/chkno.xsl"?>
<content section="projects">
	<title>XML Message Board</title>

	<p>Ever want a message board on your website, but
	concerned that <a href="http://www.phpbb.com/">PHPBB</a>
	is just a little too complex for your target
	audience?  How many of your users are going to know <a
	href="http://www.phpbb.com/support/guide/#section4_7_1">what kind
	of PHP date() string</a> they want their pages generated with?
	Perhaps you don't plan to have thousands of concurrent users and
	millions of posts.  Why do you need a full database back end?</p>

	<p>The XML Message board stores posts in simple, un-ordered
	XML files.  New messages are simply appended to the bottom
	of the file.  Proper hierarchical display is archived with
	client-side <a href="http://www.w3.org/TR/xslt">XSLT.</a></p>

	<p>You are welcome to study, use, and redistribute
	this XML Message Board under the terms of the <a
	href="http://www.gnu.org/copyleft/gpl.html">GNU General Public
	License</a>.  Grab the <a href="xmlmb-0.0.2.tar.gz">source</a>,
	or</p>

	<p>Try it out:</p>

	<createthread />


<thread num="1">
 <author>Test user</author>
 <topic>Test topic</topic>
</thread>

<thread num="2">
 <author>chkno</author>
 <topic>Ok, this thing should be working.</topic>
</thread>

<thread num="3">
 <author>The Wes</author>
 <topic>nope, totally broken</topic>
</thread>
<thread num="4">
 <author>&lt;xijio&gt;</author>
 <topic>&lt;/xijio&gt;</topic>
</thread>

<thread num="5">
 <author>echto</author>
 <topic>finally catching up on things</topic>
</thread>
<thread num="6">
 <author>commradd</author>
 <topic>MS Windows</topic>
</thread>
<thread num="7">
 <author>yrsy</author>
 <topic>gh</topic>
</thread>
<thread num="8">
 <author>chkno</author>
 <topic>Abandoned</topic>
</thread>
</content>
