diff options
author | Santhosh Thottingal <santhosh.thottingal@gmail.com> | 2009-05-24 13:04:44 +0530 |
---|---|---|
committer | Santhosh Thottingal <santhosh.thottingal@gmail.com> | 2009-05-24 13:04:44 +0530 |
commit | 30c1b89bec818490131780389c918f8bcfb7aef6 (patch) | |
tree | d0a5b076a8781247932e7b507124705f9f3e2f03 /silpa/doc | |
parent | 5a2dfd79178371a529053795d90b48dd96421d88 (diff) | |
download | Rachana.git-30c1b89bec818490131780389c918f8bcfb7aef6.tar.gz Rachana.git-30c1b89bec818490131780389c918f8bcfb7aef6.tar.xz Rachana.git-30c1b89bec818490131780389c918f8bcfb7aef6.zip |
Miscellaneous bug fixes, hit counter, static pages
Diffstat (limited to 'silpa/doc')
-rw-r--r-- | silpa/doc/credits.html | 14 | ||||
-rw-r--r-- | silpa/doc/todo.html | 15 |
2 files changed, 29 insertions, 0 deletions
diff --git a/silpa/doc/credits.html b/silpa/doc/credits.html new file mode 100644 index 0000000..cc836ec --- /dev/null +++ b/silpa/doc/credits.html @@ -0,0 +1,14 @@ +<h2>Credits</h2> +Many people contributed in direct and indirect way in the development of silpa. This page attempts to list their names. +<ul> +<li>Baiju. M, Swathanthra Malayalam Computing for his mlsplit program for using it as a base for syllabalizer for many languages</li> +<li>Laxminarayan Kamath for testing and feature suggestions</li> +<li>Rajeesh Nambiar and Nishan Naseer of SMC for their contributions for Font converter</li> +<li>Guess Language module is based on the python implementation by Kent S Johnson of guesslanguage.cpp by Jacob R Rideout for KDE + http://websvn.kde.org/branches/work/sonnet-refactoring/common/nlp/guesslanguage.cpp?view=markup + which itself is based on Language::Guess by Maciej Ceglowski + http://languid.cantbedone.org/ + +</li> +<li>IT Mission, Kerala government for providing English-Malayalam dictionary in GPL license</li> +</ul> diff --git a/silpa/doc/todo.html b/silpa/doc/todo.html new file mode 100644 index 0000000..ece066b --- /dev/null +++ b/silpa/doc/todo.html @@ -0,0 +1,15 @@ +<h2>TODO List</h2> +<ul> +<li>Sakavarsham ,Kollavarsham and Other Indian Calenders</li> +<li>Spellcheck</li> +<li>Linguistical sorting</li> +<li>Stemmer</li> +<li>OCR</li> +<li>TTS</li> +<li>Support more fonts for font converter, .doc and .pdf support</li> +<li>Anagram for remaining languages</li> +<li>Random Quote for remaining languages</li> +<li>Crossword generator and solver for Indian Languages</li> +<li>More dictionaries</li> +<li>Web APIs</li> +</ul> |