Workflow:
1. Create .krb file with rules in naimath/engine.
2. Create translations (see translations/README).
3. Run scripts/cli.py rule_base.
4. Run test generation (all combinations of answers to a set of
questions) in sqlite database (see tools/test_database/README).
Directory structure:
experimental -- location for code whose future is very uncertain
django -- quick look at django (out of date)
files -- old stuff for naimath/web
naimath -- the package to be installed in python's site-packages dir
engine -- expert system driver and .krb files
gui -- wx gui (out of date)
lib -- modules needed in several places
web -- cheetah web server (out of date)
scripts -- the programs to be installed in, e.g., /usr/bin
tools -- misc tools (question extraction, translation tools)
test_database -- test generator to try all combinations of a
set of questions
README
translation -- gnu gettext translation files
README
0.1 -- version
en_IN
LC_MESSAGES -- .mo files
en_US
LC_MESSAGES -- .mo files
po -- .pot files
en_IN -- .po files
en_US -- .po files