wok-6.x diff tazwikiss/stuff/var/www/wiki/config.sh @ rev 7418
nvidia: only use .unblocked_ioctl since 2.6.36
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Nov 28 12:56:09 2010 +0100 (2010-11-28) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/tazwikiss/stuff/var/www/wiki/config.sh Sun Nov 28 12:56:09 2010 +0100 1.3 @@ -0,0 +1,23 @@ 1.4 +PASSWORD="test" 1.5 +PAGES_DIR="pages/" 1.6 +BACKUP_DIR="historique/" 1.7 + 1.8 +LANG="en" 1.9 +WIKI_TITLE="WiKiss : the Kiss Wiki" 1.10 +START_PAGE="Welcome" 1.11 +HOME_BUTTON="Home" 1.12 +HELP_BUTTON="Help" 1.13 +DEFAULT_CONTENT="The page %page% is empty." 1.14 +EDIT_BUTTON="Edit" 1.15 +DONE_BUTTON="Save" 1.16 +PROTECTED_BUTTON="Page protected" 1.17 +SEARCH_BUTTON="Search" 1.18 +SEARCH_RESULTS="Search results for" 1.19 +LIST="Pages list" 1.20 +RECENT_CHANGES="Recent changes" 1.21 +LAST_CHANGES="Last changes" 1.22 +HISTORY_BUTTON="History" 1.23 +NO_HISTORY="No history." 1.24 +RESTORE="Restore" 1.25 +MDP="Password" 1.26 +ERROR="Wrong password."