diff --git a/AUTHORS.md b/AUTHORS.md index c3bac5369eb20699f6ec14be7a99bf66bae34137..34b833f270f33bf4255e7ea00b32b7879f7fd3ec 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -7,4 +7,5 @@ Val Kneeman under the name [django-menuware](https://github.com/un33k/django-men * Milton Lenis - miltonln04@gmail.com ## Contributors: -* Jonathan Weth - dev@jonathanweth.de \ No newline at end of file +* Jonathan Weth - dev@jonathanweth.de +* Dominik George - nik@naturalnet.de diff --git a/README.rst b/README.rst index 5b6c265d853462ee53bb9b05664ad93a0d078119..4eb4e7cc34d0e62cadd386e52413096e89aa1073 100644 --- a/README.rst +++ b/README.rst @@ -1,9 +1,10 @@ -Django Menu Generator -===================== +Django Menu Generator - next generation +======================================= A menu generating application for Django -|status-image| |version-image| |coverage-image| + Forked from the original at https://github.com/LaLogiaDePython/django-menu-generator + A productivity tool that enables the generation of full featured menus through python dictionaries list, you only need to setup the HTML @@ -206,6 +207,13 @@ Released under a (`MIT <LICENSE>`__) license. Author and mantainers: ---------------------- +This fork is maintained by the AlekSIS team. + +Original authors and maintainers +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The following people maintained django-menu-generator for a long time: + `Milton Lenis <https://github.com/MiltonLn>`__ - miltonln04@gmail.com `Juan Diego GarcÃa <https://github.com/yamijuan>`__ - juandgoc@gmail.com @@ -216,10 +224,3 @@ Credits: We would like to thank `Val Kneeman <https://github.com/un33k>`__, the original author of this project under the name 'menuware' https://github.com/un33k/django-menuware - -.. |status-image| image:: https://travis-ci.org/LaLogiaDePython/django-menu-generator.svg?branch=master - :target: https://travis-ci.org/LaLogiaDePython/django-menu-generator?branch=master -.. |version-image| image:: https://img.shields.io/pypi/v/django-menu-generator.svg - :target: https://pypi.python.org/pypi/django-menu-generator -.. |coverage-image| image:: https://coveralls.io/repos/github/LaLogiaDePython/django-menu-generator/badge.svg?branch=master - :target: https://coveralls.io/github/LaLogiaDePython/django-menu-generator?branch=master \ No newline at end of file