WebMe
This temporary page for WebMe, simple CMS for bloggers and podcasters. It's writen in Python and heavely based on awesome web.py by Aaron Swartz. To install it just download it and see INSTALL.txt for more instructions.
It's can be used for:
- usual HTML pages (like this one)
- blogging and podcasting stuff or news and anything else in this sort
- files download and upload page
- realy simple image gallery (it's realy simple now. you need to upload all files by ftp now even).
All this stuff
- Download: WebMe-0.3.1.tar.gz
- Current version: 0.3.1
- Depends on: MySQLdb, Flup. PIL.
Update notes Renew mysql tables when do update from 0.2 to 0.3 branch. And don't forget to add PIL modules or skip it if you're don't have plans to use Gallery module.
To Do
- Lots of refactoring. Now it's only sketch.
- Move to template.py from Cheetah
- Drop all SQL stuff out. Or drop all non-SQL stuff out. I mean simplify code.
- Name it yourself! I want to see feedback!
ChangeLog
- 0.3.1 Security fixes. Not so mandatory update.
- 0.3.0 Add image gallery and some bugfixes.
- 0.2.0 Add files manipulation stuff
- 0.1.1 Added admin options for pseudostatic pages
- 0.1.0 First public release. Rewriten with Forms.py and MySQL.
- 0.0.0 Initial release with Web.Py.