# HG changeset patch # User Oben Sonne # Date 1284059440 -7200 # Thu Sep 09 21:10:40 2010 +0200 # Node ID d3d820e9c314ea30d46fb8dc794a33964f0d41ce # Parent 2f780c2037c1c3885e32d287849b58ed7d799609 Doc update diff --git a/README b/README --- a/README +++ b/README @@ -18,6 +18,16 @@ Install *Diggie* by running ``easy_install diggie`` or ``pip install diggie``. +*Diggie* requires + +- *Python* >= 2.6 +- *Django* >= 1.2 +- *python-markdown* >= 2.0. +- Optionally *LaTeX* and *dvipng* to render in-wiki math formulae. + +When using *easy_install* or *pip*, the first 3 requirements get installed +automatically. + .. _Markdown: http://daringfireball.net/projects/markdown/ .. _Django: http://www.djangoproject.com/ @@ -128,6 +138,15 @@ old IE versions. =============================================================================== +Feature Whislist +=============================================================================== + +- Improve page search (search resuls and page highlights sometimes do not + match). +- Compress page history. +- Provide a *diff* view for page revisions. + +=============================================================================== Changes ===============================================================================