Flask-HTMLBlog official documentation ===================================== Welcome to Flask-HTMLBlog official documentation. Flask+HTMLBlog is another simple blog application, it started being a game to see what Python Framework was lighter. Improvements arrives day by day so feel free to comment whatever you want. Contents -------- .. toctree:: :maxdepth: 2 overview installation configuration running News/Changelog -------------- June, 9, 2012 ------------- Refactored views, now Flask-HTMLBlog support modules. The ``views/`` directory can contain modules (as subdirectories). The modules can be configured via ``config/settings.py``. This is a sample structure:: views/ blog/ admin.py frontend.py other/ admin.py frontend.py Inside ``templates/`` the directories structure is slightly different:: templates/ template-admin/ module1/ template.html module2/ template.html template-frontend1/ module1/ template.html module2/ template.html template-frontend2/ module1/ template.html module2/ template.html June, 7, 2012 ------------- Flask-HTMLBlog 0.0.1 released on Bitbucket_ and ReadTheDocs_ Download: http://bitbucket.org/r0sk/flask-htmlblog Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search` .. _Bitbucket: http://www.bitbucket.org/r0sk/flask-htmlblog .. _ReadTheDocs: http://flask-htmlblog.readthedocs.org