~ubuntu-branches/ubuntu/quantal/gnumeric/quantal

« back to all changes in this revision

Viewing changes to doc/C/gnumeric.xml

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2009-06-07 11:10:47 UTC
  • mfrom: (1.1.19 upstream) (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090607111047-l3rtbzfjxvmi1kx0
Tags: 1.9.8-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Promoted gnumeric-doc to Recommends in gnumeric package for help to be
    installed automatically
  - gnumeric-gtk is a transitional package
  - gnumeric conflicts with gnumeric-gtk << 1.8.3-3ubuntu1
  - call initltool-update in po*
  - remove psiconv support (psiconv is in universe):
    o debian/control: remove B-D on libpsiconv-dev
    o debian/rules: don't pass --with-psiconv to ./configure

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 
9
9
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
10
 
-->
 
10
 
11
11
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 
12
12
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
 
13
-->
 
14
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 
 
15
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
13
16
 
14
17
  <!ENTITY gnum "<application>Gnumeric</application>">
15
18
  <!ENTITY appversion "1.8">
29
32
                             SC,
30
33
                             GNU oleo">
31
34
 
32
 
  <!-- Some extra enties to help validation -->
33
 
  <!-- Why? These are defined within docbook, no? What tool needs these? -avc -->
34
 
  <!--
35
 
  <!ENTITY mdash  "-">
36
 
  <!ENTITY hellip  "...">
37
 
  <!ENTITY yen    "JPY">
38
 
  <!ENTITY pound  "GBP">
39
 
  <!ENTITY curren  "Currency">
 
35
  <!--  Some extra entities to help validation.
 
36
 
 
37
        Even though entities like pound, mdash, and nbsp are defined within
 
38
        DocBook, they are not available by default and need to be imported.
 
39
        Without these imports, xmllint (without dash dash valid) will fail
 
40
        with errors like "parser error : Entity 'nbsp' not defined".
 
41
 
 
42
        For details on the entities defined within DocBook, refer to the
 
43
        "DocBook Character Entity Reference" section of "DocBook: The
 
44
        Definitive Guide", http://www.docbook.org/tdg/ .
40
45
  -->
41
46
 
 
47
  <!-- For mdash, hellip and friends -->
 
48
  <!ENTITY % isopub PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN//XML"
 
49
           "http://www.oasis-open.org/docbook/xmlcharent/0.3/iso-pub.ent">
 
50
  %isopub;
 
51
 
 
52
  <!-- For nbsp, pound, yen and friends -->
 
53
  <!ENTITY % isonum PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML"
 
54
           "http://www.oasis-open.org/docbook/xmlcharent/0.3/iso-num.ent">
 
55
  %isonum;
 
56
 
 
57
  <!-- Character entity to provide greek letters in simulation chapter -->
 
58
  <!ENTITY % isogrk1 PUBLIC "ISO 8879:1986//ENTITIES Greek Letters//EN//XML"
 
59
           "http://www.oasis-open.org/docbook/xmlcharent/0.3/iso-grk1.ent">
 
60
  %isogrk1;
 
61
 
42
62
  <!ENTITY legal                SYSTEM "legal.xml">
43
63
 
44
64
  <!ENTITY welcome              SYSTEM "welcome.xml">
170
190
      <year>2005</year>
171
191
      <year>2004</year>
172
192
      <holder>Adrian Custer, Ray Dassen, Jody Goldberg, 
173
 
              Andreas Guelzow.
 
193
              Andreas Guelzow, Louis Luangkesorn.
174
194
      </holder> 
175
195
    </copyright>
176
196
  <!-- translators: uncomment this:
221
241
      <author> 
222
242
        <firstname>Eric</firstname>
223
243
        <surname>Baudais</surname> 
224
 
        <email>baudais@okstate.edu</email>
 
244
        <!-- email>baudais@chez@okstate.edu</email -->
225
245
      </author>
226
246
      <author> 
227
247
        <firstname>Kevin</firstname>
228
248
        <surname>Breit</surname>  
229
 
       <email>mrproper@ximian.com</email>
 
249
       <!-- email>mrproper@chez@ximian.com</email -->
230
250
      </author>
231
251
      <author> 
232
252
        <firstname>Thomas</firstname>
233
253
        <surname>Canty</surname> 
234
 
        <email>tommydal@ihug.com.au</email>
 
254
        <!-- email>tommydal@chez@ihug.com.au</email -->
235
255
      </author>
236
256
      <author> 
237
257
        <firstname>Adrian</firstname>
238
258
        <surname>Custer</surname> 
239
 
        <email>acuster@gnome.org</email>
 
259
        <!-- email>acuster@chez@gnome.org</email -->
240
260
      </author>
241
261
      <author> 
242
262
        <firstname>Ray</firstname>
243
263
        <surname>Dassen</surname> 
244
 
        <email>jdassen@debian.org</email>
 
264
        <!-- email>jdassen@chez@debian.org</email -->
245
265
      </author>
246
266
      <author>
247
267
        <firstname>Jody</firstname>
248
268
        <surname>Goldberg</surname> 
249
 
        <email>jody@gnome.org</email>
 
269
        <!-- email>jody@chez@gnome.org</email -->
250
270
      </author>
251
271
      <author> 
252
272
        <firstname>Andreas</firstname>
253
273
        <surname>Guelzow</surname> 
254
 
        <email>aguelzow@taliesin.ca</email>
 
274
        <!-- email>aguelzow@chez@taliesin.ca</email -->
255
275
      </author>
256
276
      <author> 
257
277
        <firstname>Jon K.</firstname>
258
278
        <surname>Hellan</surname> 
259
 
        <email>hellan@acm.org</email>
 
279
        <!-- email>hellan@chez@acm.org</email -->
260
280
      </author>
261
281
      <author> 
262
282
        <firstname>Miguel</firstname>
263
283
        <surname>de Icaza</surname>
264
 
        <email>miguel@gnu.org</email>
 
284
        <!-- email>miguel@chez@gnu.org</email -->
265
285
      </author>
266
286
      <author> 
267
287
        <firstname>Jukka-Pekka</firstname>
268
288
        <surname>Iivonen</surname> 
269
 
        <email>jiivonen@hutcs.cs.hut.fi</email>
 
289
        <!-- email>jiivonen@chez@hutcs.cs.hut.fi</email -->
270
290
      </author>
271
291
      <author> 
272
292
        <firstname>Alexander</firstname>
273
293
        <surname>Kirillov</surname> 
274
 
        <email>kirillov@math.sunysb.edu</email>
 
294
        <!-- email>kirillov@chez@math.sunysb.edu</email -->
275
295
      </author>
276
296
      <author> 
277
297
        <firstname>Sebastian</firstname>
278
298
        <surname>Klost</surname> 
279
 
        <email>sebastian.klost@gmx.de</email>
 
299
        <!-- email>sebastian.klost@chez@gmx.de</email -->
280
300
      </author>
281
301
      <author> 
282
302
        <firstname>Gregory</firstname>
283
303
        <surname>Leblanc</surname>
284
 
        <email>gleblanc@linuxweasel.com</email>
 
304
        <!-- email>gleblanc@chez@linuxweasel.com</email -->
 
305
      </author>
 
306
      <author> 
 
307
        <firstname>Louis</firstname>
 
308
        <surname>Luangkesorn</surname>
 
309
        <!-- email>lluang@chez@yahoo.com</email -->
285
310
      </author>
286
311
      <author> 
287
312
        <firstname>Thomas</firstname>
288
313
        <surname>Miesbauer</surname> 
289
 
        <email>thomas.miesbauer@web.de</email>
 
314
        <!-- email>thomas.miesbauer@chez@web.de</email -->
290
315
      </author>
291
316
      <author> 
292
317
        <firstname>Wayne</firstname>
293
318
        <surname>Schuller</surname>
294
 
        <email>k_wayne@linuxpower.org</email>
 
319
        <!-- email>k_wayne@chez@linuxpower.org</email -->
295
320
      </author>
296
321
      <author> 
297
322
        <firstname>Almer S.</firstname>
298
323
        <surname>Tigelaar</surname>
299
 
        <email>almer1@dds.nl</email>
 
324
        <!-- email>almer1@chez@dds.nl</email -->
300
325
      </author>
301
326
      <author> 
302
327
        <firstname>Charles</firstname>
303
328
        <surname>Twardy</surname>
304
 
        <email>ctwardy@mail.csse.monash.edu.au</email>
 
329
        <!-- email>ctwardy@chez@mail.csse.monash.edu.au</email -->
305
330
      </author>
306
331
      <author> 
307
332
        <firstname>Aaron</firstname>
308
333
        <surname>Weber</surname>
309
 
        <email>aaron@ximian.com</email>
 
334
        <!-- email>aaron@chez@ximian.com</email -->
310
335
      </author>
311
336
      <author> 
312
337
        <firstname>Morten</firstname>
313
338
        <surname>Welinder</surname>
314
 
        <email>terra@diku.dk</email>
 
339
        <!-- email>terra@chez@diku.dk</email -->
315
340
      </author>
316
341
   <!-- This is appropriate place for other contributors: translators,
317
342
          maintainers,  etc. Commented out by default.
865
890
 
866
891
 
867
892
</book>
868
 
 
 
893
<?dbhh topicname="BARF" topicid="4200"?>