~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to docs/conf.py

  • Committer: William Grant
  • Date: 2011-03-24 23:02:29 UTC
  • mfrom: (441.1.7 xss-fix)
  • Revision ID: william.grant@canonical.com-20110324230229-zq85fy6aqvlyylbu
Improve escaping of filenames in revision views. Fixes a couple of XSS holes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
master_doc = 'index'
38
38
 
39
39
# General information about the project.
40
 
project = u'loggerhead'
 
40
project = u'Loggerhead'
41
41
copyright = u'2010, Loggerhead team (https://launchpad.net/~loggerhead-team)'
42
42
 
43
43
# The version info for the project you're documenting, acts as replacement for
172
172
# Grouping the document tree into LaTeX files. List of tuples
173
173
# (source start file, target name, title, author, documentclass [howto/manual]).
174
174
latex_documents = [
175
 
  ('index', 'loggerhead.tex', u'loggerhead Documentation',
 
175
  ('index', 'loggerhead.tex', u'Loggerhead Documentation',
176
176
   u'Loggerhead team (https://launchpad.net/\\textasciitilde{}loggerhead-team)', 'manual'),
177
177
]
178
178