Naturepedia Code
Status: Alpha
Brought to you by:
rcasha
| File | Date | Author | Commit |
|---|---|---|---|
| lib | 2013-01-05 |
|
[a8866c] Adding files |
| src | 2013-02-15 |
|
[ca303e] Replaced standard jQuery images with 16x16 icons |
| .gitignore | 2013-01-06 |
|
[2a4d68] |
| README | 2013-01-05 |
|
[ba334f] Adding files |
| nb-configuration.xml | 2013-02-01 |
|
[606024] Added new per-taxon security |
| nbactions.xml | 2013-01-23 |
|
[30e57e] Fixed "first click doesn't work" problem. |
| pom.xml | 2013-02-01 |
|
[606024] Added new per-taxon security |
DEVELOPMENT NOTES *** Creating the database For MySQL, ensure you set the database's default character set to UTF-8. You must also add "?characterEncoding=utf8" to the JDBC URL. *** Adding a new language This application is designed with multiple languages in mind. Only the Latin language is treated specially for "scientific names". To add a new language: 1. Edit faces-config.xml and add the new language code as a supported-locale. 2. Add the language name to Languages.properties 3. Add a graphic image to resources/icons/lang-XX.png