https://github.com/uralbash/pyramid_pages
Provides a collections of tree pages to your Pyramid application.
https://github.com/uralbash/pyramid_pages
Last synced: 16 days ago
JSON representation
Provides a collections of tree pages to your Pyramid application.
- Host: GitHub
- URL: https://github.com/uralbash/pyramid_pages
- Owner: uralbash
- License: mit
- Created: 2014-04-24T06:44:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-03-24T06:14:20.000Z (almost 5 years ago)
- Last Synced: 2025-09-29T07:19:41.091Z (3 months ago)
- Language: Python
- Homepage: http://pyramid-pages.readthedocs.io/
- Size: 1.93 MB
- Stars: 12
- Watchers: 4
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-pyramid - pyramid_pages - Provides a (Other)
README
|Build Status| |Coverage Status|
pyramid_pages
=============
**pyramid_pages** provides a collections of pages to your Pyramid application.
This is very similar to **django.contrib.flatpages** but with a tree structure
and traversal algorithm in URL dispatch.
See documentation http://pyramid-pages.readthedocs.io
.. image:: https://raw.githubusercontent.com/uralbash/pyramid_pages/master/docs/_static/img/example.png
:alt: pyramid_pages - example of website pages tree
:width: 800px
:align: center
Support and Development
=======================
To report bugs, use the `issue tracker `_
or `waffle board `_.
We welcome any contribution: suggestions, ideas, commits with new futures, bug
fixes, refactoring, docs, tests, translations etc
If you have question, contact me sacrud@uralbash.ru or IRC channel #sacrud
License
=======
The project is licensed under the MIT license.
.. |Build Status| image:: https://travis-ci.org/uralbash/pyramid_pages.svg?branch=master
:target: https://travis-ci.org/uralbash/pyramid_pages
.. |Coverage Status| image:: https://coveralls.io/repos/uralbash/pyramid_pages/badge.png
:target: https://coveralls.io/r/uralbash/pyramid_pages