-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathREADME
executable file
·39 lines (23 loc) · 2 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
= OUTDATED VERSION
We rewrote large parts of crabgrass, referring to the rewrite as crabgrass-core.
This Repository is not maintained anymore. Please take a look at crabrass-core instead. Thanks.
= Crabgrass
Crabgrass is a software libre web application designed for group and network organizing, and tailored to the needs of the global justice movement. The long term goal is to provide the technical tools to facilitate active, confederal, and directly democratic social change networks.
= License
Crabgrass is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License (AGPL) as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Crabgrass is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the {GNU Affero General Public License}[http://www.gnu.org/licenses/agpl.txt] for more details.
Crabgrass includes and depends upon many third party libraries that are not licensed AGPL. These are, however, all in the public domain or compatible with a free software license.
= Installation
For details on how to install crabgrass, and its required dependencies, please see doc/INSTALL
= Support
* {Crabgrass project page}[http://crabgrass.riseup.net]
* {Crabgrass code documentation}[https://labs.riseup.net/crabgrass/documentation]
* {Code repository browser}[https://labs.riseup.net/code/repositories/show/crabgrass]
* {Crabgrass bug tracker}[https://labs.riseup.net/code/projects/crabgrass/issues?query_id=1]
* {Feature requests}[https://labs.riseup.net/code/projects/crabgrass/issues?query_id=2]
* {More information on Crabgrass}[https://we.riseup.net/crabgrass]
= Development
* {Development overview}[link:files/doc/DEVELOPMENT]
* {Running and writing Crabgrass tests}[link:files/doc/TESTING]
* {Code changes}[link:files/CHANGES]
* {Running Crabgrass in production mode}[link:files/doc/PRODUCTION]