https://github.com/dativebase/old
The Online Linguistic Database (OLD): software for linguistic fieldwork.
https://github.com/dativebase/old
data-management linguistics linguistics-field python
Last synced: 7 months ago
JSON representation
The Online Linguistic Database (OLD): software for linguistic fieldwork.
- Host: GitHub
- URL: https://github.com/dativebase/old
- Owner: dativebase
- License: apache-2.0
- Created: 2012-11-20T06:35:48.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2020-08-28T21:11:32.000Z (over 5 years ago)
- Last Synced: 2025-05-08T21:35:25.849Z (11 months ago)
- Topics: data-management, linguistics, linguistics-field, python
- Language: Python
- Homepage: http://www.onlinelinguisticdatabase.org
- Size: 49.5 MB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 86
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
- low-resource-languages - old - The Online Linguistic Database (OLD): software for linguistic fieldwork. http://www.onlinelinguisticdatabase.org. (Software / Utilities)
README
================================================================================
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/