Metadata-Version: 2.0
Name: django-website-showroom
Version: 0.4.0
Summary: General purpose showroom for presenting a collection of categorized websites
Home-page: https://github.com/holgerd77/django-website-showroom/
Author: Holger Drewes
Author-email: Holger.Drewes@gmail.com
License: BSD License
Platform: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
Requires-Dist: Django (<2.0,>=1.11)
Requires-Dist: Pillow
Requires-Dist: Whoosh (<2.8,>=2.7)
Requires-Dist: django-haystack (>=2.6,<2.7)

Website Showroom
================

Python/Django project to easily create showroom websites presenting different websites around a certain topic, originally used for http://opendata-tools.org (engl.) and http://opendata-showroom.org (german).

Features
--------
- Administrable via Django admin (Categories, Websites)
- Screenshots with automatic resize functionality
- Customizable category colors
- Creation of different language editions
- Edition-dependent custom static page texts (like title, subtitle, footer,...)
- Edition-dependent category and website selection
- No language dependent static code
- Responsive, mobile-friendly design


For notes on installation and usage see the `documentation <http://django-website-showroom.readthedocs.org>`_.


