Summary
git Use ID
Software Freedom Conservancy's Website
Statistics are disabled for this repository
Downloads are disabled for this repository
pono b878ec082557
25 days ago
pono 52e9f271db6f
25 days ago
pono 190d34148b20
1 month ago
bsturmfels 4a7410366f14
3 months ago
bsturmfels 4ceb4b4ae2e2
3 months ago
pono 8d48feb4c630
3 months ago
Bradley M. Kuhn d4abaa3a17be
3 months ago
Bradley M. Kuhn 70e759e030a5
3 months ago
Bradley M. Kuhn bc1ed0a9d133
3 months ago
Bradley M. Kuhn 476a2c0f9f59
3 months ago

Contributing

The canonical location for this repository is on Conservancy’s Kallithea instance. Copies of this repository elsewhere, such as Github, are for backup purposes only..

License

The software included herein, such as the Python source files, are generally licensed AGPLv3-or-later. The Javascript is a hodgepodge of licensing, but all of it is compatible with AGPLv3-or-later. See the notices at the top of each Javascript file for licensing details.

The content and text (such as the HTML files) is currently CC-BY-SA-3.0.

Server Configuration

conservancy's webserver runs on a machine called dogwood.sfconservancy.org, which is a standard Debian installation.

The following packages are installed to make Django and Apache work on a squeeze install:

$ aptitude install python-django apache2 sqlite3 python2.5-sqlite libapache2-mod-python

Django Setup

  1. Make sure the Python module 'djangopw', with the global variable 'djangoadmin_password' is somewhere importable in the default PYTHON_PATH.