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-buttons.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-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>
<script type="text/javascript" src="http://localhost/fanstatic/bootstrap/bootstrap-popover.js"></script>

CHANGES

1.4 (09-11-2011)

  • update to twitter bootstrap 1.4 [amleczko]

1.3.2 (30-09-2011)

  • update bootstrap.css to proper 1.3.0 version [amleczko]

1.3.1 (29-09-2011)

  • fix javascript dependency problems [amleczko]

1.3.0 (28-09-2011)

  • Initial release - using bootstrap 1.3.0 [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.4.tar.gz (29.1 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: js.bootstrap-1.4.tar.gz
  • Upload date:
  • Size: 29.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for js.bootstrap-1.4.tar.gz
Algorithm Hash digest
SHA256 e1d1e91950910476dd1753d108be79b84bfc9d719f20fc7e412ce8226e01cfc3
MD5 cceaedc7e79c32d613f5ff2015fe1f67
BLAKE2b-256 508017afa1d2d2e9f5702d9527dc0a633c3029e13c19fd577143b3a3647db605

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