From 02efd52c4883a4fa00b0ab571cf5075956956ccd 2024-07-22 00:32:41 From: Ben Sturmfels Date: 2024-07-22 00:32:41 Subject: [PATCH] Update README - overview, licenses and Ansible --- diff --git a/README.md b/README.md index dc2268175ad8bc006c86009f488bf11c840f26ad..e4553b6e97f31a6fc32bdd4b919c34d9049c5496 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Software Freedom Conservancy website +This is a Python/[Django](https://www.djangoproject.com/)-based website that +runs [sfconservancy.org](https://sfconservancy.org). + + ## Contributing The canonical location for this repository is [on Conservancy’s @@ -9,9 +13,9 @@ Kallithea instance](https://k.sfconservancy.org/website). ## License The software included herein, such as the Python source files, are generally -licensed [AGPLv3](AGPLv3)-or-later. The Javascript is a hodgepodge of -licensing, but all of it is compatible with [AGPLv3](AGPLv3)-or-later. See -the notices at the top of each Javascript file for licensing details. +licensed [AGPLv3](AGPLv3)-or-later. JavaScript source is generally +[GPLv3](GPLv3)-or-later. See the notices at the top of each Javascript file for +specific licensing details. The content and text (such as the HTML files) is currently [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 Conservancy's webserver runs on a standard Debian installation. For -configuration requirements, see `deploy/ansible/install.yml`. +configuration requirements, see `deploy/install.yml`. ## CDN