Skip to content

"Visaineri" is created on the basis of rules governing the tamil grammar. When a Verse is entered, it is parsed with grammar rules which we have specified in Backus-Naur format and if succeeds, the Verse will be displayed with its constituents like Character, Syllable, Word, Line, etc... in XML format.

Notifications You must be signed in to change notification settings

oligoglot/visaineri

 
 

Repository files navigation

Installation

Pre-requisites

These can be installed like so:

sudo easy_install django django-pagination south pyparsing beautifulsoup

Getting the code

cd /path/to/parent/
git clone git://github.com/justjkk/visaineri.git
cd visaineri
git submodules update --init

Setting up

cd /path/to/visaineri/
cp localsettings.py.sample localsettings.py
  • Edit localsettings.py with database and debug information
  • python manage.py validate should return 0 errors
  • python manage.py syncdb --migrate

Testing the Site

  • python manage.py runserver
  • Point your browser here.
  • Test the site's functionality.
  • Log into admin page and explore the admin interface.

About

"Visaineri" is created on the basis of rules governing the tamil grammar. When a Verse is entered, it is parsed with grammar rules which we have specified in Backus-Naur format and if succeeds, the Verse will be displayed with its constituents like Character, Syllable, Word, Line, etc... in XML format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.5%
  • JavaScript 14.5%