Skip to main content

my web sandbox (ZODB + Bottle)

Project description

Alpha Web framework & sample mini CMS application with little dependencies: ZODB , bottle & markdown. Aims to be quite generic “all-in-one-but-minimalistic” web+database framework.

The main ideas behind

It should handle most of javascript, html & forms creation for you, for very fast prototype implementation.

Then you’r free to put your hands into html/css/js and customize to your precise requirements.

Goals

  • Add features at ONE place in ONE language (html/css/js may be required for some advanced/custom usages)

  • Be fast

  • Ajax (ajaj in fact) - with nice fallbacks for old browsers

  • No SQL

  • Website: as simple as a nested dict-like objects tree, endpoints (last element of URL) are object’s properties & methods

  • Make it as productive as possible for most generic tasks

Out of the box, it is something between a wiki and a cms, probably a good base for a lightweight web CMS / Intranet / Forum / etc…

Main Features

  • Zope/Bluebream -like at micro-framework sauce

  • Designed to be simple, little knowledge involved

  • Automatic object edition’s form generation

  • Multi-user with access control (group based)

  • Very user friendly (once doc will be there…)

  • Webpage edition live preview, client-side form validation

  • Comes with some pre-developped objects:

    • folder index (sortable with D&D)

    • file (upload your own file, also allows D&D)

    • Web page ( markdown only )

    • Simple TODO list/TODOs (WIP)

    And of course special elements like Groups & Users ….

Issues

  • no documentation yet

  • not very well tested

  • not very powerful yet

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

drink-0.0.3.tar.gz (282.1 kB view hashes)

Uploaded Source

Built Distribution

drink-0.0.3-py2.6.egg (299.2 kB view hashes)

Uploaded Source

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