Software Freedom Conservancy's Website
76b653ed8a
The main change here is that the lawsuit FAQ page now shows one how to verify that VMware combined Linux source code with their binary-only components using VMware's ESXi 6.0 rather than ESXi 5.5 Update 2. This required a couple minor path changes and updates to the memory addresses and SHA-1 checksums. The analysis steps otherwise remained the same. The FAQ is now more generic in its discussion of the ESXi versions that were originally analyzed, in order to avoid confusion with the analysis provided in the FAQ, which uses a newer version and reaches the same conclusion. Some minor, unrelated fixes were also added. These include: * add period at end of paragraphs where it was previously missing * convert ">" in <pre> and <code> to ">" so the page is valid HTML * convert "&" in <pre> to "&" so the page is valid HTML * add missing 's' to "truct pci_driver" * fix the "tg.c" filename - this should be "tg3.c" |
||
---|---|---|
apache2/sites-available | ||
cron/cron.monthly | ||
www | ||
.gitignore | ||
AGPLv3 | ||
ASPEN.md | ||
CC-By-SA-3.0 | ||
compile-all.py | ||
ISC_LICENSE | ||
README.md |
Contributing
The canonical location for this repository is on Gitorious. Copies of this repository elsewhere, such as Github, are for backup purposes only. If you have contributions, submit them on Gitorious.
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
- Make sure the Python module 'djangopw', with the global variable 'djangoadmin_password' is somewhere importable in the default PYTHON_PATH.