Hi friends, As all beginners (in web programming, python, web2py) I try create a CMS.
CMS implements Plugin-wiki (MarkMin, Template Code, Widgets) at articles level - we can have more posts(articles) in standard Web2py blocks (statusbar, left_sidebar, center, right_sidebar, footer), publish more full or shortened instances of them, move them easy to different pages. I use web2py.css with few necessary patches. It is originally a clone from Web2py-cms, but because Web2py-cms looks not very life and I changed the logic a little, I used new name Cms2py and I no longer maintain the fork from Web2py-cms. If you are interested, you can take look to github.com/zvolsky/cms2py. Simple clone(copy) to applications/cms2py. If there is some stupid starting problem, please let me know ([email protected]) I'm curious in your meaning. Of course contributors are invited. I need: - Improve english texts (contributor required), - Help with html, css - Remove unused code/files from Web2py-cms, - Clear the code, f.e. remove HTML whitespace, remove 95% of cms2py.css, After such cleaning first version can be published. Thats necessary before next functional improvements.

