Skip to main content

fanstatic twitter bootstrap.

Project description

js.bootstrap

https://secure.travis-ci.org/RedTurtle/js.bootstrap.png

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.redturtle.it/redturtle_banner.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/css/bootstrap.css" />
<script type="text/javascript" src="http://localhost/fanstatic/jquery/jquery.js"></script>
<script type="text/javascript" src="http://localhost/fanstatic/bootstrap/js/bootstrap.js"></script>

And if you want to use the new responsive design:

>>> needed_responsive = init_needed(base_url='http://localhost')
>>> from js.bootstrap import bootstrap_responsive_css
>>> bootstrap_responsive_css.need()
>>> print needed_responsive.render()
<link rel="stylesheet" type="text/css" href="http://localhost/fanstatic/bootstrap/css/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="http://localhost/fanstatic/bootstrap/css/bootstrap-responsive.css" />

CHANGES

2.3.1 (2013-03-08)

  • Upgrade to bootstrap 2.3.1 [disko]

2.3.0 (2013-02-26)

  • Upgraded to bootstrap 2.3.0 [amleczko]

2.2.2 (2012-12-11)

  • Upgrade to bootstrap 2.2.2 [disko]

2.1.6 (2012-10-25)

  • Upgrade to bootstrap 2.1.1 [disko]

2.1.5 (2012-08-22)

  • pin to boostrap 2.1 [amleczko]

2.1.3.1 (2012-05-23)

  • fix problem with readme.rst and manifest.ini [amleczko]

2.1.3 (2012-05-19)

  • Update to bootstrap 2.0.3 [amleczko]

2.1.1 (2012-03-01)

  • Pin to bootstrap version 2.0.1 [amleczko]

2.1 (2012-02-01)

  • add also bootstrap images [amleczko]

2.0 (2012-02-01)

  • update to twitter bootstrap 2.0 [amleczko]

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-2.3.1.zip (93.7 kB view details)

Uploaded Source

File details

Details for the file js.bootstrap-2.3.1.zip.

File metadata

  • Download URL: js.bootstrap-2.3.1.zip
  • Upload date:
  • Size: 93.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for js.bootstrap-2.3.1.zip
Algorithm Hash digest
SHA256 ad1fee15e1c4821cc4f10a38d8237b6d271e12a1e0f1fc4707ac01ca7a1da29d
MD5 a62b342af87f3a334cf1718505a1819d
BLAKE2b-256 c26eaafa98fd7745b4d0c83bae376a2ea6b1e20acc19816e581fb57ef7d91c27

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