Skip to main content

fanstatic twitter bootstrap.

Project description

js.bootstrap

Introduction

This library packages twitter bootstrap for fanstatic. It is aware of different modes (normal, minified).

This requires integration between your web framework and fanstatic, and making sure that the original resources (shipped in the resources directory in js.bootstrap) are published to some URL.

Contact

http://www.slowfoodbologna.it/redturtle_logo.png

How to use?

This should be setup before rendering a page. See fanstatic for more information:

>>> from fanstatic import init_needed
>>> needed = init_needed(base_url='http://localhost')

You can import bootstrap from js.bootstrap and .need it where you want these resources to be included on a page:

>>> from js.bootstrap import bootstrap
>>> bootstrap.need()

Render the inclusion:

>>> print needed.render()
<link rel="stylesheet" type="text/css" href="http://localhost/fanstatic/bootstrap/bootstrap.css" />
<script type="text/javascript" src="http://localhost/fanstatic/jquery/jquery.js"></script>
<script type="text/javascript" src="http://localhost/fanstatic/bootstrap/bootstrap-alerts.js"></script>
<script type="text/javascript" src="http://localhost/fanstatic/bootstrap/bootstrap-dropdown.js"></script>
<script type="text/javascript" src="http://localhost/fanstatic/bootstrap/bootstrap-modal.js"></script>
<script type="text/javascript" src="http://localhost/fanstatic/bootstrap/bootstrap-popover.js"></script>
<script type="text/javascript" src="http://localhost/fanstatic/bootstrap/bootstrap-scrollspy.js"></script>
<script type="text/javascript" src="http://localhost/fanstatic/bootstrap/bootstrap-tabs.js"></script>
<script type="text/javascript" src="http://localhost/fanstatic/bootstrap/bootstrap-twipsy.js"></script>

CHANGES

1.3.0 [28-09-2011]

  • Initial release [amleczko]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

js.bootstrap-1.3.0.tar.gz (27.5 kB view details)

Uploaded Source

File details

Details for the file js.bootstrap-1.3.0.tar.gz.

File metadata

File hashes

Hashes for js.bootstrap-1.3.0.tar.gz
Algorithm Hash digest
SHA256 4a1dd53fb04d544935c6d0153e9259f6c20ad6660264a8a485d2db8449407b96
MD5 9e136997f4e0c2f3a16ef6555bab0e9e
BLAKE2b-256 fbae7a4d197b91419bbe7fdb5f8c9ee330c3f0ff00a2ffe1da6d78715b07d3b7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page