Metadata-Version: 1.1
Name: atramhasis
Version: 0.3.0
Summary: A web based editor for thesauri adhering to the SKOS specification.
Home-page: http://atramhasis.readthedocs.org
Author: Flanders Heritage Agency
Author-email: ict@onroerenderfgoed.be
License: GPLv3
Description: Atramhasis
        ==========
        
        .. image:: https://travis-ci.org/OnroerendErfgoed/atramhasis.png?branch=master
                :target: https://travis-ci.org/OnroerendErfgoed/atramhasis
        .. image:: https://coveralls.io/repos/OnroerendErfgoed/atramhasis/badge.png?branch=master
                :target: https://coveralls.io/r/OnroerendErfgoed/atramhasis
        .. image:: https://badge.fury.io/py/atramhasis.png
                :target: http://badge.fury.io/py/atramhasis
        
        Atramhasis aims to be an online SKOS editor. This webapplication will enable
        users to create SKOS vocabularies, concepts and collections.
        
        
        0.3.0 (15-08-2014)
        ------------------
        
        - Atramhasis now includes a working admin userinterface at `/admin`. Still needs
          some polish when it comes to error handling and reporting about validation 
          errors.
        - The admin module gets run through a dojo build to minimize page loads
          and download times
        - Added RDF/XML en RDF/Turtle downloads to the public interface. Currently
          only dumps a full conceptscheme, not individual concepts.
        - Added more docs.
          
        
        0.2.0 (16-05-2014)
        ------------------
        
        - Full public userinterface
        - REST CRUD service
        - Security integration
        - CSV export
        - demo using Mozilla Persona as sample security setup
        
        
        0.1.0 (22-04-2014)
        ------------------
        
        - Initial version
        - Setup of the project: docs, unit testing, code coverage
        - Scaffolding for demo and deployment packages
        - Limited public user interface
        - Basis i18n abilities present
        - Integration of pyramid_skosprovider_
        - Integration of skosprovider_
        - Integration of skosprovider_sqlalchemy_
        
        .. _skosprovider: http://skosprovider.readthedocs.org
        .. _skosprovider_sqlalchemy: http://skosprovider-sqlalchemy.readthedocs.org
        .. _pyramid_skosprovider: http://pyramid-skosprovider.readthedocs.org
        
Keywords: web wsgi pyramid skos thesaurus
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
