~ubuntu-branches/ubuntu/saucy/prewikka/saucy-proposed

« back to all changes in this revision

Viewing changes to prewikka/siteconfig.py

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2010-02-10 15:16:56 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20100210151656-p010cdwlovv5ebc0
Tags: 1.0.0~rc2-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
htdocs_dir = '/usr/share/prewikka/htdocs'
2
 
database_dir = '/usr/share/prewikka/database'
3
 
locale_dir = '/usr/share/locale'
4
 
conf_dir = '/usr/etc/prewikka'
5
 
version = '1.0.0rc1'
6
 
libprelude_required_version = '0.9.23'
7
 
libpreludedb_required_version = '0.9.12'