d42693b9c5d4 — Peter Sanchez 11 years ago
Version bump. README update.
2 files changed, 27 insertions(+), 3 deletions(-)

M README
M djpubsubhubbub/__init__.py
M README +26 -2
@@ 10,18 10,33 @@ SuperFeedr.com hub.
 
 Updated to work cleanly with Django 1.5.
 
+
+============
+INSTRUCTIONS
+============
+
+Please see:
+
+https://bitbucket.org/petersanchez/djpubsubhubbub/wiki/Installation
+
+For SuperFeedr tutorial, please see:
+
+https://bitbucket.org/petersanchez/djpubsubhubbub/wiki/SuperFeedr_Tutorial
+
+
 ============
 DEPENDENCIES
 ============
 
 Requires the django-easyconfig and feedparser packages.
 
-$ sudo pip install django-easyconfig
-$ sudo pip install feedparser
+$ pip install django-easyconfig
+$ pip install feedparser
 
 # Note, if you install djpubsubhubbub from pip yourself,
 # it should handle the dependencies for you.
 
+
 ============
 REQUIREMENTS
 ============

          
@@ 30,6 45,15 @@ This app assumes you are running at leas
 and Django 1.2
 
 
+=======
+AUTHORS
+=======
+
+The good people at Participatory Culture
+Peter Sanchez - peter@netlandish.com
+ARSKI - https://bitbucket.org/arski
+
+
 ===============
 ORIGINAL README
 ===============

          
M djpubsubhubbub/__init__.py +1 -1
@@ 1,1 1,1 @@ 
-__version__ = '0.6'
+__version__ = '0.7'