c3ae746d83a6204b238bc6429c5c39e9e7097bb6
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
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%