Metadata-Version: 2.0
Name: horizon
Version: 9.1.2
Summary: OpenStack Dashboard
Home-page: http://www.openstack.org/
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: OpenStack
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Dist: Babel (!=2.3.2,>=1.3,!=2.3.1,!=2.3.3,!=2.3.0)
Requires-Dist: Django (>=1.8,<1.9)
Requires-Dist: Pint (>=0.5)
Requires-Dist: PyYAML (>=3.1.0)
Requires-Dist: XStatic (>=1.0.0)
Requires-Dist: XStatic-Angular (>=1.3.7)
Requires-Dist: XStatic-Angular-Bootstrap (>=0.11.0.2)
Requires-Dist: XStatic-Angular-Gettext (>=2.1.0.2)
Requires-Dist: XStatic-Angular-lrdragndrop (>=1.0.2.2)
Requires-Dist: XStatic-Bootstrap-Datepicker (>=1.3.1.0)
Requires-Dist: XStatic-Bootstrap-SCSS (>=3)
Requires-Dist: XStatic-D3 (>=3.1.6.2)
Requires-Dist: XStatic-Font-Awesome (>=4.3.0)
Requires-Dist: XStatic-Hogan (>=2.0.0.2)
Requires-Dist: XStatic-JQuery-Migrate (>=1.2.1.1)
Requires-Dist: XStatic-JQuery.TableSorter (>=2.14.5.1)
Requires-Dist: XStatic-JQuery.quicksearch (>=2.0.3.1)
Requires-Dist: XStatic-JSEncrypt (>=2.0.0.2)
Requires-Dist: XStatic-Jasmine (>=2.1.2.0)
Requires-Dist: XStatic-Rickshaw (>=1.5.0)
Requires-Dist: XStatic-Spin (>=1.2.5.2)
Requires-Dist: XStatic-bootswatch (>=3.3.5.3)
Requires-Dist: XStatic-jQuery (>=1.7.2)
Requires-Dist: XStatic-jquery-ui (>=1.10.1)
Requires-Dist: XStatic-mdi (==1.1.70.1)
Requires-Dist: XStatic-roboto-fontface (>=0.4.3.2)
Requires-Dist: XStatic-smart-table (>=1.4.5.3)
Requires-Dist: XStatic-term.js (>=0.0.4)
Requires-Dist: django-babel (>=0.4.0)
Requires-Dist: django-compressor (>=2.0)
Requires-Dist: django-openstack-auth (>=2.0.0)
Requires-Dist: django-pyscss (>=2.0.2)
Requires-Dist: httplib2 (>=0.7.5)
Requires-Dist: iso8601 (>=0.1.9)
Requires-Dist: netaddr (>=0.7.12,!=0.7.16)
Requires-Dist: oslo.concurrency (>=3.7.1)
Requires-Dist: oslo.config (>=3.7.0)
Requires-Dist: oslo.i18n (>=2.1.0)
Requires-Dist: oslo.policy (>=0.5.0)
Requires-Dist: oslo.serialization (>=1.10.0)
Requires-Dist: oslo.utils (>=3.5.0)
Requires-Dist: pbr (>=1.6)
Requires-Dist: pyScss (>=1.3.4)
Requires-Dist: python-ceilometerclient (>=2.2.1)
Requires-Dist: python-cinderclient (>=1.3.1)
Requires-Dist: python-glanceclient (>=2.0.0)
Requires-Dist: python-heatclient (>=0.6.0)
Requires-Dist: python-keystoneclient (<3.0.0,!=2.1.0,!=1.8.0,>=1.6.0)
Requires-Dist: python-neutronclient (>=2.6.0,!=4.1.0)
Requires-Dist: python-novaclient (>=2.29.0,!=2.33.0)
Requires-Dist: python-swiftclient (>=2.2.0)
Requires-Dist: pytz (>=2013.6)
Requires-Dist: six (>=1.9.0)

=============================
Horizon (OpenStack Dashboard)
=============================

Horizon is a Django-based project aimed at providing a complete OpenStack
Dashboard along with an extensible framework for building new dashboards
from reusable components. The ``openstack_dashboard`` module is a reference
implementation of a Django site that uses the ``horizon`` app to provide
web-based interactions with the various OpenStack projects.

* Release management: https://launchpad.net/horizon
* Blueprints and feature specifications: https://blueprints.launchpad.net/horizon
* Issue tracking: https://bugs.launchpad.net/horizon


Using Horizon
=============

See ``doc/source/topics/install.rst`` about how to install Horizon
in your OpenStack setup. It describes the example steps and
has pointers for more detailed settings and configurations.

It is also available at http://docs.openstack.org/developer/horizon/topics/install.html.

Getting Started for Developers
==============================

``doc/source/quickstart.rst`` or
http://docs.openstack.org/developer/horizon/quickstart.html
describes how to setup Horizon development environment and start development.

Building Contributor Documentation
==================================

This documentation is written by contributors, for contributors.

The source is maintained in the ``doc/source`` directory using
`reStructuredText`_ and built by `Sphinx`_

.. _reStructuredText: http://docutils.sourceforge.net/rst.html
.. _Sphinx: http://sphinx-doc.org/

* Building Automatically::

    $ ./run_tests.sh --docs

* Building Manually::

    $ tools/with_venv.sh sphinx-build doc/source doc/build/html

Results are in the ``doc/build/html`` directory



