-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
53 lines (36 loc) · 1.6 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Overview.
=========
For more info: http://blog.kowalczyk.info/software/fofou/
Fofou (Forums For You) is a simple forum software inspired by
Joel On Software forum software (http://discuss.joelonsoftware.com/?joel).
It's mostly a port of FruitShow PHP forum (http://sourceforge.net/projects/fruitshow).
There are two versions:
* one in Python for Google App Engine (directory appengine). I used this versions
for a few years but no longer use it and no longer work on it
* second written in Go (directory go), which I currently use at
http://forums.fofou.org
Where can I see it in action?
=============================
Forums for my Sumatra PDF reader are powered by Fofou:
http://forums.fofou.org/sumatrapdf/
Installation.
=============
For Google App Engine version you need to get App Engine
account and upload fofou (see
http://code.google.com/appengine/docs/gettingstarted/uploading.html for
details).
Once installed, you can create one or more forums through web interface.
Go version needs to be compiled and run on a server. I use Linux (Ubuntu).
It is, however, not easy to deploy and I'm too lazy to document deployment
process.
Design philosophy.
==================
You'll quickly see that Fofou differs in many ways from most common forum
software. There are good reasons for the differences and Joel Spolsky describes
those reason in great detail:
http://www.joelonsoftware.com/articles/BuildingCommunitieswithSo.html
License.
========
The python/Go code is written completely by me and is in Public Domain.
Html/css/js files are mostly lifted from FuitShow, so they fall under
FruitShow's BSD license.