OSDN Git Service

eb193c2ec525ae284bb7207b08106baddbde5f26
[kita/kita.git] / kita / doc / en / index.docbook
1 <?xml version="1.0" ?>
2 <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
3   <!ENTITY kita "<application>Kita</application>">
4   <!ENTITY kappname "&kita;">
5   <!ENTITY % addindex "IGNORE">
6   <!ENTITY % English "INCLUDE" > <!-- change language only here -->   
7 ]>
8
9 <book lang="&language;">
10
11   <bookinfo>
12     <title>The &kita; Handbook</title>
13     <authorgroup>
14       <author>
15     <firstname>Hideki</firstname>
16     <surname>Ikemoto</surname>
17     <affiliation><address><email>ikemo&#64;wakaba&#46;jp</email></address></affiliation>
18       </author>
19       <!-- TRANS:ROLES_OF_TRANSLATORS -->
20     </authorgroup>
21     <date>date</date>
22     <releaseinfo>0&#46;1</releaseinfo>
23     <abstract>
24       <para>&kita; is a 2ch client for KDE.</para>
25     </abstract>
26     <keywordset>
27       <keyword>KDE</keyword>
28       <keyword>Kita</keyword>
29     </keywordset>
30   </bookinfo>
31
32   <chapter id="introduction">
33     <title>Introduction</title>
34
35     <sect1 id="features">
36       <title>Features</title>
37       <para></para>
38     </sect1>
39   </chapter>
40
41   <chapter id="installation">
42     <title>Installation</title>
43
44     <sect1 id="how-to-obtain">
45       <title>How to obtain &kita;</title>
46       <para></para>
47     </sect1>
48
49     <sect1 id="requirements">
50       <title>Requirements</title>
51       <para>You need to install kdelibs version 4 to run &kita;.</para>
52     </sect1>
53
54     <sect1 id="compilation-and-installation">
55       <title>Compilation and Installation</title>
56
57       <para>To compile and install &kita;, run:
58         <screen>
59 <prompt>%</prompt> <userinput><command>cmake</command> .</userinput>
60 <prompt>%</prompt> <userinput><command>make</command></userinput>
61 <prompt>%</prompt> <userinput><command>make</command> install</userinput></screen>
62       </para>
63
64       <para>If you run into any problems, please report them to the <ulink url="mailto:ikemo&#64;wakaba&#46;jp">author</ulink> or <ulink url="http://sourceforge.jp/ticket/newticket.php?group_id=483">submit a new ticket</ulink>.</para>
65     </sect1>
66   </chapter>
67
68   <chapter id="using">
69     <title>Using &kita;</title>
70     <para></para>
71   </chapter>
72
73   <chapter id="questionsanswersandtips">
74     <title>Questions, Answers, and Tips</title>
75
76     <qandaset id="faq">
77       <title>Frequently asked questions</title>
78       <qandaentry>
79     <question>
80       <para>Question 1</para>
81     </question>
82     <answer>
83       <para>The answer</para>
84     </answer>
85       </qandaentry>
86     </qandaset>
87
88   </chapter>
89 </book>
90 <!--
91 Local Variables:
92 mode: sgml
93 sgml-omittag: nil
94 sgml-shorttag: t
95 sgml-general-insert-case: lower
96 End:
97 -->