diff options
author | Praveen Arimbrathodiyil <pravi.a@gmail.com> | 2009-05-20 18:06:11 -0700 |
---|---|---|
committer | Praveen Arimbrathodiyil <pravi.a@gmail.com> | 2009-05-20 18:06:11 -0700 |
commit | 83cdafaa88657c95f20c9d493d37ccebd86c1b80 (patch) | |
tree | f391004005fbe9a1186bdc11748d4a15c2a39d85 /silpa/silpa.conf | |
parent | 1e1a97cc8c9fddf411e6b2aca307de0b165dac48 (diff) | |
parent | 5a2dfd79178371a529053795d90b48dd96421d88 (diff) | |
download | Rachana.git-83cdafaa88657c95f20c9d493d37ccebd86c1b80.tar.gz Rachana.git-83cdafaa88657c95f20c9d493d37ccebd86c1b80.tar.xz Rachana.git-83cdafaa88657c95f20c9d493d37ccebd86c1b80.zip |
Merge branch 'master' of git://git.savannah.nongnu.org/smc
Diffstat (limited to 'silpa/silpa.conf')
-rw-r--r-- | silpa/silpa.conf | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/silpa/silpa.conf b/silpa/silpa.conf new file mode 100644 index 0000000..a70a482 --- /dev/null +++ b/silpa/silpa.conf @@ -0,0 +1,31 @@ +# Silpa configuration file +# This is a comment +# Global properties +SILPA_BASE_URL=http://smc.org.in/silpa +SILPA_TEMPLATE=./templates/default/silpa.html +SILPA_SITE_NAME=Silpa +SILPA_LANGUAGE=Silpa +SILPA_SITE_ADMIN_NAME=Santhosh +SILPA_SITE_ADMIN_EMAIL=santhosh@silpa.org +SILPA_SITE_COPYRIGHT= Copyright 2008-2009. Silpa Team. All rights Reserved. + +#Silpa Plugin Modules +#Format: action=module. For eg: +#Action names should be unique. and should be prefixed with "SILPA_ACTION." +#TO disable an action, comment out the line +#An example entry +#SILPA_ACTION.Sort=modules.sort #comment at the end of line is also allowed +SILPA_ACTION.Transliterate=modules.transliterate #transliterator module +SILPA_ACTION.Normalize=modules.normalizer #transliterator module +SILPA_ACTION.Stem=modules.stemmer #stemmer module for Indian Languages +SILPA_ACTION.Detect_Language=utils #This is also a valid module +SILPA_ACTION.Guess_Language=modules.guess_language #This is also a valid module +SILPA_ACTION.To_Unicode=modules.payyans #Ascii to Unicode conversion Module +SILPA_ACTION.To_ASCII=modules.payyans #Unicode to Ascii conversion Module +SILPA_ACTION.Syllabalize=modules.syllabalizer #Syllabalizer module +SILPA_ACTION.Hyphenate=modules.hyphenator #Syllabalizer module +SILPA_ACTION.Dictionary=modules.dictionary #English Malayalam Dictionary Module +SILPA_ACTION.Fortune=modules.fortune #Syllabalizer module +SILPA_ACTION.Anagram=modules.anagram #Anagram module +SILPA_ACTION.Approximate_Search=modules.inexactsearch #Approximate search +#End of Silpa configuration file |