summaryrefslogtreecommitdiffstats
path: root/kate/katesort/doc/cs/index.docbook
blob: d66f8dbe20f39172c10353c603cfcf8c9c2625b1 (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
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
  <!ENTITY katesort "<application>Kate Sort plugin 1.0</application>">
  <!ENTITY kappname "&katesort;"><!-- Do *not* replace kappname-->
  <!ENTITY package "kde-module"><!-- kdebase, kdeadmin, etc -->
  <!ENTITY % addindex "IGNORE">
  <!ENTITY % English "INCLUDE"><!-- change language only here -->
  
  
]>

<!-- The language must NOT be changed here. -->

<book lang="&language;">

<!-- This header contains all of the meta-information for the document such
as Authors, publish date, the abstract, and Keywords -->

<bookinfo>
<title>The &katesort; Handbook</title>

<authorgroup>
<author>
<firstname>Marián</firstname>
<othername></othername>
<surname>Kyral</surname>
<affiliation>
<address><email>mkyral@email.cz</email></address>
</affiliation>
</author>
</authorgroup>

<!-- TRANS:ROLES_OF_TRANSLATORS -->

<copyright>
<year>2007</year>
<holder>Marián Kyral</holder>
</copyright>
<!-- Translators: put here the copyright notice of the translation -->
<!-- Put here the FDL notice.  Read the explanation in fdl-notice.docbook
     and in the FDL itself on how to use it. -->
<legalnotice>&FDLNotice;</legalnotice>

<date>2007-10-04</date>
<releaseinfo>1.0</releaseinfo>

<!-- Abstract about this handbook -->

<abstract>
<para>
&katesort; je KatePart plugin pro všechny KatePart kompatibilní editory. (Kate, KWrite)
</para>
</abstract>


<keywordset>
<keyword>KatePart</keyword>
<keyword>Kate</keyword>
<keyword>KWrite</keyword>
<keyword>Sort</keyword>
<keyword>Plugin</keyword>
</keywordset>

</bookinfo>


<chapter id="introduction">
<title>Úvod</title>

<para>
&katesort; umožňuje seřadit soubor, nebo výběr. Chyby, připomínky, náměty posílejte na: <email>mkyral@email.cz</email>.
</para>
</chapter>

<chapter id="using-sort">
<title>Using &katesort;</title>

<para>

<screenshot>
<screeninfo>&katesort; screenshot.</screeninfo>
	<mediaobject>
	  <imageobject>
	    <imagedata fileref="sort_plugin_en.png" format="PNG"/>
	  </imageobject>
	  <textobject>
	    <phrase>Screenshot</phrase>
	  </textobject>
	</mediaobject>
</screenshot>
</para>


<sect1 id="sort-features">
<title>&katesort; vlastnosti</title>

<itemizedlist>
<listitem><para>Řadí vybraný text, nebo celý soubor.</para>
</listitem>
<listitem><para>Řazení dle Velkých/malých písmen.</para>
</listitem>
<listitem><para>Stejné ŕádky mohou být vynechány.</para>
</listitem>
<listitem><para>Umožňuje řazení dle zadaného sloupce. Pokud je vybrána část řádku, je automaticky použita.</para>
</listitem>
</itemizedlist>


</sect1>
</chapter>

<chapter id="credits">

<title>Autoři a Licence</title>

<para>
&katesort;
</para>
<para>
Program copyright 2007 Marián Kyral <email>mkyral@email.cz</email>
</para>
<para>
Přispěvatelé:
</para>

<para>
Documentation copyright 2007 Marián Kyral <email>mkyral@email.cz</email>
</para>

<!-- TRANS:CREDIT_FOR_TRANSLATORS -->

&underFDL;               <!-- FDL: do not remove -->

<!-- Determine which license your application is licensed under, 
     and delete all the remaining licenses below:

     (NOTE:  All documentation are licensed under the FDL, 
     regardless of what license the application uses) -->

&underGPL;        	 <!-- GPL License -->

</chapter>

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

<sect1 id="getting-sort">
<title>Jak získat &katesort;</title>

<para>Domovská stránka: <ulink url="http://marian.kyralovi.cz/linux/katesort">http://marian.kyralovi.cz/linux/katesortp</ulink></para>

</sect1>

<sect1 id="compilation">
<title>Kompilace a instalace</title>

&install.compile.documentation;

</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:

vim:tabstop=2:shiftwidth=2:expandtab 
-->