Update README and ChangeLog
This commit is contained in:
parent
3caae2dee2
commit
7fff2dbd2d
|
@ -1,4 +1,4 @@
|
|||
v0.4 (09/01/2016)
|
||||
v0.4 (22/05/2016)
|
||||
|
||||
** User **
|
||||
Redirect user to comment when it's added and not to begining of page
|
||||
|
@ -7,6 +7,7 @@ v0.4 (09/01/2016)
|
|||
Add autofocus to login page
|
||||
Sort tags by name
|
||||
Add generation duration time
|
||||
Add fail2ban filter
|
||||
|
||||
** Dev **
|
||||
Support Django 1.8
|
||||
|
|
12
README
12
README
|
@ -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
|
||||
|
|
|
@ -1,5 +1,23 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ljdc>
|
||||
<entry>
|
||||
<id>143366123038</id>
|
||||
<address>http://lesjoiesducode.fr/post/143366123038/quand-un-client-m%C3%A9content-me-saute-dessus-d%C3%A8s-le</address>
|
||||
<title>Quand un client mécontent me saute dessus dès le lundi matin</title>
|
||||
<img>http://ljdchost.com/ahfGsho.gif</img>
|
||||
</entry>
|
||||
<entry>
|
||||
<id>142340614088</id>
|
||||
<address>http://lesjoiesducode.fr/post/142340614088/quand-je-fais-un-force-commit</address>
|
||||
<title>Quand je fais un force commit</title>
|
||||
<img>http://ljdchost.com/szetnRM.gif</img>
|
||||
</entry>
|
||||
<entry>
|
||||
<id>141258011839</id>
|
||||
<address>http://lesjoiesducode.fr/post/141258011839/vendredi-apr%C3%A8s-midi</address>
|
||||
<title>Vendredi après-midi</title>
|
||||
<img>http://ljdchost.com/H9PbWDi.gif</img>
|
||||
</entry>
|
||||
<entry>
|
||||
<id>138932499327</id>
|
||||
<address>http://thecodinglove.com/post/138932499327/seeing-my-own-code-after-years</address>
|
||||
|
|
Loading…
Reference in New Issue
Block a user