Metadata-Version: 1.0
Name: onlinelinguisticdatabase
Version: 1.0a1
Summary: A program for building web services that facilitate collaborative
storing, searching, processing and analyzing of linguistic fieldwork data.
Home-page: http://www.onlinelinguisticdatabase.org
Author: Joel Dunham
Author-email: jrwdunham@gmail.com
License: Apache v. 2.0
Description: ================================================================================
        The Online Linguistic Database (OLD)
        ================================================================================
        
        A program for building web services that facilitate collaborative storing,
        searching, processing and analyzing of linguistic fieldwork data.
        
        Installation and Setup
        ================================================================================
        
        Install onlinelinguisticdatabase using ``easy_install``::
        
            easy_install onlinelinguisticdatabase
        
        Make a config file::
        
            paster make-config onlinelinguisticdatabase production.ini
        
        Tweak the config file as appropriate and then set up the application::
        
            paster setup-app production.ini
        
        Serve it::
        
            paster serve production.ini
        
        Open a new terminal window and run the Requests-based test script to ensure that
        the OLD application is being served and is operating correctly::
        
            python _requests_tests.py
        
        You should see ``All requests tests passed.`` as output.
        
        Files
        ================================================================================
            
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Pylons
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Education
