Websites hosted at dmz.rs and decentrala.org
Go to file
youshitsune 703c11a5ce
change from LibreX to SearXNG for bot protection
2023-08-28 08:39:06 +02:00
pages/sr change from LibreX to SearXNG for bot protection 2023-08-28 08:39:06 +02:00
site Reorganize project. Page builder. Support for EN 2023-08-07 13:29:42 +02:00
template Reorganize project. Page builder. Support for EN 2023-08-07 13:29:42 +02:00
.gitignore Gitignore 2023-08-07 13:30:11 +02:00
LICENCE add README and LICENCE 2023-07-31 15:39:00 +02:00
README.md Merge branch 'master' into v3.0 2023-08-08 17:11:26 +02:00
atom_gen.py Reorganize project. Page builder. Support for EN 2023-08-07 13:29:42 +02:00
blog.py initial commit 2023-05-05 12:55:05 +02:00
build_pages.py Reorganize project. Page builder. Support for EN 2023-08-07 13:29:42 +02:00
dogadjaji.csv add links to events 2023-08-28 01:19:28 +02:00
nginx.dev.conf Reorganize project. Page builder. Support for EN 2023-08-07 13:29:42 +02:00
poster.py add new logo 2023-08-06 12:18:34 +02:00
prep.py fix issue with using same name for two different variables 2023-08-26 01:03:33 +02:00
servisi.html change from LibreX to SearXNG for bot protection 2023-08-28 08:39:06 +02:00

README.md

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

TODO:

  • create page builder
  • create blogging system
  • create xmpp bot that connects to events section.
  • webring system
    • make page
    • populate page
  • make english version (localisation)