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 | 26735 -> 0 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 | 24614 -> 0 bytes |
7 files changed, 0 insertions, 367 deletions
diff --git a/kate/katesort/doc/Makefile.am b/kate/katesort/doc/Makefile.am deleted file mode 100644 index f365dbd..0000000 --- a/kate/katesort/doc/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -# 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 deleted file mode 100644 index cc04f5e..0000000 --- a/kate/katesort/doc/cs/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -KDE_DOCS = katesort -KDE_LANG = cs diff --git a/kate/katesort/doc/cs/index.docbook b/kate/katesort/doc/cs/index.docbook deleted file mode 100644 index 670b351..0000000 --- a/kate/katesort/doc/cs/index.docbook +++ /dev/null @@ -1,178 +0,0 @@ -<?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"><!-- tdebase, tdeadmin, 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 ---> - diff --git a/kate/katesort/doc/cs/sort_plugin_cs.png b/kate/katesort/doc/cs/sort_plugin_cs.png Binary files differdeleted file mode 100644 index be48003..0000000 --- a/kate/katesort/doc/cs/sort_plugin_cs.png +++ /dev/null diff --git a/kate/katesort/doc/en/Makefile.am b/kate/katesort/doc/en/Makefile.am deleted file mode 100644 index 5db9c92..0000000 --- a/kate/katesort/doc/en/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -KDE_DOCS = katesort -KDE_LANG = en diff --git a/kate/katesort/doc/en/index.docbook b/kate/katesort/doc/en/index.docbook deleted file mode 100644 index 4fe8be1..0000000 --- a/kate/katesort/doc/en/index.docbook +++ /dev/null @@ -1,179 +0,0 @@ -<?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"><!-- tdebase, tdeadmin, 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; 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>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; 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>mkyral@email.cz</email> -</para> -<para> -Contributors: -</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>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 differdeleted file mode 100644 index 10281d8..0000000 --- a/kate/katesort/doc/en/sort_plugin_en.png +++ /dev/null |