~ubuntu-branches/ubuntu/raring/kbibtex/raring

« back to all changes in this revision

Viewing changes to doc/en/index.docbook

  • Committer: Package Import Robot
  • Author(s): Michael Hanke
  • Date: 2011-07-18 09:29:48 UTC
  • mfrom: (1.1.6) (2.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20110718092948-ksxjmg7kdfamolmg
Tags: 0.3-1
* First upstream release for KDE4 (Closes: #634255). A number of search
  engines are still missing, in comparison to the 0.2 series.
* Bumped Standards-Version to 3.9.2, no changes necessary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" ?>
2
 
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
3
 
"dtd/kdex.dtd" [
4
 
  <!ENTITY kbibtex "<application>KBibTeX</application>" >
5
 
  <!ENTITY kappname "&kbibtex;">
6
 
  <!ENTITY % addindex "IGNORE">
7
 
  <!ENTITY % English "INCLUDE"><!-- change language only here -->
8
 
]>
9
 
 
10
 
<book lang="&language;">
11
 
<title>The KBibTeX Handbook</title>
12
 
 
13
 
<bookinfo>
14
 
<authorgroup>
15
 
<author><personname><firstname>Thomas</firstname><surname>Fischer</surname></personname>
16
 
<email>fischer@unix-ag.uni-kl.de</email></author>
17
 
<!-- TRANS:ROLES_OF_TRANSLATORS -->
18
 
</authorgroup>
19
 
 
20
 
<copyright>
21
 
<year>2005</year>
22
 
<holder>Thomas Fischer</holder>
23
 
</copyright>
24
 
 
25
 
<legalnotice>&GPLNotice;</legalnotice>
26
 
 
27
 
<date>2005-11-26</date>
28
 
<releaseinfo>0.00.01</releaseinfo>
29
 
 
30
 
<abstract>
31
 
<para>&kbibtex; is a BibTeX editor for &kde; 3.3 and above.</para>
32
 
 
33
 
<para>This handbook documents &kbibtex; Version 0.2.x</para>
34
 
</abstract>
35
 
 
36
 
<keywordset>
37
 
<keyword>KDE</keyword>
38
 
<keyword>KBibTeX</keyword>
39
 
</keywordset>
40
 
 
41
 
</bookinfo>
42
 
 
43
 
 
44
 
<chapter id="introduction">
45
 
<title>Introduction</title>
46
 
 
47
 
<para>
48
 
Welcome to &kbibtex;, a BibTeX editor for &kde; version 3.3 and
49
 
above. &kbibtex; allows you to create, edit and export bibliography
50
 
documents. Supported formats include BibTeX and, limited, EndNote.
51
 
</para>
52
 
 
53
 
<para>
54
 
&kbibtex; offers the user a simple, yet powerful interface to edit
55
 
and maintain bibliography databases.
56
 
</para>
57
 
 
58
 
<section id="helpwanted">
59
 
<title>Help Wanted</title>
60
 
 
61
 
<para>
62
 
Currently, this help is only a stub. If you are interested
63
 
in writing a more comprehensive help documentation, please contact
64
 
Thomas Fischer (Project Manager).
65
 
</para>
66
 
 
67
 
</section>
68
 
 
69
 
</chapter>
70
 
 
71
 
<chapter id="credits">
72
 
 
73
 
<title>Credits and License</title>
74
 
 
75
 
<para>
76
 
&kbibtex; Program copyright 2004, 2005 by the &kbibtex; developer team.
77
 
</para>
78
 
 
79
 
<variablelist>
80
 
<title>The &kbibtex; team:</title>
81
 
<varlistentry>
82
 
<term>Thomas Fischer <email>fischer@unix-ag.uni-kl.de</email></term>
83
 
<listitem><para>Project Manager &amp; Core Developer</para></listitem>
84
 
</varlistentry>
85
 
</variablelist>
86
 
 
87
 
<para>Documentation copyright 2005 Thomas Fischer
88
 
<email>fischer@unix-ag.uni-kl.de</email></para>
89
 
 
90
 
&underGPL;               <!-- GPL License -->
91
 
 
92
 
</chapter>
93
 
 
94
 
 
95
 
</book>
96
 
 
97
 
<!--
98
 
Local Variables:
99
 
mode: sgml
100
 
sgml-namecase-general: t
101
 
sgml-namecase-entity: nil
102
 
sgml-general-insert-case: lower
103
 
sgml-minimize-attributes: nil
104
 
sgml-omittag: nil
105
 
End:
106
 
-->