Updating this because dcm said so
[specialops2.git] / README
blob80efd46e1d6b2b451b01c14d12b3e88a0e285a81
1 Special Ops Boards 2
3 © 2004-2005 Ant P (http://specialops.ath.cx/)
4 License: ZLib. See the file "COPYING" for the full license terms.
6 >> Intro
7 This message board system started off as mBoard, a featureless GameFAQs spinoff
8 board I made in a few hours that never really gained popularity. The code in
9 mBoard, as well as what I had in Special Ops 1.x was crap. So I threw it all
10 out and rewrote (mostly) from scratch.
11 The result of it is better than EGFC. lolz onion = pwned
13 You need these for it to work:
14         PHP 5, mysqli, SPL
15         MySQL 5, InnoDB
17 >> Installation
18 The DB files are in res/.
19 Setup is virtually the same as GFH, except there's no board editor yet.
21 >> To Do list (major)
22         Moderation system
23         Paged topic lists
24         Board editor
26 >> Dev info
27 The latest public version of the source is at:
28         http://specialops.ath.cx/repos/so2/trunk/
29 The code is formatted for tab indents, width 4. There isn't really any
30 formatting standard, mostly just a mix of the perl/linux kernel guidelines.
31 Bugs go to:
32         irc://specialops.ath.cx/whitefyre
34 $Id$