Metadata-Version: 1.1
Name: mayan-edms
Version: 1.1.1
Summary: Free Open Source Electronic Document Management System
Home-page: https://github.com/mayan-edms/mayan-edms
Author: Roberto Rosario
Author-email: roberto.rosario@mayan-edms.com
License:    Copyright 2011-2015 Roberto Rosario

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

Description: |Build Status| |Coverage Status| |PyPI badge| |Installs badge| |License badge| |Wheel badge|
        
        |Logo|
        
        .. image:: https://badges.gitter.im/Join%20Chat.svg
           :alt: Join the chat at https://gitter.im/mayan-edms/mayan-edms
           :target: https://gitter.im/mayan-edms/mayan-edms?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
        
        
        Description
        -----------
        
        Free Open Source Electronic Document Management System.
        
        `Website`_
        
        `Video demostration`_
        
        `Documentation`_
        
        `Translations`_
        
        `Mailing list (via Google Groups)`_
        
        |Animation|
        
        Support
        -------
        Help support further improvements and development by donating at: https://www.patreon.com/siloraptor
        
        License
        -------
        
        This project is open sourced under `Apache 2.0 License`_.
        
        Installation
        ------------
        
        To install **Mayan EDMS**, simply do:
        
        .. code-block:: bash
        
            $ virtualenv venv
            $ source venv/bin/activate
            $ pip install mayan-edms
            $ mayan-edms.py initialsetup
            $ mayan-edms.py runserver
        
        Point your browser to 127.0.0.1:8000 and use the automatically created admin
        account.
        
        Contribute
        ----------
        
        - Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
        - Fork `the repository`_ on GitHub to start making your changes to the **development** branch (or branch off of it).
        - Write a test which shows that the bug was fixed or that the feature works as expected.
        - Add yourself to the `contributors file`_.
        - Send a pull request
        
        
        .. _Website: http://www.mayan-edms.com
        .. _Video demostration: http://bit.ly/pADNXv
        .. _Documentation: http://readthedocs.org/docs/mayan/en/latest/
        .. _Translations: https://www.transifex.com/projects/p/mayan-edms/
        .. _Mailing list (via Google Groups): http://groups.google.com/group/mayan-edms
        .. _Apache 2.0 License: https://www.apache.org/licenses/LICENSE-2.0.txt
        .. _`the repository`: http://github.com/mayan-edms/mayan-edms
        .. _`contributors file`: https://github.com/mayan-edms/mayan-edms/blob/master/docs/topics/contributors.rst
        
        .. |Build Status| image:: http://img.shields.io/travis/mayan-edms/mayan-edms/master.svg?style=flat
           :target: https://travis-ci.org/mayan-edms/mayan-edms
        .. |Coverage Status| image:: http://img.shields.io/coveralls/mayan-edms/mayan-edms/master.svg?style=flat
           :target: https://coveralls.io/r/mayan-edms/mayan-edms?branch=master
        .. |Logo| image:: https://github.com/mayan-edms/mayan-edms/raw/master/docs/_static/mayan_logo.png
        .. |Animation| image:: https://github.com/mayan-edms/mayan-edms/raw/master/docs/_static/overview.gif
        .. |Installs badge| image:: http://img.shields.io/pypi/dm/mayan-edms.svg?style=flat
           :target: https://crate.io/packages/mayan-edms/
        .. |PyPI badge| image:: http://img.shields.io/pypi/v/mayan-edms.svg?style=flat
           :target: http://badge.fury.io/py/mayan-edms
        .. |Wheel badge| image:: http://img.shields.io/badge/wheel-yes-green.svg?style=flat
        .. |License badge| image:: http://img.shields.io/badge/license-Apache%202.0-green.svg?style=flat
        .. |Analytics| image:: https://ga-beacon.appspot.com/UA-52965619-2/mayan-edms/readme?pixel
        
        |Analytics|
        
        
        1.1.1 (2015-05-21)
        ==================
        
        - Update to Django 1.6.11
        - Fix make_dist.sh script
        - Add test for issue #163
        - Activate tests for the sources app
        - Removal of the registration app
        - New simplified official project description
        - Improvements to the index admin interface
        - Removal of installation statistics gathering
        - Remove unused folder tag
        - Fix usage of ugettext to ugettext_lazy
        - Increase size of the lock name field
        - New style documentation
        
        
        1.1 (2015-02-10)
        ================
        
        - Uses Celery for background tasks
        - Removal of the splash screen
        - Adds a home view with common function buttons
        - Support for sending and receiving documents via email
        - Removed custom logging app in favor of django-actvity-stream
        - Adds watch folders
        - Includes Vagrant file for unified development and testing environments
        - Per user locale profile (language and timezone)
        - Includes news document workflow app
        - Optional and required metadata types
        - Improved testings. Automated tests against SQLite, MySQL, PostgreSQL
        - Many new REST API endpoints added
        - Simplified text messages
        - Improved method for custom settings
        - Addition of CORS support to the REST API
        - Per document language setting instead of per installation language setting
        - Metadata validation and parsing support
        - Start of code updates towards Python 3 support
        - Simplified UI
        - Stable PDF previews generation
        - More technical documentation
        
        
        For a full changelog and release notes go to: http://mayan.readthedocs.org/en/latest/releases/1.1.html
        
        
        1.0 (2014-08-27)
        ================
        
        - New home @ https://github.com/mayan-edms/mayan-edms
        - Updated to use Django 1.6
        - Translation updates
        - Custom model properties removal
        - Source code improvements
        - Removal of included 3rd party modules
        - Automatic testing and code coverage check
        - Update of required modules and libraries versions
        - Database connection leaks fixes
        - Support for deletion of detached signatures
        - Removal of Fabric based installations script
        - Pluggable OCR backends
        - OCR improvements
        - License change, Mayan EDMS in now licensed under the Apache 2.0 License
        - PyPI package, Mayan EDMS in now available on PyPI: https://pypi.python.org/pypi/mayan-edms/
        - New REST API
        
        For a full changelog and release notes go to: http://mayan.readthedocs.org/en/latest/releases/1.0.html
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Communications :: File Sharing
