# Decentrala

Redisign of dmz.rs .

## Build site

Run

```
python atom_gen.py
python prep.py
python build_pages.py
```

Complete website will be contained in `site/`. You can copy this to server.

## Development server

To start a development server, first build site, then run (possibly with `sudo`)

```
nginx -p . -c nginx.dev.conf
```

To stop it:

```
nginx -p . -s stop
```

## Events

To update events, update the `events.csv` then run commands
```
python build_pages.py # builds html out of csv
python image_poster.py # generates images for 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