diff options
Diffstat (limited to 'doc/kate-plugins/sort.docbook')
-rw-r--r-- | doc/kate-plugins/sort.docbook | 103 |
1 files changed, 103 insertions, 0 deletions
diff --git a/doc/kate-plugins/sort.docbook b/doc/kate-plugins/sort.docbook new file mode 100644 index 0000000..2e78281 --- /dev/null +++ b/doc/kate-plugins/sort.docbook @@ -0,0 +1,103 @@ +<chapter id="sort"> + +<chapterinfo> +<title>Sort</title> + +<authorgroup> + +<author> +<firstname>Marián</firstname> +<othername></othername> +<surname>Kyral</surname> +</author> +<author>&tde-authors;</author> + +</authorgroup> + +<copyright> +<year>2007</year> +<holder>Marián Kyral</holder> +</copyright> +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<date>&tde-release-date;</date> +<releaseinfo>&tde-release-version;</releaseinfo> + +<abstract> +<para> +This plugin allows sorting a text file or selection of text and supports KatePart +compatible editors (Kate, KWrite). +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>KatePart</keyword> +<keyword>Kate</keyword> +<keyword>KWrite</keyword> +<keyword>Sort</keyword> +<keyword>Plugin</keyword> +</keywordset> + +</chapterinfo> + +<title>Kate Sort</title> + +<sect1 id="using-sort"> +<title>Sort Features</title> + +<para> +Sort allows sorting a text file or selection of text. +</para> + +<para> + +<screenshot> +<screeninfo>Sort screenshot.</screeninfo> + <mediaobject> + <imageobject> + <imagedata fileref="sort_plugin_en.png" format="PNG"/> + </imageobject> + <textobject> + <phrase>Screenshot</phrase> + </textobject> + </mediaobject> +</screenshot> +</para> + +<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 a row is selected, +it is automatically used.</para> +</listitem> +</itemizedlist> + +</sect1> + +<sect1 id="katesort-thanks-and-acknowledgements"> +<title>Thanks and Acknowledgments</title> + +<para> +&kate; Plugin <quote>Sort</quote> copyright 2007 Marián Kyral. +</para> +<para>Home page: <ulink url="http://marian.kyralovi.cz/linux/katesort"> +http://marian.kyralovi.cz/linux/katesort</ulink></para> + +<para> +Documentation copyright 2007 Marián Kyral. +</para> + +<!-- &underFDL; --> +<!-- &underGPL; --> + +</sect1> + +</chapter> |