An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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