== INSTALLATION == You will find the installation's explanation under http://www.biocase.org/products/portals/biocase_2/index.shtml _________________________________________________________________________________________________________ == FILES == There are 2 kinds of files: *python (.py and .pyc) *templates (.kid) ===Internationalisation templates=== The files ending by .kid, without prefix (ie without en_, de_...) are the templates used for the internationalisation. If you add or modify some text in those files, only use keywords like 2my_keyword2 or 2hereisthekeyword2 (always begins and ends with "2"); Do not forget to add the keyword with the corresponding text in the translation files If you directly modify a translated kid file (ie a kid file called en_index.kid), do not forget to update the translation tempate; otherwise your changes will be erased the next time you run the translation process. _________________________________________________________________________________________________________ ==QUERIES== Queries are formed in the queryManager.py; if you use a filtered Cache, you might have to comment some code parts; for example, you might have to comment all lines dealing with countries if your DB only contains data for one coutry and if the country field does not exist.