Software Freedom Conservancy's Website
Find a file
2023-09-14 23:44:10 +10:00
apache2/sites-available Created source links. 2010-10-03 22:28:24 -04:00
deploy/ansible Add postfix to ansible config 2023-09-14 23:44:10 +10:00
systemd fixup! Fix git merge during schedule update 2023-09-14 18:34:53 +10:00
www Add postfix to ansible config 2023-09-14 23:44:10 +10:00
.gitignore Remove unused files 2023-09-13 13:34:11 +10: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 Add support for Debian Bookworm 2023-09-13 13:33:27 +10:00
Dockerfile-debian-bullseye Add support for Debian Bullseye 2023-09-12 10:59:45 +10:00
Dockerfile-debian-buster Add Debian Buster dockerfile 2023-09-07 23:27:33 +10:00
Dockerfile-debian-stretch Add support for Debian Bookworm 2023-09-13 13:33:27 +10:00
ISC_LICENSE License texts 2010-09-26 18:53:20 -04:00
README.md Update "cleanup" and "update" services for Python 3 2023-09-14 18:14:22 +10:00
requirements.txt Add support for Debian Bookworm 2023-09-13 13:33:27 +10:00

Software Freedom Conservancy website

Contributing

The canonical location for this repository is on Conservancys 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 standard Debian installation. For configuration requirements, see deploy/ansible/install.yml.

Django setup

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

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.