diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-02-22 12:31:47 +0100 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-02-23 15:34:03 +0900 |
commit | 77cd84aae90b8d04f56dfb5b738a58900cd4c0cc (patch) | |
tree | 6d5d20934590afbda5e278bdbe27d73a7ca2006d /README | |
parent | a5b1b4e3e2c717ae1d392fdf37d7ac0d1f77c51d (diff) | |
download | kvpnc-77cd84aae90b8d04f56dfb5b738a58900cd4c0cc.tar.gz kvpnc-77cd84aae90b8d04f56dfb5b738a58900cd4c0cc.zip |
Drop automake build support.
Add basic build instructions.
Rework of the README, INSTALL and help page.
Remove empty folder templates and the NEWS file.
Delete the INSTALL.debian and INSTALL.gentoo files.
Create the doc/misc folder to hold lot of config
and/or readme files.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 9b99335373bb5e06cfb2cdbbff4f6d45b3d0edda)
Diffstat (limited to 'README')
-rw-r--r-- | README | 61 |
1 files changed, 26 insertions, 35 deletions
@@ -1,10 +1,22 @@ -KVpnc - KDE frontend for various vpn clients -Features: ---------- + KVpnc - a TDE frontend for various vpn clients + + +It supports: +============ + * Cisco-compatible VPN client (vpnc) + * IPSec (freeswan, openswan, racoon) + * Point-to-Point Tunneling Protocol (PPTP) client (pptp-linux) + * Virtual Private Network daemon (openvpn) + + +Features include: +================= - easy to use KDE gui - docking in kicker - - localized GUI (Bulgarian, Chinese, Dutch, French, German, Hungarian, Italian, Slovak, Polish, Portuguese Brazilian, Russian, Spanish) + - localized GUI (Bulgarian, Chinese, Dutch, French, German, Hungarian, + Italian, Slovak, Polish, Portuguese Brazilian, Russian, + Spanish) - VPN connection to Cisco concentrator - VPN connection to VPN servers by using IPsec - FreeS/WAN (Linux 2.4.x) support @@ -25,34 +37,13 @@ Features: - NAT-T support (racoon/OpenVPN/vpnc) -Requirements: -------------- -- KDE >= 3.2.x (required) -- vpnc >= 0.2-rm+zomb-pre9 Cisco VPN (optional) -- IPsec (Openswan, strongSwan) >= 2.x IPSec VPN Linux 2.4/2.6 (optional) -- racoon (ipsec-tools) > = 1.x IPSec VPN Linux 2.6 (optional) -- pptpclient PPTP VPN (optional) -- OpenVPN VPN based on SSL (optional) -- l2tpd, xl2tpd, openl2tp (optional) -- vtun (optional) -- OpenSSH >= 4.3 (optional) -- libgcrypt version >= 1.1.90 -- opensc -- ksshaskpass (optional) - -Installation: -------------- -tar xvfz kvpnc-<version>.tar.gz -cd kvpnc-<version> -make -f admin/Makefile.common -./configure -make -su -make install - -Documentation: --------------- - -Please look in doc folder. Most interesting are the README* files. - -(c) 12/17/2008 Christoph Thielecke <crissi99@gmx.de> + CONTRIBUTING +============== + +If you wish to contribute to kvpnc, you might do so: + +- TDE Gitea Workspace (TGW) collaboration tool. + https://mirror.git.trinitydesktop.org/gitea + +- TDE Weblate Translation Workspace (TWTW) collaboration tool. + https://mirror.git.trinitydesktop.org/weblate |