diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-03-03 20:22:59 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-03-03 20:22:59 -0600 |
commit | 75bda800e1ed56438a4e61beb3c8332cc4bff8f5 (patch) | |
tree | 998bccfd7301630fff0f9b60df220e91a62c2607 /doc | |
parent | 03824234652458d292048126274cca2fad564ea1 (diff) | |
download | kchmviewer-75bda800e1ed56438a4e61beb3c8332cc4bff8f5.tar.gz kchmviewer-75bda800e1ed56438a4e61beb3c8332cc4bff8f5.zip |
Add msits protocol handbook.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/tdeioslave/Makefile.am | 1 | ||||
-rw-r--r-- | doc/tdeioslave/en/Makefile.am | 1 | ||||
-rw-r--r-- | doc/tdeioslave/en/msits/Makefile.am | 2 | ||||
-rw-r--r-- | doc/tdeioslave/en/msits/index.docbook | 42 |
5 files changed, 47 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 81fee21..ed8dc31 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1 +1 @@ -SUBDIRS = en +SUBDIRS = en tdeioslave diff --git a/doc/tdeioslave/Makefile.am b/doc/tdeioslave/Makefile.am new file mode 100644 index 0000000..81fee21 --- /dev/null +++ b/doc/tdeioslave/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = en diff --git a/doc/tdeioslave/en/Makefile.am b/doc/tdeioslave/en/Makefile.am new file mode 100644 index 0000000..d520be4 --- /dev/null +++ b/doc/tdeioslave/en/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = msits diff --git a/doc/tdeioslave/en/msits/Makefile.am b/doc/tdeioslave/en/msits/Makefile.am new file mode 100644 index 0000000..dc2ad98 --- /dev/null +++ b/doc/tdeioslave/en/msits/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/msits diff --git a/doc/tdeioslave/en/msits/index.docbook b/doc/tdeioslave/en/msits/index.docbook new file mode 100644 index 0000000..22fcf92 --- /dev/null +++ b/doc/tdeioslave/en/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> |