##// END OF EJS Templates
Update README with fork information
Bohdan Horbeshko -
r2141:fc6ce675 default
parent child Browse files
Show More
@@ -3,22 +3,17 b''
3 This project aims to create centralized forum-like discussion platform with
3 This project aims to create centralized forum-like discussion platform with
4 anonymity in mind.
4 anonymity in mind.
5
5
6 Main repository: https://bitbucket.org/neko259/swineboard/
6 Main repository: https://sourceforge.net/p/swineboard/code/
7
8 Site: http://swineboard.me/
9
7
10 **THIS PROJECT IS DISCONTINUED**
8 Site: no known running instances yet
11
9
12 Due to python/django limitations and performance considerations the board was rewritten in Java. See https://bitbucket.org/neko259/newswineboard/
10 This is a fork of the Django-based version of Neboard engine (replaced with a less functional and more bloated Java-based https://bitbucket.org/neko259/newneboard/ now).
13
14 Some features are not implemented yet in the java version and some were deliberately removed. If you need them, feel free to use the old board.
15 Themes from the java project can be migrated to this one at the moment this document is being updated.
16
11
17 # INSTALLATION #
12 # INSTALLATION #
18
13
19 1. Download application and move inside it:
14 1. Download application and move inside it:
20
15
21 `hg clone https://bitbucket.org/neko259/swineboard`
16 `hg clone http://hg.code.sf.net/p/swineboard/code swineboard`
22
17
23 `cd swineboard`
18 `cd swineboard`
24
19
General Comments 0
You need to be logged in to leave comments. Login now