-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
A. Tapekin
committed
Aug 31, 2015
1 parent
768933e
commit 4218454
Showing
32 changed files
with
1,661 additions
and
292 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
.DS_Store | ||
.idea/ | ||
.virtual_env/ | ||
virtual_env/ | ||
.tox/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
Metadata-Version: 1.1 | ||
Name: lingvodoc | ||
Version: 0.0 | ||
Summary: lingvodoc | ||
Home-page: https://lingvodoc.ispras.ru/ | ||
Author: Oleg Borisenko | ||
Author-email: [email protected] | ||
License: UNKNOWN | ||
Description: LingvoDoc project | ||
================== | ||
|
||
This project is dedicated to natural languages and dialects documentation. It's the continuation of Dialeqt project | ||
(which was written in C++/QT5/Pure SQL). | ||
LingvoDoc is intended to provide natural language documentation service as Web-service and provides REST API and | ||
ajax-based client application. | ||
|
||
|
||
Dependancies | ||
--------------- | ||
|
||
- pyramid (framework) | ||
|
||
- sqlalchemy (ORM) | ||
|
||
|
||
Running the project for development | ||
--------------- | ||
|
||
- Create virtual python environment for Python (3.3+ recommended; 2.7+ should work too but is not tested) | ||
|
||
- Declare env variable for your virtual environment: export VENV=<path to your virtual environment> | ||
|
||
- cd <directory containing this file> | ||
|
||
- $VENV/bin/python setup.py develop | ||
|
||
- $VENV/bin/initialize_lingvodoc_db development.ini | ||
|
||
- $VENV/bin/pserve development.ini | ||
|
||
API documentation | ||
--------------- | ||
|
||
/client_id | ||
/version | ||
/channel | ||
/sync | ||
/words | ||
/word | ||
/paradigms | ||
/paradigm | ||
/dictionaries | ||
/dictionary (contains words, paradigms, corpus set etc) | ||
/authors | ||
/sound | ||
/markup | ||
|
||
|
||
0.0 | ||
--- | ||
|
||
- Initial version | ||
|
||
Keywords: web wsgi bfg pylons pyramid sqlalchemy | ||
Platform: UNKNOWN | ||
Classifier: Programming Language :: Python | ||
Classifier: Framework :: Pyramid | ||
Classifier: Topic :: Internet :: WWW/HTTP | ||
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
CHANGES.md | ||
MANIFEST.in | ||
README.md | ||
alembic.ini | ||
development.ini | ||
log.txt | ||
production.ini | ||
requirements.txt | ||
setup.py | ||
tox.ini | ||
lingvodoc/__init__.py | ||
lingvodoc/acl.py | ||
lingvodoc/models.py | ||
lingvodoc/views.py | ||
lingvodoc.egg-info/PKG-INFO | ||
lingvodoc.egg-info/SOURCES.txt | ||
lingvodoc.egg-info/dependency_links.txt | ||
lingvodoc.egg-info/entry_points.txt | ||
lingvodoc.egg-info/not-zip-safe | ||
lingvodoc.egg-info/pbr.json | ||
lingvodoc.egg-info/requires.txt | ||
lingvodoc.egg-info/top_level.txt | ||
lingvodoc/scripts/__init__.py | ||
lingvodoc/scripts/corpora_converter.py | ||
lingvodoc/scripts/initializedb.py | ||
lingvodoc/scripts/lingvodoc_converter.py | ||
lingvodoc/static/pyramid-16x16.png | ||
lingvodoc/static/pyramid.png | ||
lingvodoc/static/theme.css | ||
lingvodoc/static/theme.min.css | ||
lingvodoc/static/css/360-button-pause-light.gif | ||
lingvodoc/static/css/360-button-pause-light.png | ||
lingvodoc/static/css/360-button-pause.gif | ||
lingvodoc/static/css/360-button-pause.png | ||
lingvodoc/static/css/360-button-play-light.gif | ||
lingvodoc/static/css/360-button-play-light.png | ||
lingvodoc/static/css/360-button-play.gif | ||
lingvodoc/static/css/360-button-play.png | ||
lingvodoc/static/css/360-button-vis-pause-light.gif | ||
lingvodoc/static/css/360-button-vis-pause-light.png | ||
lingvodoc/static/css/360-button-vis-pause.gif | ||
lingvodoc/static/css/360-button-vis-pause.png | ||
lingvodoc/static/css/360-button-vis-play-light.gif | ||
lingvodoc/static/css/360-button-vis-play-light.png | ||
lingvodoc/static/css/360-button-vis-play.gif | ||
lingvodoc/static/css/360-button-vis-play.png | ||
lingvodoc/static/css/360player-visualization.css | ||
lingvodoc/static/css/360player.css | ||
lingvodoc/static/css/bootstrap-theme.css | ||
lingvodoc/static/css/bootstrap-theme.min.css | ||
lingvodoc/static/css/bootstrap.css | ||
lingvodoc/static/css/bootstrap.min.css | ||
lingvodoc/static/css/bootswatch.min.css | ||
lingvodoc/static/css/flashblock.css | ||
lingvodoc/static/css/icon_loading_dots.gif | ||
lingvodoc/static/css/icon_loading_spinner.gif | ||
lingvodoc/static/css/icon_loading_spinner_bigger.gif | ||
lingvodoc/static/css/lingvodoc.css | ||
lingvodoc/static/img/tweed.png | ||
lingvodoc/static/js/360player.js | ||
lingvodoc/static/js/angular.min.js | ||
lingvodoc/static/js/berniecode-animator.js | ||
lingvodoc/static/js/bootstrap.min.js | ||
lingvodoc/static/js/jquery-1.11.1.js | ||
lingvodoc/static/js/jquery-1.11.1.min.js | ||
lingvodoc/static/js/jquery-2.1.1.min.js | ||
lingvodoc/static/js/jquery.form.min.js | ||
lingvodoc/static/js/lingvodemo.js | ||
lingvodoc/static/js/lingvodocedit.js | ||
lingvodoc/static/js/lingvodocview.js | ||
lingvodoc/static/js/lingvowave.js | ||
lingvodoc/static/js/soundmanager2-nodebug-jsmin.js | ||
lingvodoc/static/js/soundmanager2.js | ||
lingvodoc/static/js/ui-bootstrap-tpls-0.13.0.min.js | ||
lingvodoc/static/js/wavesurfer.js | ||
lingvodoc/static/js/noty/jquery.noty.js | ||
lingvodoc/static/js/noty/promise.js | ||
lingvodoc/static/js/noty/layouts/bottom.js | ||
lingvodoc/static/js/noty/layouts/bottomCenter.js | ||
lingvodoc/static/js/noty/layouts/bottomLeft.js | ||
lingvodoc/static/js/noty/layouts/bottomRight.js | ||
lingvodoc/static/js/noty/layouts/center.js | ||
lingvodoc/static/js/noty/layouts/centerLeft.js | ||
lingvodoc/static/js/noty/layouts/centerRight.js | ||
lingvodoc/static/js/noty/layouts/inline.js | ||
lingvodoc/static/js/noty/layouts/top.js | ||
lingvodoc/static/js/noty/layouts/topCenter.js | ||
lingvodoc/static/js/noty/layouts/topLeft.js | ||
lingvodoc/static/js/noty/layouts/topRight.js | ||
lingvodoc/static/js/noty/packaged/jquery.noty.packaged.js | ||
lingvodoc/static/js/noty/packaged/jquery.noty.packaged.min.js | ||
lingvodoc/static/js/noty/themes/bootstrap.js | ||
lingvodoc/static/js/noty/themes/default.js | ||
lingvodoc/templates/create_dictionary_page.pt | ||
lingvodoc/templates/create_language.pt | ||
lingvodoc/templates/dashboard.pt | ||
lingvodoc/templates/edit_dictionary.pt | ||
lingvodoc/templates/head.pt | ||
lingvodoc/templates/home.pt | ||
lingvodoc/templates/login.pt | ||
lingvodoc/templates/nav.pt | ||
lingvodoc/templates/register.pt | ||
lingvodoc/templates/upload.pt | ||
lingvodoc/templates/view_dictionary.pt | ||
lingvodoc/templates/view_page.pt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[paste.app_factory] | ||
main = lingvodoc:main | ||
[console_scripts] | ||
initialize_lingvodoc_db = lingvodoc.scripts.initializedb:main | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"is_release": false, "git_version": "768933e"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
pyramid | ||
pyramid_chameleon | ||
pyramid_debugtoolbar | ||
pyramid_tm | ||
sqlalchemy | ||
transaction | ||
zope.sqlalchemy | ||
waitress | ||
alembic | ||
passlib | ||
py-bcrypt | ||
requests | ||
simplejson |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
lingvodoc |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.