1c0be34ecf371e5188bc1b2b4aeccc10c1b31f45
Decentrala
dmz.rs / decentrala.org website
Setup
First, prepare the virtual environment and install dependencies:
make prep
Build site
To build the complete website:
make build
The complete website will be contained in site/. You can copy this to your server.
Development server
To start a development server, first build the site, then run (possibly with sudo):
make dev
To stop it:
make stop
Events
To update events, update dogadjaji.csv then run:
make events
For checking the csv data, suggestion is the tennis pkg, with example command:
tennis -nt --zebra --color on --theme dark --tail 20 dogadjaji.csv
TODO:
- create page builder
- rename
prep.pyto more informative name (build_events.py)
- rename
- create xmpp bot that connects to events section.
- create blogging system
- webring system
- make page
- populate page
- make english version
- double check spelling and wording
- add account and donations page and style them with the site style
Description
Languages
HTML
64.8%
Python
22.9%
CSS
9.1%
JavaScript
2.4%
Makefile
0.8%