Update README - overview, licenses and Ansible

This commit is contained in:
Ben Sturmfels 2024-07-22 10:32:41 +10:00
parent 5479785cc1
commit 02efd52c48
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

@ -1,5 +1,9 @@
# Software Freedom Conservancy website # Software Freedom Conservancy website
This is a Python/[Django](https://www.djangoproject.com/)-based website that
runs [sfconservancy.org](https://sfconservancy.org).
## Contributing ## Contributing
The canonical location for this repository is [on Conservancys The canonical location for this repository is [on Conservancys
@ -9,9 +13,9 @@ Kallithea instance](https://k.sfconservancy.org/website).
## License ## License
The software included herein, such as the Python source files, are generally The software included herein, such as the Python source files, are generally
licensed [AGPLv3](AGPLv3)-or-later. The Javascript is a hodgepodge of licensed [AGPLv3](AGPLv3)-or-later. JavaScript source is generally
licensing, but all of it is compatible with [AGPLv3](AGPLv3)-or-later. See [GPLv3](GPLv3)-or-later. See the notices at the top of each Javascript file for
the notices at the top of each Javascript file for licensing details. specific licensing details.
The content and text (such as the HTML files) is currently The content and text (such as the HTML files) is currently
[CC-BY-SA-3.0](CC-By-SA-3.0). [CC-BY-SA-3.0](CC-By-SA-3.0).
@ -20,7 +24,7 @@ The content and text (such as the HTML files) is currently
## Server configuration ## Server configuration
Conservancy's webserver runs on a standard Debian installation. For Conservancy's webserver runs on a standard Debian installation. For
configuration requirements, see `deploy/ansible/install.yml`. configuration requirements, see `deploy/install.yml`.
## CDN ## CDN