Some more review of the documentation.

This commit is contained in:
Mathias Behrle
2014-05-24 20:28:00 +02:00
parent 8d44a065fd
commit 165acf7945
5 changed files with 28 additions and 22 deletions

View File

@@ -8,11 +8,11 @@ by changing a few settings.
------
Themes
------
**Mayan EDMS** uses `Andrea Franz's excellent web app template`_ which includes
**Mayan EDMS** uses `Andrea Franz's excellent web app template`_, which includes
several themes that could be used to adapt **Mayan EDMS**'s appearance to match
an organtization existing applications' look and feel.
The theme can be changed very easily by settings the :setting:`WEB_THEME_THEME`
The theme can be changed very easily by setting the :setting:`WEB_THEME_THEME`
configuration option to one of its valid values.
.. image:: themes.png
@@ -22,7 +22,7 @@ configuration option to one of its valid values.
Login screen
------------
The amount of information presented at the login screen can also be restricted
if for security or desgin reasons using :setting:`WEB_THEME_VERBOSE_LOGIN`
for security or design reasons using :setting:`WEB_THEME_VERBOSE_LOGIN`
configuration option.
.. image:: mayan-login.png
@@ -32,8 +32,8 @@ configuration option.
Home screen
-----------
Sometimes users just want to go directly to work and not just be greeted with
a home screen, for these kind of situations **Mayan EDMS** has the
:setting:`MAIN_DISABLE_HOME_VIEW` configuration option which will cause
a home screen. For these kind of situations **Mayan EDMS** has the
:setting:`MAIN_DISABLE_HOME_VIEW` configuration option, which will cause
users to land on their ``recent document list`` as soon as they log in.
-----

View File

@@ -36,7 +36,7 @@ Git branch structure
``master``
Current production release (|version|).
``feature/``
Unfinished/ummerged feature.
Unfinished/unmerged feature.
Each release is tagged and available for download on the Downloads_ section of the **Mayan EDMS** repository on GitHub_