> > But as a shortcut (I am pretty new with python, admittedly), I have tried > some of the referenced appliances in the repo including, finally, outside > the repo, Instant Press. It was promising but it simply throws a lot of > exceptions as you start to use it. It also has not been maintained and > will not run without a lot of errors on the latest web2py (like KPax2, just > doesn't run any longer). > > None of the CMS-like apps work currently on web2py having not been > maintained for years. Where is that "backwards compatibility" when you > need it? >
I don't think there is an actively maintained CMS app/framework for web2py, so you would have to implement the functionality you desire using the base web2py framework. Regarding backwards compatibility, it is hard to say what is going on without seeing any of the errors. In some cases, it is possible that the original code relied on experimental features or undocumented behavior rather than the public API (only the public API is guaranteed to remain backward compatible). If there are legitimate cases of backward compatibility violations, they will likely be addressed, so feel free to report any you encounter. Anthony -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

