diff options
author | Slávek Banko <[email protected]> | 2021-08-01 10:50:42 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-08-01 10:50:42 +0200 |
commit | 4fb1946f4b5dae37428f7f052851605727454e3d (patch) | |
tree | 205068968cf1b0a342c2f826aa7e95cc133b75e0 /doc/en | |
parent | 3723e031627c43822f27a3958ef03e5a1608688f (diff) | |
download | kchmviewer-4fb1946f4b5dae37428f7f052851605727454e3d.tar.gz kchmviewer-4fb1946f4b5dae37428f7f052851605727454e3d.zip |
Use common rules for build and install documentation and translations.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/tdeioslave/msits/index.docbook | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/doc/en/tdeioslave/msits/index.docbook b/doc/en/tdeioslave/msits/index.docbook new file mode 100644 index 0000000..22fcf92 --- /dev/null +++ b/doc/en/tdeioslave/msits/index.docbook @@ -0,0 +1,42 @@ +<?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" > <!-- change language only here --> +]> + +<article lang="&language;" id="virt"> +<title>msits</title> + +<articleinfo> + +<authorgroup> +<author>&tde-authors;</author> +<!-- 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> +This handbook describes the msits protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>msits</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para>The msits protocol, or Microsoft InfoTech Storage protocol, supports viewing +Compiled Help Module (CHM) files, also known as Microsoft HTML Help files.</para> + +</article> |