Update README and ChangeLog

This commit is contained in:
Gregory Soutade
2016-05-22 10:29:42 +02:00
parent 3caae2dee2
commit 7fff2dbd2d
3 changed files with 32 additions and 1 deletions

12
README
View File

@@ -18,5 +18,17 @@ 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.
Misc directory :
* ljdc.perl : A script to get GIF from http://lesjoiesducode.fr and http://thecodinglove.com/
* apache-dynastie.conf : Filter for fail2ban. Install it in /etc/fail2ban/filter.d and add to /etc/fail2ban/jail.local :
[apache-dynastie]
enabled = true
port = http,https
filter = apache-dynastie
logpath = /var/log/apache*/*error.log
maxretry = 1
Then, restart fail2ban service.
More information can be found at http://indefero.soutade.fr/p/dynastie