Updated list
[specialops2.git] / README.xml
blob59568b196b2305193a98084a35869aadf75a71b0
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB">
3 <head>
4 <title>SO2 Readme</title>
5 <link rel="stylesheet" type="text/css" href="css/default.css"/>
6 </head>
8 <body>
9 <div id="header">
10         <h1>Special Ops 2 - Docs</h1>
11         <p>File last modified: <var>$Id$</var></p>
12 </div>
14 <h2>Intro</h2>
15 <p>This project is based on mBoard, a GameFAQs spinoff I started writing one day to try out SQLite.
16         I had it working in 7 hours and got bored with it. Then people started using it and it ran too slow.</p>
17 <p>The code in mBoard and SO1 was a huge mess. So I rewrote it almost completely from scratch.</p>
18 <p>SO2 is the best free software spinoff board. If you disagree with this, show me a better one and I will outdo it.</p>
20 <h2>Requirements</h2>
21 <p>You need PHP 5.1 and MySQL 5 installed. In PHP, make sure the MySQLi, SPL and libxml extensions are enabled.</p>
23 <h2>Installation</h2>
24 <p>The DB files are in res/. Setup is the same as GFH except for a few things:</p>
25 <ol>
26         <li>No board editor. You'll have to use phpMyAdmin and add them manually.</li>
27         <li>The admin userlevel doesn't actually do anything other than give you HTML.</li>
28         <li>The DB password is in mysql.php. An example file is in res/.</li>
29 </ol>
30 <p>You can turn off various features usually by removing code and deleting files.</p>
32 <h2>Known bugs</h2>
33 <ul>
34         <li>Deleting a user deletes any topics they've posted in, not just made (probably a foreign key problem)</li>
35 </ul>
37 <h2>Dev Info</h2>
38 <p>The latest version of the source is at <a href="http://specialops.ath.cx/repos/so2/">http://specialops.ath.cx/repos/so2/</a>.
39 This is a Subversion repository, so just do <kbd>svn co http://specialops.ath.cx/repos/so2/trunk/</kbd> to get the latest copy.</p>
40 <p>The code is formatted for tab indents, width 4. There isn't any formal line length limit.</p>
41 <p>Bugs, suggestions, fan mail and death threats can be sent to <a href="irc://specialops.ath.cx/">the IRC server</a>.</p>
43 <h2>Contributors</h2>
44 <ul>
45         <li>Old GFAQs theme by <a href="http://aquatakat.com/">Aquatakat</a></li>
46         <li>Various ideas from the IRC regulars</li>
47 </ul>
49 <div id="footer">
50         <address>© 2004-2005 <a href="irc://specialops.ath.cx/">Ant P.</a></address>
51         <p>License: <a href="COPYING" rel="licence">ZLib</a>.</p>
52 </div>
53 </body>
54 </html>