https://github.com/bluedynamics/bda.bfg.tile
Widget rendering in BFG apps with tile metaphor
https://github.com/bluedynamics/bda.bfg.tile
Last synced: 10 months ago
JSON representation
Widget rendering in BFG apps with tile metaphor
- Host: GitHub
- URL: https://github.com/bluedynamics/bda.bfg.tile
- Owner: bluedynamics
- License: other
- Created: 2010-10-27T14:32:50.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-12-19T08:46:15.000Z (over 15 years ago)
- Last Synced: 2025-02-03T18:38:54.452Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 130 KB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.rst
Awesome Lists containing this project
README
=================================
Tiles for use in repoze.bfg Views
=================================
Enables repoze.bfg to render a website constisting of flexible tiles.
A tile is a piece of web application, i.e. a form, a navigation, etc.
Those HTML-Snippets looked up dynamically using the ZCA.
Splitting your application in such small and logic application parts makes it
easy to re-use this application, simplifies application ajaxification and
the use of same application parts in different manners.
Contributors
============
- Jens Klein
- Robert Niederreiter
Changelog
=========
1.1
---
- fix the nasty caller_packages level.
(jensens, 2010-01-04)
- Tiles can now consume Forbidden and return emtpy string, default still
raises exception.
(jensens, 2009-12-31)
- Upgrade to make it work with repoze.bfg 1.2
(jensens, 2009-12-30)
1.0
---
- Make it work
API-Documentation via Doctests
==============================
(To be made better in future)