Last modified 3 years ago
Zine 0.1
What has to be done?
- get rid of zine.utils.xxx by using wtforms and moving csrf protection as well as intelligent redirects into the form logic (done)
- use wtforms for the admin forms (done – not wtforms but zine.utils.forms)
- write a basic documentation for the help system
- proof-read all translatable strings
- provide at least one translation (German that is) (done)
What should be done?
- add a feed importer (done)
- extend that feed importer that it supports the ZineXA extensions (see zxa.py)
What not
- database support for plugins