aagh
[specialops2.git] / README
blob4b92fc9ff8396527e6e5af8e240a49140b0ae5ca
1 Special Ops Boards v2
3 Main code and things © 2004-2005 Ant P (http://specialops.ath.cx)
4 Dutch translation and stuff © 2005 Jeffoh (http://jeffrey.no-ip.info/)
5 License: ZLib. See the file "COPYING" for the license terms.
7 >> Intro
8 This message board system started off as mBoard, a featureless GameFAQs spinoff
9 board I made in a few hours that never really gained popularity. The code in
10 mBoard, as well as what I had in Special Ops 1.x was crap. So I threw it all
11 out and rewrote (mostly) from scratch.
12 The result of it is a system that works flawlessly, efficiently and uselessly.
14 You need these for it to work:
15         PHP 5.1, mysqli, SPL
16         MySQL 5.0, InnoDB
18 It is also _highly_ recommended to install the GNU gettext extension for PHP,
19 as this will enable the localisation features.
21 >> Installation
22 Identical to GameFAQs Hell (use linux btw). The DB files are in res/. There
23 isn't any board editor yet because I'm lazy.
25 >> To Do list
26         Language autodetection
27         Moderation system
28         Paged topic/message lists
29         Search features
31 >> Developer info
32 The latest version of the source (which may not work) is always available at:
33         http://specialops.ath.cx/repos/so2/trunk/
34 The code is best viewed at 160 cols, tabwidth 4.
35 Code formatting is mostly based on the Linux kernel standards.
36 Bugs or code contributions go to:
37         irc://specialops.ath.cx/whitefyre
39 $Id$