Metadata-Version: 1.1
Name: mayan-edms
Version: 1.0.rc1
Summary: A Django based 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 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|
        
        |Logo|
        
        Mayan EDMS
        ==========
        
        Free Open Source, Django based document management system with custom metadata
        indexing, file serving integration, tagging, digital signature verification,
        text parsing and OCR capabilities.
        
        `Website`_
        
        `Video demostration`_
        
        `Documentation`_
        
        `Translations`_
        
        `Mailing list (via Google Groups)`_
        
        
        License
        -------
        
        This project is open sourced under `Apache 2.0 License`_.
        
        
        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 **master** branch (or branch off of it).
        - Write a test which shows that the bug was fixed or that the feature works as expected.
        - Send a pull request
        - Make sure to add yourself to the `contributors file`_.
        
        
        Donations
        ---------
        
        Please `donate`_ if you are willing to support the further development
        of this project.
        
        
        .. _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
        .. _donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=W6LMMZHTNUJ6L
        
        .. |Build Status| image:: https://travis-ci.org/mayan-edms/mayan-edms.svg?branch=master
           :target: https://travis-ci.org/mayan-edms/mayan-edms
        .. |Coverage Status| image:: https://coveralls.io/repos/mayan-edms/mayan-edms/badge.png?branch=master
           :target: https://coveralls.io/r/mayan-edms/mayan-edms?branch=master
        .. |Logo| image:: https://github.com/rosarior/mayan/raw/master/docs/_static/mayan_logo_landscape_black.jpg
        .. _`the repository`: http://github.com/mayan-edms/mayan-edms
        .. _`contributors file`: https://github.com/mayan-edms/mayan-edms/blob/master/docs/credits/contributors.rst
        .. |Installs badge| image:: https://pypip.in/d/mayan-edms/badge.png
           :target: :target: https://crate.io/packages/mayan-edms/
        .. |PyPI badge| image:: https://badge.fury.io/py/mayan-edms.png
           :target: http://badge.fury.io/py/mayan-edms
        
        
        1.0 (XX/07/2014)
        ================
        
        - New repository: https://github.com/mayan-edms/mayan-edms
        - Update required version of Django to 1.6
        - Translation update and inclusion of new languages
        - Use of related_name in some models
        - Removal of circular imports
        - Removal of included 3rd party modules
        - Automatic testing and code coverage check
        - Update of required modules and libraries versions
        - Database connection leaks fixes
        - Deletion of detached signatures
        - Removal of fabric based installations
        - New project structure
        - New API system, browseable API, browseable API documentation
        
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
