summaryrefslogtreecommitdiffstats
path: root/doc/en/index.docbook
blob: 1f294963de4aab7fc30ea08d3a258cb79e16ed6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
  <!ENTITY knowit '<application>KnowIt</application>'>
  <!ENTITY kapp "&knowit;"><!-- replace knowit here -->
  <!ENTITY % addindex "IGNORE">
  <!ENTITY % English "INCLUDE"><!-- change language only here -->


  <!-- Do not define any other entities; instead, use the entities
       from kde-genent.entities and $LANG/user.entities. -->
]>


<book lang="&language;">

<bookinfo>
<title>The KnowIt Handbook</title>

<authorgroup>
<author>
<firstname>Michal</firstname>
<othername></othername>
<surname>Rudolf</surname>
<affiliation>
<address><email>mrudolf@kdewebdev.org</email></address>
</affiliation>
</author>
</authorgroup>

<!-- TRANS:ROLES_OF_TRANSLATORS -->

<copyright>
<year>2002</year>
<year>2003</year>
<year>2004</year>
<holder>Michal Rudolf</holder>
</copyright>
<!-- Translators: put here the copyright notice of the translation -->
<legalnotice>&FDLNotice;</legalnotice>

<date>31/03/2003</date>
<releaseinfo>0.10</releaseinfo>

<abstract>
<para>
&knowit; is an application to help you keep, edit and maintain notes.
</para>
</abstract>

<keywordset>
<keyword>KDE</keyword>
<keyword>KnowIt</keyword>
<keyword>notes</keyword>
<keyword>manage</keyword>
<keyword>edit</keyword>
<keyword>tree</keyword>
<keyword>hierarchy</keyword>
<keyword>HTML</keyword>
</keywordset>

</bookinfo>

<chapter id="introduction">
<title>Introduction</title>

<para>
&kapp; is a simple tool for managing notes. It is similar to
<ulink url="http://tuxcards.sourceforge.net">TuxCards</ulink>, 
but designed for KDE 3.x. Notes are organized in tree-like hierarchy,
texts are stored in RichText format, so bold, italic and underline fonts
are supported, as well as various text colors and unordered lists.
</para>

<para>
&kapp; development depends on user's feedback! If you have 
suggestions or want to help developing &kapp;, have a look at the 
<ulink url="http://knowit.sourceforge.net">&kapp; page</ulink>
to see what is still to do.
</para>

</chapter>

<chapter id="using-kapp">
<title>Using &knowit;</title>

<sect1 id="Interface">
<title>Interface</title>
<para>

The main screen of &knowit; is divided into two parts: on the left you can see the notes
hierarchy (tree-like), on the right you can find the text of the current note.
You can browse and manage notes in the tree view and edit them in the
edit view.

<screenshot>
<screeninfo>Here's a screenshot of &kapp;</screeninfo>
	<mediaobject>
	  <imageobject>
	    <imagedata fileref="screenshot.png" format="PNG"/>
	  </imageobject>
	  <textobject>
	    <phrase>Screenshot</phrase>
	  </textobject>
	</mediaobject>
</screenshot>
</para>

<sect2 id="editing">
<title>Editing notes</title>
<para>
You can use standard KDE shortcuts for editing text. Unordered lists are
supported: just start the line with <keycap>*</keycap>. You can also use 
<guimenu>List</guimenu> submenu of <guimenu>Edit</guimenu> menu to get all 
available list formats.
</para>     
     
<para>
<keycap>Enter</keycap> inserts a new paragraph (as in HTML there
is an empty line between two paragraphs) - if you
just want a line break, use <keycap>Ctrl+Enter</keycap> instead.
</para>
</sect2>

<sect2 id="managing">
<title>Managing notes</title>
<para>
You can use shortcuts for adding notes. If the notes tree is active,
just press <keycap>Ctrl+Enter</keycap> to add a same-level note following
the current one, <keycap>Insert</keycap> to add a child-note and
<keycap>Delete</keycap> to delete the current note.
</para>

<para>
<guimenu>Notes</guimenu> menu or popup menu (accessed by right-clicking
on the list) contains many commands for managing notes. Most of them
have shortcuts assigned, for others you could assign them yourself.
</para>
</sect2>

<sect2 id="links">
<title>Links</title>
<para>
You can create links in notes. Links will be displayed below the note
text. There are two kinds of links: <emphasis>external</emphasis> (to
any file or URL) - click on it, and it will be opened in  appropriate
application, and <emphasis>internal</emphasis> (to another note) - click
on it, and note with appropriate title will be displayed.
</para>
</sect2>
</sect1>
</chapter>

<chapter id="about">
<title>About &knowit;</title>

<sect1 id="credits">
<title>Credits and License</title>

<para>
Program and documentation:
</para>
<para>copyright 2002, 2003, 2004 Michal Rudolf <email>mrudolf@kdewebdev.org</email>
</para>
&underFDL;   <!-- FDL: do not remove. Commercial development should -->
&underGPL;   <!-- GPL License -->
</sect1>

<sect1 id="new">
<title>New in this version</title>

<para>
<itemizedlist>
<listitem><simpara>list editing commands</simpara></listitem>
<listitem><simpara>improved handling of read-only files</simpara></listitem>
<listitem><simpara>many improvements to export</simpara></listitem>
<listitem><simpara>link copy command</simpara></listitem>
<listitem><simpara>some shortcuts for links added</simpara></listitem>
<listitem><simpara>fixed backup bugs</simpara></listitem>
<listitem><simpara>warning when resource file is missing</simpara></listitem>
</itemizedlist>

&knowit; 0.10 was released at 31st of March 2003. File <filename>ChangeLog</filename> in
source package contains information about changes in previous versions.
</para>
</sect1>
</chapter>


<appendix id="installation">
<title>Installation</title>

<sect1 id="getting-knowit">
<title>How to obtain &knowit;</title>

<para>
Newest version of &knowit; can be found at
<ulink url="href://knowit.sourceforge.net">knowit.sourceforge.net</ulink>.
Updates will probably be announced on <ulink
url="http://freshmeat.net">Freshmeat</ulink> and
<ulink url="href://apps.kde.com">apps.kde.com</ulink>.
</para>
</sect1>


<sect1 id="requirements">
<title>Requirements</title>
<para>
I use KDE 3.1 for both developing and testing &knowit;. As
far as I know, it should work in both KDE 3.2 and KDE 3.0 without any problems.
</para>

<para>
I doubt that it would compile in KDE 2.x - but I have no access
to older KDE versions to check it. Anyway, any information
about &knowit; in KDE 2.x would be welcomed.
</para>
</sect1>

<sect1 id="compilation">
<title>Compilation and installation</title>
<para>
In order to compile and install &knowit; on your system, type the following
in the base directory of the &knowit; distribution:
<screen width="40">
<prompt>%</prompt> <userinput>./configure</userinput>
<prompt>%</prompt> <userinput>make</userinput>
<prompt>%</prompt> <userinput>make install</userinput>
</screen>
</para>

<para>Since &knowit; uses autoconf and automake, you should have no
trouble compiling it. Should you run into problems please report
them to the autor.</para>
</sect1>

</appendix>

&documentation.index;
</book>
<!--
Local Variables:
mode: sgml
sgml-minimize-attributes:nil
sgml-general-insert-case:lower
sgml-indent-step:0
sgml-indent-data:nil
End:
-->