Skip to main content
Baseframe
=========

Reusable styles and templates for HasGeek projects. Setup instructions::

python setup.py install

You'll need this boilerplate in your code to use it::

from flask import Flask
from flaskext.assets import Environment, Bundle
from baseframe import baseframe, baseframe_js, baseframe_css

app = Flask(__name__, instance_relative_config=True)
app.register_blueprint(baseframe)

assets = Environment(app)
js = Bundle(baseframe_js)
css = Bundle(baseframe_css)
assets.register('js_all', js)
assets.register('css_all', css)

# Import models and views, and register routes here

Baseframe is BSD-licensed, but is built on top of Twitter Bootstrap 2.0,
which uses the Apache license.


0.2.9
-----

* Giving up on having a perfect typographic grid. It's not possible on the web
* New <span class="icon-*"> for use in menus with long lines that may wrap

0.2.8
-----

* Added optional mousetrap js for keyboard control
* Added optional toastr js for floating notifications

0.2.7
-----

* Minor style tweaks
* Modernizr build with more features
* Limit automatic tab selection to .nav-tabs-auto

0.2.6
-----

* linkify and rel=nofollow on links are now optional in RichTextField
* Many changes since 0.1. See git commit history for details

0.1
---

* First version

Download files

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

Source Distribution

baseframe-0.2.10.tar.gz (1.5 MB view details)

Uploaded Source

File details

Details for the file baseframe-0.2.10.tar.gz.

File metadata

  • Download URL: baseframe-0.2.10.tar.gz
  • Upload date:
  • Size: 1.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for baseframe-0.2.10.tar.gz
Algorithm Hash digest
SHA256 14e405658adb0a9f4ef9e276c0d2d7a065aafd3932888ade551aa9b9a47fdfbb
MD5 7a6812e7a1e2864f82fa03a28a2cba6f
BLAKE2b-256 c1c487be73f979664d75d104ee6c5445794ac8c784b040830f1d30cf28dda5c7

See more details on using hashes here.

Supported by

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