Legacy repo. See the new location: https://notabug.org/peers/peers-www/

vaeringjar eca8c9f117 For #73 the best I could figure out for now just sets the url and the save_as meta in each file. Maybe later we can use a plugin to make this a convention by slug and lang instead of a configuration. 6 سال پیش
content eca8c9f117 For #73 the best I could figure out for now just sets the url and the save_as meta in each file. Maybe later we can use a plugin to make this a convention by slug and lang instead of a configuration. 6 سال پیش
make d07c67faf3 I know I said I would use a different ssg than pelican, but since I already had started working on it, I just want to save the progress. I will leave the original 'root' directory even though currently running make will put the better version in the 'output' directory. 6 سال پیش
themes 8f31d208ff Some template cleanup. Mainly removed legacy classes, removed some comments, and fixed some indentation. 6 سال پیش
.gitignore 34c8528c07 Add Python cache files to gitignore 6 سال پیش
LICENSE.md da708cc395 Updating the documentation for license and for using Sass. 8 سال پیش
LICENSE_agpl.txt da708cc395 Updating the documentation for license and for using Sass. 8 سال پیش
README.md c6a0f6d1b7 Removed the legacy version of the website and added a note in the readme for how to find it again. 6 سال پیش
makefile 4d41369570 This solves the style hacks where the theme knows about the website. Only one style sheet and the knowledge of the special header belongs to the page.md file. Added sitemap, though it looks a bit messy in comparison to the rest of the pages. 6 سال پیش
pelicanconf.py 8779734839 DRY for some of the values in the pelicanconf.py. 6 سال پیش
publishconf.py d07c67faf3 I know I said I would use a different ssg than pelican, but since I already had started working on it, I just want to save the progress. I will leave the original 'root' directory even though currently running make will put the better version in the 'output' directory. 6 سال پیش

README.md

About

This is the official repository of Peers website.

Peers

The Peers Community provides a list of a confederation of independent projects that all strive for free (as in freedom!) software and culture.

You can talk to us on freepost, or at #freepost on freenode.

License

Copyright 2015 - 2017 vaeringjar
Code distributed under the AGPLv3+.
Media distributed under the CC BY-SA 4.0.

See the LICENSE.md file for more details...

Building

Work in progress...

Localhost Testing

For example, use python's built-in web server:

python3 -m http.server

Notable Legacy

See commit 46c1f63207 for the final appearance of the pre-ssg version of the site.