Documentation updates

This commit is contained in:
Roberto Rosario
2015-02-07 02:57:26 -04:00
parent a901f4a14b
commit 29f842b503
3 changed files with 6 additions and 7 deletions

View File

@@ -9,12 +9,11 @@ Mayan EDMS documentation
Getting help
============
* Try the :doc:`FAQ <topics/faq>` -- it's got answers to many common questions.
* Search for information in the `archives of the mayan-edms mailing list`_, or
`post a question`_. If you prefer news servers, use the gateway provided by Gname_.
* Report bugs with **Mayan EDMS** using Github's `ticket tracker`_.
* Try the :doc:`FAQ <topics/faq>` -- it's got answers to many common questions.
First steps
===========

View File

@@ -2,13 +2,10 @@
Mayan EDMS v1.1 release notes
=============================
Released: February 2015
Released: February 10, 2015
Welcome to Mayan EDMS v1.1
Overview
========
What's new in Mayan EDMS v1.1
=============================
@@ -248,6 +245,7 @@ The upgrade procedure is now complete.
Backward incompatible changes
=============================
* None
Bugs fixed or issues closed

View File

@@ -16,6 +16,8 @@ request on GitHub_. Make sure to add yourself to the :ref:`contributors` file.
Project philosophies
--------------------
How to think about **Mayan EDMS** when doing changes or adding new features, why things are the way they are in **Mayan EDMS**.
- Functionality must be as market/sector independent as possible, code for the 95% of use cases.
- Each user must be able to configure and customize it to their needs after install.
- Abstract as much as possible, each app must be an expert in just one thing, for other things they should use the API/classes/functions of other apps.