Metadata-Version: 2.0
Name: cosinnus-etherpad
Version: 0.6.dev20180515152125
Summary: cosinnus etherpad application
Home-page: UNKNOWN
Author: Sinnwerkstatt Medienagentur GmbH Berlin
Author-email: web@sinnwerkstatt.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Framework :: Django
Requires-Dist: cosinnus (>=0.4.2.dev0)
Requires-Dist: django-extra-views (>=0.6.3)

============
Installation
============

* Add ``'cosinnus_etherpad'`` to ``INSTALLED_APPS``
* Add the following settings:
``
  COSINNUS_ETHERPAD_API_KEY = '<your API key>'
  COSINNUS_ETHERPAD_BASE_URL = '<your pad server url>'
``
* If you want to change the prefix of the title for archived documents / file entries ('Etherpad: '), change the setting ``COSINNUS_ETHERPAD_PREFIX_TITLE``
* If you want to change the path in the file hierarchy for archived file entries ('/etherpad'), change the setting ``COSINNUS_ETHERPAD_FILE_PATH``

Note that the webserver running the etherpad app has to be in the same domain
as the etherpad server, e.g. http://web.yourdomain.com runs cosinnus and
http://pad.yourdomain.com runs the etherpad server.
For tests to work, you need to have a running etherpad server configured in
tests/settings/base.py


