Cosmetic changes
[specialops2.git] / README
blobc6feedd740caa9466c947ae93816f9ed8f140322
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         Doing this cleanly will probably need rewriting the messagelist classes to
24         take result sets as params.
25 * New user privs system
26         Numeric levels are retarded.
28 >> Dev info
29 The latest public version of the source is at:
30         http://specialops.ath.cx/repos/so2/trunk/
31 The code is formatted for tab indents, width 4. There isn't really any
32 formatting standard, mostly just a mix of the perl/linux kernel guidelines.
33 Bugs go to:
34         irc://specialops.ath.cx/whitefyre
36 $Id$