diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-01 11:54:12 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-01 11:54:12 -0600 |
commit | 3443f9be2d4883250374b2ae28b63dd33487a1ec (patch) | |
tree | 141f8bfaae9514599ee78d6da7a5eb04eed35e15 | |
parent | 213f6df7615ccfb937f00166b683569f988ff1ab (diff) | |
download | ksquirrel-3443f9be2d4883250374b2ae28b63dd33487a1ec.tar.gz ksquirrel-3443f9be2d4883250374b2ae28b63dd33487a1ec.zip |
Add English template for help handbook.
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/en/Makefile.am | 2 | ||||
-rw-r--r-- | doc/en/index.docbook | 61 | ||||
-rw-r--r-- | ksquirrel/ksquirrel.desktop | 6 |
4 files changed, 65 insertions, 6 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index fccb172..c87ac43 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -2,6 +2,6 @@ ####### tdevelop will overwrite this part!!! (end)############ -SUBDIRS = ru +SUBDIRS = en ru man_MANS = ksquirrel.1 diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am new file mode 100644 index 0000000..c319dcc --- /dev/null +++ b/doc/en/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = ksquirrel diff --git a/doc/en/index.docbook b/doc/en/index.docbook new file mode 100644 index 0000000..80449c5 --- /dev/null +++ b/doc/en/index.docbook @@ -0,0 +1,61 @@ +<?xml version="1.0" ?> +<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ + <!ENTITY % addindex "IGNORE"> + <!ENTITY % English "INCLUDE"> +]> + +<!-- Note: When updating this empty handbook, remember that usually most handbooks --> +<!-- use the book model rather than article. Feel free to use article if the new handbook --> +<!-- remains really short. --> + +<article lang="&language;"> +<title>KSquirrel Manual</title> + +<articleinfo> + +<authorgroup> +<corpauthor>&tde-team;</corpauthor> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> + +<releaseinfo>&tde-release-version;</releaseinfo> +<date>Reviewed: &tde-release-date;</date> + +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<abstract> +<para> +KSquirrel is an image viewer for &tde; implementing OpenGL and supports Kipi Plugins. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>graphics</keyword> +<keyword>image viewer</keyword> +</keywordset> + +</articleinfo> + +<sect1 id="apologies"> +<title>We Apologize</title> +<para>No documentation has yet been written for this module.</para> + +<para>If you need help, please check <ulink url="http://www.trinitydesktop.org">The &tde; +web site</ulink>, submit questions to the <ulink url="http://www.trinitydesktop.org/mailinglist.php"> +&tde; mail lists</ulink>, or file a bug report at the <ulink url="http://bugs.trinitydesktop.org/"> +&tde; bug tracker</ulink>.</para> + +<para>If you are interested in helping, please consider writing the help file. +Submitting a basic text file is acceptable as the &tde-team; will convert the text.</para> + +<para>Thank you for helping and thank you for your patience.</para> + +&underFDL; + +</sect1> + +</article> diff --git a/ksquirrel/ksquirrel.desktop b/ksquirrel/ksquirrel.desktop index b9d9149..f820d22 100644 --- a/ksquirrel/ksquirrel.desktop +++ b/ksquirrel/ksquirrel.desktop @@ -2,11 +2,7 @@ Type=Application Exec=ksquirrel %i %u Icon=ksquirrel -# Restore the following key and remove this comment when a help handbook -# is written. Disabling this key prevents populating the main handbook -# table of contents and a resulting error message of -# 'There is no documentation available for /xyz/index.html.' -# DocPath=ksquirrel/index.html +DocPath=ksquirrel/index.html Terminal=false Name=KSquirrel MimeType=image/x-vnd.adobe.photoshop;image/x-hdr;image/x-exr;image/x-eps;image/x-psp;image/x-dds;image/x-mdl;image/ljpeg;image/x-dicom;image/x-xfig;image/svg+xml;image/gif;image/x-xpm;image/x-xbm;image/jpeg;image/x-bmp;image/png;image/tiff;image/x-portable-bitmap;image/x-portable-pixmap;image/x-portable-anymap;image/x-portable-greymap;image/jp2;image/x-jng;image/x-wmf;video/x-mng;video/x-flic;image/x-targa;image/x-pcx;image/x-photo-cd;image/x-rgb;image/x-xcursor;image/x-ico;image/psd;image/x-djvu;image/x-xcf-gimp;image/x-avs;image/x-cut;image/x-dxf;image/x-iff;image/x-jbig;image/x-koala;image/x-leaf;image/x-lif;image/x-mac;image/x-msp;image/x-mtv;image/x-neo;image/x-pi1;image/x-pi3;image/x-pict;image/x-pix;image/x-pxr;image/x-ras;image/x-raw;image/x-rawrgb;image/x-sct;image/x-sun;image/x-utah;image/x-wal;image/x-wbmp;image/x-xim;image/x-xwd;application/x-font-ttf;application/x-font-ttc;application/x-font-otf;application/x-font-type1 |