Go to file
Gregory Soutade e0b8f544ff Fix HTML article inclusion
Fix draft inclusion in preview
Enhance cache post content (avoid recomputing md5sum if present)
Add generation duration time
Add post only generation (for Dev)
Remove Draft when it becomes Post
Update blog Copyright
Update TinyMCE plugins for inclusion
Sort tags by name
2016-01-09 20:10:27 +01:00
dynastie Fix HTML article inclusion 2016-01-09 20:10:27 +01:00
misc Update LJDC 2015-07-08 07:40:36 +02:00
.gitignore Do things in a more python way 2014-09-24 20:27:27 +02:00
apache_dynastie.conf Update to Django 1.8 + various changes 2015-09-21 19:05:25 +02:00
AUTHORS Add COPYING README and AUTHORS 2013-02-07 18:51:57 +01:00
ChangeLog Fix HTML article inclusion 2016-01-09 20:10:27 +01:00
COPYING Add COPYING README and AUTHORS 2013-02-07 18:51:57 +01:00
manage.py Add manage.py to package 2014-02-02 08:53:08 +01:00
README Fix HTML article inclusion 2016-01-09 20:10:27 +01:00

Dynastie is static blog generator delivered under GPL v3 licence terms.

Current version is 0.4

Requirements :
Django >= 1.8, libapache2-mod-wsgi if you want to use Dynastie with Apache. PyGments (Optional).

Installation :
* Download Dynastie
* Update dynastie/wsgy.py (with $PWD/../) don't forget the final slash !
* Update dynastie/settings.py (SECRET_KEY...)
* Run ./manage.sh syncdb and create a superuser
* Run ./manage.sh runserver 0.0.0.0:8080
or
* Copy (and edit) apache_dynastie.conf in /etc/apache2/sites-available, and create a symbolic link from /etc/apache2/sites-enabled to /etc/apache2/sites-available

Then you can create users*, blog, categories, posts and generate your blog !

*Be careful : $(blog.name) must be an URI like "blog.soutade.fr", it will be used like this in some parts of Dynastie.


More information can be found at http://indefero.soutade.fr/p/dynastie