~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/config/app.cfg

  • Committer: Michael Hudson
  • Date: 2008-06-10 03:14:05 UTC
  • mto: This revision was merged to the branch mainline in revision 157.
  • Revision ID: michael.hudson@canonical.com-20080610031405-im7y31azep58p090
trivial whitespace issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
# VIEW
10
10
 
 
11
# which view (template engine) to use if one is not specified in the
 
12
# template name
 
13
# tg.defaultview = "kid"
 
14
 
 
15
# The following kid settings determine the settings used by the kid serializer.
 
16
 
 
17
# One of (html|xml|json)
 
18
# kid.outputformat="html"
 
19
 
 
20
# kid.encoding="utf-8"
 
21
 
11
22
# The sitetemplate is used for overall styling of a site that
12
23
# includes multiple TurboGears applications
13
24
# tg.sitetemplate="<packagename.templates.templatename>"