Update version and ChangeLog

This commit is contained in:
Gregory Soutade 2016-06-05 09:19:02 +02:00
parent 7b93925d00
commit 05c92a1738
5 changed files with 17 additions and 20 deletions

View File

@ -1,3 +1,12 @@
v0.5 (05/06/2016)
** User **
** Dev **
** Bugs **
Some robots doesn't set referer when they try to add comment
v0.4 (22/05/2016) v0.4 (22/05/2016)
** User ** ** User **

2
README
View File

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

View File

@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<ljdc> <ljdc>
<entry>
<id>145297461402</id>
<address>http://thecodinglove.com/post/145297461402/when-i-make-a-minor-change-in-a-legacy-code</address>
<title>When I make a minor change in a legacy code</title>
<img>http://tclhost.com/sv1sN0F.gif</img>
</entry>
<entry> <entry>
<id>143366123038</id> <id>143366123038</id>
<address>http://lesjoiesducode.fr/post/143366123038/quand-un-client-m%C3%A9content-me-saute-dessus-d%C3%A8s-le</address> <address>http://lesjoiesducode.fr/post/143366123038/quand-un-client-m%C3%A9content-me-saute-dessus-d%C3%A8s-le</address>

View File

@ -10,6 +10,6 @@
<a href="/user">Users</a> <a href="/blog">Blogs</a> <a href="/disconnect">Disconnect</a><br/><br/> <a href="/user">Users</a> <a href="/blog">Blogs</a> <a href="/disconnect">Disconnect</a><br/><br/>
{% block content %} {% endblock %} {% block content %} {% endblock %}
<br/><br/><br/> <br/><br/><br/>
<center><a href="http://indefero.soutade.fr/p/dynastie">Dynastie</a> 0.4</center> <center><a href="http://indefero.soutade.fr/p/dynastie">Dynastie</a> 0.5</center>
</body> </body>
</html> </html>

View File

@ -1,18 +0,0 @@
<html xmlns:dyn="http://indefero.soutade.fr/p/dynastie">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta name="robots" content="index, follow"/>
<meta name="keywords" content="blog, gregory, soutade, grégory, soutadé, Grégory, Soutadé"/>
<meta name="description" content="Bolg de Grégory Soutadé"/>
<meta name="generator" content="Joomla! 1.5 - Open Source Content Management"/>
<title>Blog de Grégory Soutadé</title>
</head>
<body>
<dyn:title/>
<dyn:author/>
<dyn:date/>
<dyn:content/>
<title>Another title</title>
</body>
</html>