Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    baseframe 0.2.11

    Download button

    No screenshots available
    Downloads: 93  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Kiran Jonnalagadda | More programs
    BSD License / FREE
    August 5th, 2012, 21:16 GMT [view history]
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    baseframe description

    Baseframe for HasGeek projects

    baseframe is a Python module 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.


    Product's homepage

    Requirements:

    · Python

    What's New in This Release: [ read full changelog ]

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

      


    TAGS:

    HasGeek projects | Python library | Python | HasGeek | projects

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM