Wiki Example Introduction Code Creating an Application The WSGI Application The Domain Object URLs, PATH_INFO, and SCRIPT_NAME Back to the Application The Edit Screen Proce...
[TOC] A simple wiki In this section, we build a simple wiki from scratch using only low level APIs (as opposed to using the built-in wiki capabilities of web2py demonstrated in t...
3. Publishing 3. Publishing Each page in the CMS exists in two versions: public and draft. The staff users generally use the draft version to edit content and change settings fo...
How to create apphooks The basics of apphook creation Apphooks for namespaced applications Apphooks for non-namespaced applications Returning apphook URLs manually Loading new a...
Framework7 Plugins API Plugin Structure Install Plugin Demo Plugin Framework7 Plugins API Framework7 comes with simple plugins/extensions API that allows you to create your ...