diff options
Diffstat (limited to 'kate/katesort/doc')
-rw-r--r-- | kate/katesort/doc/Makefile.am | 6 | ||||
-rw-r--r-- | kate/katesort/doc/cs/Makefile.am | 2 | ||||
-rw-r--r-- | kate/katesort/doc/cs/index.docbook | 178 | ||||
-rw-r--r-- | kate/katesort/doc/cs/sort_plugin_cs.png | bin | 0 -> 26735 bytes | |||
-rw-r--r-- | kate/katesort/doc/en/Makefile.am | 2 | ||||
-rw-r--r-- | kate/katesort/doc/en/index.docbook | 179 | ||||
-rw-r--r-- | kate/katesort/doc/en/sort_plugin_en.png | bin | 0 -> 24614 bytes |
7 files changed, 367 insertions, 0 deletions
diff --git a/kate/katesort/doc/Makefile.am b/kate/katesort/doc/Makefile.am new file mode 100644 index 0000000..f365dbd --- /dev/null +++ b/kate/katesort/doc/Makefile.am @@ -0,0 +1,6 @@ +# the SUBDIRS is filled automatically by am_edit. If files are +# in this directory they are installed into the english dir + +KDE_LANG = en +KDE_DOCS = katesort +SUBDIRS = $(AUTODIRS) diff --git a/kate/katesort/doc/cs/Makefile.am b/kate/katesort/doc/cs/Makefile.am new file mode 100644 index 0000000..cc04f5e --- /dev/null +++ b/kate/katesort/doc/cs/Makefile.am @@ -0,0 +1,2 @@ +KDE_DOCS = katesort +KDE_LANG = cs diff --git a/kate/katesort/doc/cs/index.docbook b/kate/katesort/doc/cs/index.docbook new file mode 100644 index 0000000..d66f8db --- /dev/null +++ b/kate/katesort/doc/cs/index.docbook @@ -0,0 +1,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>[email protected]</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>[email protected]</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>[email protected]</email> +</para> +<para> +Přispěvatelé: +</para> + +<para> +Documentation copyright 2007 Marián Kyral <email>[email protected]</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 +--> + diff --git a/kate/katesort/doc/cs/sort_plugin_cs.png b/kate/katesort/doc/cs/sort_plugin_cs.png Binary files differnew file mode 100644 index 0000000..be48003 --- /dev/null +++ b/kate/katesort/doc/cs/sort_plugin_cs.png diff --git a/kate/katesort/doc/en/Makefile.am b/kate/katesort/doc/en/Makefile.am new file mode 100644 index 0000000..5db9c92 --- /dev/null +++ b/kate/katesort/doc/en/Makefile.am @@ -0,0 +1,2 @@ +KDE_DOCS = katesort +KDE_LANG = en diff --git a/kate/katesort/doc/en/index.docbook b/kate/katesort/doc/en/index.docbook new file mode 100644 index 0000000..67caa7c --- /dev/null +++ b/kate/katesort/doc/en/index.docbook @@ -0,0 +1,179 @@ +<?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>[email protected]</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; is a KatePart plugin for all KatePart compatible editors. (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>Introduction</title> + +<para> +&katesort; allows you sort file or selection. Please report +any problems or feature requests to my email: <email>[email protected]</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; features</title> + +<itemizedlist> +<listitem><para>Sorts selected text or whole file.</para> +</listitem> +<listitem><para>Case sensitive sort.</para> +</listitem> +<listitem><para>Duplicities can be removed.</para> +</listitem> +<listitem><para>Can be sorted according to given column. If part of row is selected, it is automatically used.</para> +</listitem> +</itemizedlist> + + +</sect1> +</chapter> + +<chapter id="credits"> + +<title>Credits and License</title> + +<para> +&katesort; +</para> +<para> +Program copyright 2007 Marián Kyral <email>[email protected]</email> +</para> +<para> +Contributors: +</para> + +<para> +Documentation copyright 2007 Marián Kyral <email>[email protected]</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>Installation</title> + +<sect1 id="getting-sort"> +<title>How to obtain &katesort;</title> + +<para>Home page: <ulink url="http://marian.kyralovi.cz/linux/katesort">http://marian.kyralovi.cz/linux/katesort</ulink></para> + +</sect1> + +<sect1 id="compilation"> +<title>Compilation and Installation</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 +--> + diff --git a/kate/katesort/doc/en/sort_plugin_en.png b/kate/katesort/doc/en/sort_plugin_en.png Binary files differnew file mode 100644 index 0000000..10281d8 --- /dev/null +++ b/kate/katesort/doc/en/sort_plugin_en.png |