Metadata-Version: 1.1
Name: Pootle
Version: 2.8.0b4
Summary: An online collaborative localization tool.
Home-page: http://pootle.translatehouse.org
Author: Translate
Author-email: dev@translate.org.za
License: GNU General Public License 3 or later (GPLv3+)
Download-URL: https://github.com/translate/pootle/releases/tag/2.8.0b4
Description: Pootle
        ======
        
        .. image:: https://img.shields.io/gitter/room/translate/pootle.svg?style=flat-square
           :alt: Join the chat at https://gitter.im/translate/pootle
           :target: https://gitter.im/translate/pootle
        
        .. image:: https://img.shields.io/travis/translate/pootle/master.svg?style=flat-square
            :alt: Build Status
            :target: https://travis-ci.org/translate/pootle
        
        .. image:: https://landscape.io/github/translate/pootle/master/landscape.svg?style=flat-square
            :target: https://landscape.io/github/translate/pootle/master
            :alt: Code Health
        
        .. image:: https://img.shields.io/coveralls/translate/pootle/master.svg?style=flat-square
           :target: https://coveralls.io/github/translate/pootle?branch=master
           :alt: Test Coverage
        
        .. image:: https://img.shields.io/requires/github/translate/pootle.svg?style=flat-square
           :target: https://requires.io/github/translate/pootle/requirements/?branch=master
           :alt: Requirements
        
        
        `Pootle <http://pootle.translatehouse.org/>`_ is an online translation and
        localization tool.  It works to lower the barrier of entry, providing tools to
        enable teams to work towards higher quality while welcoming newcomers.
        
        
        Pootle is a Server
        ------------------
        
        Pootle is written in Python using the Django framework and therefore can be
        installed on any web server that supports serving WSGI applications.
        
        A number of translation projects for a number of languages can be hosted on
        Pootle.  Teams can manage their files, permissions, projects, and translate
        on-line.  Files can be downloaded for offline translation.
        
        Installation can be done via pip::
        
          pip install Pootle
        
        But don't forget to read the `installation guide
        <http://docs.translatehouse.org/projects/pootle/en/latest/server/installation.html>`_
        for the important details.
        
        
        Resources
        ---------
        
        - `Pootle Website <http://pootle.translatehouse.org/>`_
        - `Documentation <http://docs.translatehouse.org/projects/pootle/>`_
        - `Translations <http://pootle.locamotion.org/projects/pootle/>`_
        - `Bug Tracker <https://github.com/translate/pootle/issues>`_
        - `Mailing List
          <https://lists.sourceforge.net/lists/listinfo/translate-pootle>`_
        - `Support channel <https://gitter.im/translate/pootle>`_
        - `Development channel <https://gitter.im/translate/dev>`_
        
        Copying
        -------
        
        Pootle is released under the General Public License, version 3 or later. See
        the file LICENSE for details.
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Localization
Classifier: Topic :: Text Processing :: Linguistic
