summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDirk Makowski <dmakowski@gmx.net>2012-08-25 23:14:28 +0200
committerDirk Makowski <dmakowski@gmx.net>2012-08-25 23:14:28 +0200
commit81c2749d1e42463c5fd7b987f570fab71d1cce38 (patch)
tree5057de5fcc32e57818a95f9b549624379295ee42 /README.rst
parent77dcfa6b2c0b8df13c34d0f2b76556b4c0569c8e (diff)
downloadfeedgenerator-81c2749d1e42463c5fd7b987f570fab71d1cce38.tar.gz
Initial commit
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..2b826d8
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,13 @@
+feedgenerator-py3k
+==================
+
+Feedgenerator-py3k is a standalone version of Django's feedgenerator.
+It is based on the current Django Version 1.5.dev20120824122350.
+
+The previous feedgenerator 1.2.1 is based on rather old code, and
+during the port to Python 3 it became obvious that (at least) the handling
+of unicode strings has to be refactored.
+
+Django has evolved since, so I decided to create a new standalone version
+which is based upon modern code.
+