58 lines
936 B
Markdown
58 lines
936 B
Markdown
# Decentrala
|
|
|
|
dmz.rs/decentrala.org website
|
|
|
|
## Setup
|
|
|
|
First, prepare the virtual environment and install dependencies:
|
|
|
|
```sh
|
|
make prep
|
|
```
|
|
|
|
## Build site
|
|
|
|
To build the complete website:
|
|
|
|
```sh
|
|
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`):
|
|
|
|
```sh
|
|
make dev
|
|
```
|
|
|
|
To stop it:
|
|
|
|
```sh
|
|
make stop
|
|
```
|
|
|
|
## Events
|
|
|
|
To update events, update `dogadjaji.csv` then run:
|
|
|
|
```sh
|
|
make events
|
|
```
|
|
|
|
|
|
## TODO:
|
|
|
|
- [x] create page builder
|
|
- [x] rename `prep.py` to more informative name (`build_events.py`)
|
|
- [x] create xmpp bot that connects to events section.
|
|
- [ ] create blogging system
|
|
- [ ] webring system
|
|
- [x] make page
|
|
- [ ] populate page
|
|
- [x] make english version
|
|
- double check spelling and wording
|
|
- [x] add account and donations page and style them with the site style
|