From 36f3cba1791f223c5ce11ca00449e235bcf493ce Mon Sep 17 00:00:00 2001 From: James Turk Date: Mon, 12 Apr 2010 16:53:47 -0400 Subject: [PATCH] change to URL listing in readme --- README.rst | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 3c1c3f5..cad20de 100644 --- a/README.rst +++ b/README.rst @@ -13,7 +13,7 @@ might not be for you. Requirements ============ -django-markupwiki depends on django 1.2+, django-markupfield 1.0.0b+ and +django-markupwiki depends on django >= 1.2a, django-markupfield >= 1.0.0a2 and libraries for whichever markup options you wish to include. @@ -34,13 +34,20 @@ to your urlconf. This will make the following views available (assuming the defined root is /wiki/): - /wiki/rss/ - RSS feed of latest changes to wiki - /wiki/*article*/ - view the latest version of an article - /wiki/*article*/rss - RSS feed of changes to an article - /wiki/*article*/edit/ - edit (or create) an article - /wiki/*article*/history/ - history view for an article - /wiki/*article*/history/*revision*/ - view a specific version of an article - /wiki/*article*/diff/ - compare a two revisions of an article +/wiki/rss/ + RSS feed of latest changes to wiki +/wiki/*article*/ + view the latest version of an article +/wiki/*article*/rss/ + RSS feed of changes to an article +/wiki/*article*/edit/ + edit (or create) an article +/wiki/*article*/history/ + history view for an article +/wiki/*article*/history/*revision*/ + view a specific version of an article +/wiki/*article*/diff/ + compare a two revisions of an article settings --------