Software Freedom Conservancy's Website
Find a file
2023-10-26 12:44:23 +11:00
apache2/sites-available Created source links. 2010-10-03 22:28:24 -04:00
conservancy Simplify settings and move some standard settings into settings.py 2023-10-26 12:28:29 +11:00
deploy Add Apache proxy and proxy-http modules 2023-10-24 13:55:19 +11:00
systemd Apply directory changes to update script 2023-10-25 22:56:44 +11:00
.dockerignore Add .dockerignore to ignore everything except requirements.txt 2023-10-26 12:44:23 +11:00
.gitignore Update .gitignore to reflect directory structure changes 2023-10-25 16:55:40 +11:00
AGPLv3 License texts 2010-09-26 18:53:20 -04:00
ASPEN.md added ASPEN.md document 2015-02-27 12:12:12 -06:00
CC-By-SA-3.0 Added CC-By-SA-3.0 license 2010-10-03 21:59:53 -04:00
Dockerfile-debian-bookworm Update and document Dockerfile 2023-10-26 12:31:52 +11:00
ISC_LICENSE License texts 2010-09-26 18:53:20 -04:00
manage.py Rename "www" directory to "conservancy" 2023-10-25 13:01:21 +11:00
README.md Remove documentation reference to unused djangopw module 2023-09-20 12:29:51 +10:00
requirements.txt Add .dockerignore to ignore everything except requirements.txt 2023-10-26 12:44:23 +11:00
TODO.md Add to-do file 2023-10-26 12:33:29 +11:00

Software Freedom Conservancy website

Contributing

The canonical location for this repository is on Conservancys Kallithea instance.

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 standard Debian installation. For configuration requirements, see deploy/ansible/install.yml.

CDN

Requests to any URL starting with /videos/ are forwarded to our CDN server to reduce bandwidth use. These files are uploaded to the CDN manually via the Rackspace API. Note that the Apache rewrite rule requires that the file not exist on disk for the redirect to be applied.

Local development

Python dependencies are tied to the versions available in Debian.

python3 -m pip install -r requirements.txt
cd www
python manage.py runserver

Deploying

Changes pushed to the https://k.sfconservancy.org/website repository are automatically deployed to the production website by the conservancy-www-update SystemD timer. See systemd/conservancy-www-update.timer for details.