Warning: Deprecated
February 11, 2018 ยท View on GitHub
================================================================================ Warning: Deprecated
This OLD is in the process of being deprecated. Do not use this code. Instead,
please use the current production OLD, rewritten using the Pyramid framework.
The Online Linguistic Database (OLD)
.. image:: OLD-logo.png
The Online Linguistic Database (OLD) is software for linguistic fieldwork. It helps groups of linguists, language documenters, and/or language community members to collaboratively build a web-accessible database of their language data.
For detailed information, see the OLD Web Site_ or the Official OLD Documentation_.
Dative_ is a GUI for the OLD. See the Dative source code, Dative's web site, or the Dative app_ for more information.
Features
- Collaboration and data sharing
- Advanced search
- Automatic morpheme cross-referencing
- Configurable validation
- Morphological parser & phonology builder
- Text creation
- User access control
- Documentation
- Open source
- Graphical User Interface: Dative
- RESTful JSON API
Technical
The OLD is software for creating RESTful web services that send and receive
data in JSON format. It is written in Python using the Pylons web framework_
and a MySQL database.
.. _OLD Web Site: http://www.onlinelinguisticdatabase.org/
.. _Official OLD Documentation: http://online-linguistic-database.readthedocs.org/en/latest/
.. _Dative: http://www.dative.ca/
.. _Dative source code: https://github.com/jrwdunham/dative/
.. _Dative's web site: http://www.dative.ca/
.. _Dative app: http://app.dative.ca/
.. _Pylons web framework: http://www.pylonsproject.org/projects/pylons-framework/about
.. _current production OLD: https://github.com/dativebase/old-pyramid
.. _Pyramid framework: https://trypyramid.com/