~ubuntu-branches/ubuntu/jaunty/python-docutils/jaunty

« back to all changes in this revision

Viewing changes to test/data/full-template.txt

  • Committer: Bazaar Package Importer
  • Author(s): Simon McVittie
  • Date: 2008-07-24 10:39:53 UTC
  • mfrom: (1.1.4 upstream) (3.1.7 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080724103953-8gh4uezg17g9ysgy
Tags: 0.5-2
* Upload docutils 0.5 to unstable
* Update rst.el to upstream Subversion r5596, which apparently fixes
  all its performance problems (17_speed_up_rst_el.dpatch, closes: #474941)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
head_prefix = """\
 
2
%(head_prefix)s"""
 
3
 
 
4
 
 
5
head = """\
 
6
%(head)s"""
 
7
 
 
8
 
 
9
stylesheet = """\
 
10
%(stylesheet)s"""
 
11
 
 
12
 
 
13
body_prefix = """\
 
14
%(body_prefix)s"""
 
15
 
 
16
 
 
17
body_pre_docinfo = """\
 
18
%(body_pre_docinfo)s"""
 
19
 
 
20
 
 
21
docinfo = """\
 
22
%(docinfo)s"""
 
23
 
 
24
 
 
25
body = """\
 
26
%(body)s"""
 
27
 
 
28
 
 
29
body_suffix = """\
 
30
%(body_suffix)s"""
 
31
 
 
32
 
 
33
head_prefix = """\
 
34
%(head_prefix)s"""
 
35
 
 
36
 
 
37
head = """\
 
38
%(head)s"""
 
39
 
 
40
 
 
41
stylesheet = """\
 
42
%(stylesheet)s"""
 
43
 
 
44
 
 
45
body_prefix = """\
 
46
%(body_prefix)s"""
 
47
 
 
48
 
 
49
body_pre_docinfo = """\
 
50
%(body_pre_docinfo)s"""
 
51
 
 
52
 
 
53
docinfo = """\
 
54
%(docinfo)s"""
 
55
 
 
56
 
 
57
body = """\
 
58
%(body)s"""
 
59
 
 
60
 
 
61
body_suffix = """\
 
62
%(body_suffix)s"""
 
63
 
 
64
 
 
65
title = """\
 
66
%(title)s"""
 
67
 
 
68
 
 
69
subtitle = """\
 
70
%(subtitle)s"""
 
71
 
 
72
 
 
73
header = """\
 
74
%(header)s"""
 
75
 
 
76
 
 
77
footer = """\
 
78
%(footer)s"""
 
79
 
 
80
 
 
81
meta = """\
 
82
%(meta)s"""
 
83
 
 
84
 
 
85
fragment = """\
 
86
%(fragment)s"""
 
87
 
 
88
 
 
89
html_prolog = """\
 
90
%(html_prolog)s"""
 
91
 
 
92
 
 
93
html_head = """\
 
94
%(html_head)s"""
 
95
 
 
96
 
 
97
html_title = """\
 
98
%(html_title)s"""
 
99
 
 
100
 
 
101
html_subtitle = """\
 
102
%(html_subtitle)s"""
 
103
 
 
104
 
 
105
html_body = """\
 
106
%(html_body)s"""