summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2016-04-05 05:44:24 -0700
committerJustin Mayer <entroP@gmail.com>2016-04-05 05:44:24 -0700
commit5bfbc363f0e255b4d7d38c78dbae40b0e46787fa (patch)
tree5b3c142b90e017e937a288f03d32ed042a5c58d3 /README.rst
parent8c3c205e3cc9fa7497701316a4fd09af938884eb (diff)
downloadfeedgenerator-5bfbc363f0e255b4d7d38c78dbae40b0e46787fa.tar.gz
Update and simplify README
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst19
1 files changed, 7 insertions, 12 deletions
diff --git a/README.rst b/README.rst
index 6efa351..ea1cc7e 100644
--- a/README.rst
+++ b/README.rst
@@ -1,14 +1,9 @@
-feedgenerator-py3k
-==================
+FeedGenerator
+=============
-Feedgenerator-py3k is a standalone version of Django's feedgenerator.
-It is based on the current Django Version 1.5.dev20120824122350.
+FeedGenerator is a standalone version of Django's feedgenerator_ module.
+It has evolved over time, including an `update for Py3K`_ and numerous other
+enhancements.
-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.
-
-See http://parenchym.com/pymblog/ for details.
+.. _feedgenerator: https://github.com/django/django/blob/master/django/utils/feedgenerator.py
+.. _update for Py3K: http://parenchym.com/pymblog/porting-feedgenerator-to-py3k.html