summaryrefslogtreecommitdiffstats
path: root/doc/en
diff options
context:
space:
mode:
authorRay-V <ray-v@inbox.lv>2021-06-17 20:29:29 +0100
committerRay-V <ray-v@inbox.lv>2021-06-17 20:29:29 +0100
commitdf31e02c1f27eada610c8027ea7c9c7fcd9c3111 (patch)
treeecc75d256eff73bb8e0ad339bfd20a16caba26ba /doc/en
parentad1bad45c2a483e1611edfa6b7ac5a81d91a4f45 (diff)
downloadkvpnc-df31e02c1f27eada610c8027ea7c9c7fcd9c3111.tar.gz
kvpnc-df31e02c1f27eada610c8027ea7c9c7fcd9c3111.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>
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/CMakeLists.txt1
-rw-r--r--doc/en/tdeioslave/pcf/index.docbook45
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>