~netlandish/django-wiki

5c54049e12e1925dcac5b31e5ffd4ac09459a77b — Benjamin Bach 8 years ago 0c3db04
Remove unused file links, remove unmaintained list of deps in README
4 files changed, 11 insertions(+), 15 deletions(-)

D MANIFEST
M MANIFEST.in
D README
M README.rst
D MANIFEST => MANIFEST +0 -7
@@ 1,7 0,0 @@
include COPYING
include README.md
include README.rst
include setup.cfg
include model_chart_wiki.pdf
recursive-include wiki *.html *.txt *.png *.js *.css *.gif *.less *.mo *.po *.otf *.svg *.woff *.eot *.ttf
prune wiki/attachments

M MANIFEST.in => MANIFEST.in +0 -1
@@ 1,5 1,4 @@
include COPYING
include README.md
include README.rst
include setup.cfg
include model_chart_wiki.pdf

D README => README +0 -1
@@ 1,1 0,0 @@
README.rst
\ No newline at end of file

M README.rst => README.rst +11 -6
@@ 252,18 252,22 @@ Q&A
   hierarchies and full control of their permissions. See this
   discussion: https://github.com/django-wiki/django-wiki/issues/63


Requirements
------------

-  `django>=1.5<1.7 <http://www.djangoproject.com>`__ - Django 1.7 will
   be released in version 0.1, but should run on 0.0.24
-  `django-south <http://south.aeracode.org/>`__
-  `Markdown>=2.2.0 <https://github.com/waylan/Python-Markdown>`__
Please refer to current release to see exact version dependencies. And
make note that Pillow needs to have certain build dependencies satisfied
on your host system.

-  `Django <http://www.djangoproject.com>`__
-  `Markdown <https://github.com/waylan/Python-Markdown>`__
-  `django-mptt <https://github.com/django-mptt/django-mptt>`__
-  `django-sekizai <https://github.com/ojii/django-sekizai/>`__
-  `sorl-thumbnail <https://github.com/mariocesar/sorl-thumbnail>`__
-  Pillow (Python Imaging Library)
-  Python>=2.6 or Python>=3.2
-  `Pillow (Python Imaging Library) <https://pillow.readthedocs.io/en/latest/installation.html>`__
-  Python>=2.7 or Python>=3.2


Development
-----------


@@ 274,6 278,7 @@ project should always be maintained, but please do not commit changes to
the SQLite database as we only care about its contents in case data
models are changed.


Acknowledgements
----------------