~ubuntu-branches/ubuntu/utopic/gramps/utopic

« back to all changes in this revision

Viewing changes to src/plugins/docgen/docgen.gpr.py

  • Committer: Package Import Robot
  • Author(s): James A. Treacy
  • Date: 2012-05-22 17:18:36 UTC
  • mfrom: (39.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20120522171836-35fi62lp4w7jnrd7
Tags: 3.4.0-1
* New upstream version
* Updated desktop file. Closes: #667472

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
19
#
20
20
 
21
 
# $Id: docgen.gpr.py 16693 2011-02-22 08:58:50Z romjerome $
 
21
# $Id: docgen.gpr.py 18848 2012-02-10 19:57:57Z nick-h $
22
22
 
23
23
#------------------------------------------------------------------------
24
24
#
31
31
plg.name  = _("Plain Text")
32
32
plg.description =  _("Generates documents in plain text format (.txt).")
33
33
plg.version = '1.0'
34
 
plg.gramps_target_version = '3.3'
 
34
plg.gramps_target_version = '3.4'
35
35
plg.status = STABLE
36
36
plg.fname = 'AsciiDoc.py'
37
37
plg.ptype = DOCGEN
51
51
plg.name  = _('Print...')
52
52
plg.description =  _("Generates documents and prints them directly.")
53
53
plg.version = '1.0'
54
 
plg.gramps_target_version = '3.3'
 
54
plg.gramps_target_version = '3.4'
55
55
plg.status = STABLE
56
56
plg.fname = 'GtkPrint.py'
57
57
plg.ptype = DOCGEN
71
71
plg.name  = _('HTML')
72
72
plg.description =  _("Generates documents in HTML format.")
73
73
plg.version = '1.0'
74
 
plg.gramps_target_version = '3.3'
 
74
plg.gramps_target_version = '3.4'
75
75
plg.status = STABLE
76
76
plg.fname = 'HtmlDoc.py'
77
77
plg.ptype = DOCGEN
91
91
plg.name  = _('LaTeX')
92
92
plg.description =  _("Generates documents in LaTeX format.")
93
93
plg.version = '1.0'
94
 
plg.gramps_target_version = '3.3'
 
94
plg.gramps_target_version = '3.4'
95
95
plg.status = STABLE
96
96
plg.fname = 'LaTeXDoc.py'
97
97
plg.ptype = DOCGEN
112
112
plg.description =  _("Generates documents in OpenDocument "
113
113
                     "Text format (.odt).")
114
114
plg.version = '1.0'
115
 
plg.gramps_target_version = '3.3'
 
115
plg.gramps_target_version = '3.4'
116
116
plg.status = STABLE
117
117
plg.fname = 'ODFDoc.py'
118
118
plg.ptype = DOCGEN
132
132
plg.name  = _('PDF document')
133
133
plg.description =  _("Generates documents in PDF format (.pdf).")
134
134
plg.version = '1.0'
135
 
plg.gramps_target_version = '3.3'
 
135
plg.gramps_target_version = '3.4'
136
136
plg.status = STABLE
137
137
plg.fname = 'PdfDoc.py'
138
138
plg.ptype = DOCGEN
152
152
plg.name  = _('PostScript')
153
153
plg.description =  _("Generates documents in PostScript format (.ps).")
154
154
plg.version = '1.0'
155
 
plg.gramps_target_version = '3.3'
 
155
plg.gramps_target_version = '3.4'
156
156
plg.status = STABLE
157
157
plg.fname = 'PSDrawDoc.py'
158
158
plg.ptype = DOCGEN
172
172
plg.name  = _('RTF document')
173
173
plg.description =  _("Generates documents in Rich Text format (.rtf).")
174
174
plg.version = '1.0'
175
 
plg.gramps_target_version = '3.3'
 
175
plg.gramps_target_version = '3.4'
176
176
plg.status = STABLE
177
177
plg.fname = 'RTFDoc.py'
178
178
plg.ptype = DOCGEN
193
193
plg.description =  _("Generates documents in Scalable "
194
194
                     "Vector Graphics format (.svg).")
195
195
plg.version = '1.0'
196
 
plg.gramps_target_version = '3.3'
 
196
plg.gramps_target_version = '3.4'
197
197
plg.status = STABLE
198
198
plg.fname = 'SvgDrawDoc.py'
199
199
plg.ptype = DOCGEN