diff options
author | Ray-V <ray-v@inbox.lv> | 2021-06-17 20:29:29 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-06-18 02:39:22 +0200 |
commit | 736bdb7edd41bf8caac7dea748f1e801192f7583 (patch) | |
tree | 0c23afdab82884aa70ce07fba8011296f0cfa1cf /doc/en | |
parent | ca8acd088527f17a02dc747d04e203cd1342db4d (diff) | |
download | kvpnc-736bdb7edd41bf8caac7dea748f1e801192f7583.tar.gz kvpnc-736bdb7edd41bf8caac7dea748f1e801192f7583.zip |
Removed CMakeLists.txt from doc and translations trees
Deleted and added macro calls to toplevel CMakeLists.txt
Moved doc/tdeioslave/en/pcf to doc/en/tdeioslave/pcf
Signed-off-by: Ray-V <ray-v@inbox.lv>
(cherry picked from commit df31e02c1f27eada610c8027ea7c9c7fcd9c3111)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/CMakeLists.txt | 1 | ||||
-rw-r--r-- | doc/en/tdeioslave/pcf/index.docbook | 45 |
2 files changed, 45 insertions, 1 deletions
diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt deleted file mode 100644 index ffa59a8..0000000 --- a/doc/en/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -tde_create_handbook( DESTINATION ${PROJECT_NAME} LANG en ) diff --git a/doc/en/tdeioslave/pcf/index.docbook b/doc/en/tdeioslave/pcf/index.docbook new file mode 100644 index 0000000..037df31 --- /dev/null +++ b/doc/en/tdeioslave/pcf/index.docbook @@ -0,0 +1,45 @@ +<?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="pcf"> +<title>pcf</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 pcf protocol. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>pcf</keyword> +<keyword>protocol</keyword> +</keywordset> + +</articleinfo> + +<para>The pcf protocol provides support for reading profile configuration files (pcf), +which store information about client connections in virtual private networks (VPN). The +ovpn protocol provides support for OpenVPN, a free/libre implemetation of virtual private +networks (VPN).VPNs are used to connect private networks using public network +infrastructures and encryption.</para> + +</article> |