{ "info": { "author": "Matthias Kestenholz", "author_email": "mk@feinheit.ch", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Application Frameworks" ], "description": "========================================================================\n``towel_foundation`` -- making it easy to use Towel with Zurb Foundation\n========================================================================\n\n.. note::\n\n You have to add ``towel_foundation`` to ``INSTALLED_APPS``, preferably\n before ``django.contrib.admin`` because otherwise the foundationified\n login, logout and password templates will not be picked up.\n\n\nIncluded goodies\n================\n\nBase templates\n--------------\n\n* ``base.html``:\n\n Base template for everything. CSS is at the top, Javascript at the bottom.\n Defines two Javascript arrays you might want to be aware of:\n\n * ``onReady``: A list of functions which will be run on\n ``$(document).ready()``. Receive the jQuery instance as first and only\n argument.\n\n * ``onForm``: A list of functions which initialize forms. Might be called\n several times on the same set of elements. Receive two arguments, a\n jQuery object wrapping either ``document`` or some subset of the DOM\n and the jQuery instance.\n\n* ``towel/modal.html``:\n\n Template for AJAX-loaded modals.\n\nThe following blocks are available by default:\n\n* ``title``: Browser title\n* ``css``: CSS declaration.\n* ``body``: Everything inside ```` except for ``templates`` and ``js``.\n* ``navigation``: The content of the navbar.\n* ``main``: The main container, that is, everything except for the navigation\n and the footer.\n* ``search``: A search form embedded in the sidebar.\n* ``sidebar``: The sidebar itself.\n* ``messages``: A messages container above the page header and the content.\n* ``page-header``: The page header, most useful when there is a\n ``
`` inside.\n* ``content``: Content.\n* ``footer``: The footer.\n* ``templates``: May be used for Javascript templates, meaning mainly for\n ``