diff options
Diffstat (limited to 'doc/tdeioslave')
-rw-r--r-- | doc/tdeioslave/CMakeLists.txt | 14 | ||||
-rw-r--r-- | doc/tdeioslave/en/CMakeLists.txt | 1 | ||||
-rw-r--r-- | doc/tdeioslave/en/pcf/CMakeLists.txt | 1 | ||||
-rw-r--r-- | doc/tdeioslave/en/pcf/index.docbook | 45 |
4 files changed, 0 insertions, 61 deletions
diff --git a/doc/tdeioslave/CMakeLists.txt b/doc/tdeioslave/CMakeLists.txt deleted file mode 100644 index 70d6348..0000000 --- a/doc/tdeioslave/CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ -file( GLOB _dirs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} * ) -string( REGEX REPLACE "[ \r\n\t]+" ";" _linguas "$ENV{LINGUAS}" ) - -foreach( _dir ${_dirs} ) - if( IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/${_dir} AND - EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${_dir}/CMakeLists.txt ) - if( "${_dir}" STREQUAL "en" OR - "${_dir}" STREQUAL "man" OR - "${_linguas}" MATCHES "^;*$" OR - ";${_linguas};" MATCHES ";${_dir};" ) - add_subdirectory( ${_dir} ) - endif( ) - endif() -endforeach() diff --git a/doc/tdeioslave/en/CMakeLists.txt b/doc/tdeioslave/en/CMakeLists.txt deleted file mode 100644 index a87ea53..0000000 --- a/doc/tdeioslave/en/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -add_subdirectory( pcf ) diff --git a/doc/tdeioslave/en/pcf/CMakeLists.txt b/doc/tdeioslave/en/pcf/CMakeLists.txt deleted file mode 100644 index d9da7d1..0000000 --- a/doc/tdeioslave/en/pcf/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -tde_create_handbook( DESTINATION tdeioslave/pcf ) diff --git a/doc/tdeioslave/en/pcf/index.docbook b/doc/tdeioslave/en/pcf/index.docbook deleted file mode 100644 index 037df31..0000000 --- a/doc/tdeioslave/en/pcf/index.docbook +++ /dev/null @@ -1,45 +0,0 @@ -<?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> |