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
This commit is contained in:
Gregory Soutade
2016-01-09 20:10:27 +01:00
parent 9b49bf9114
commit e0b8f544ff
14 changed files with 213 additions and 181 deletions

4
README
View File

@@ -1,6 +1,6 @@
Dynastie is static blog generator delivered under GPL v3 licence terms.
Current version is 0.5
Current version is 0.4
Requirements :
Django >= 1.8, libapache2-mod-wsgi if you want to use Dynastie with Apache. PyGments (Optional).
@@ -10,7 +10,7 @@ Installation :
* 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
* 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