Skip to content

Commit

Permalink
minimal docs added
Browse files Browse the repository at this point in the history
  • Loading branch information
grischa committed Jul 10, 2015
1 parent 6e10da8 commit 3c8d2dd
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/changes.rst
@@ -1,6 +1,12 @@
Changelog
=========

in development
--------------

* new settings for customisations


3.6 - 16 March 2015
-------------------

Expand Down
20 changes: 20 additions & 0 deletions docs/install.rst
Expand Up @@ -371,6 +371,26 @@ function listed in the ``*_VIEWS`` configuration item and added to the

Refer to the :doc:`views documentation<contextual_views>` for further information.

Site Customisations
~~~~~~~~~~~~~~~~~~~

Some settings that allow customised messages and styles.

.. code-block:: python
PUBLICATION_INTRODUCTION = """
<p><strong>... introduction and publication agreement ...</strong></p>
"""
SITE_STYLES = '' # should be CSS
# if either GA setting is empty, GA is disabled
GOOGLE_ANALYTICS_ID = '' # whatever Google provides
GOOGLE_ANALYTICS_HOST = '' # the host registered with Google
# these refer to any template finder findable location, e.g. APPDIR/templates/...
CUSTOM_ABOUT_SECTION_TEMPLATE = 'tardis_portal/about_include.html'
CUSTOM_USER_GUIDE = 'user_guide/index.html'
Deployment
----------
Expand Down

0 comments on commit 3c8d2dd

Please sign in to comment.