diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-02-22 12:31:47 +0100 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-02-22 12:44:01 +0100 |
commit | 9b99335373bb5e06cfb2cdbbff4f6d45b3d0edda (patch) | |
tree | 5414f4b1866fb6ac99d742f217b19f470e1ae477 /README | |
parent | a79160540c050b5eaca4ecdcee65ec2e164eae6f (diff) | |
download | kvpnc-9b99335373bb5e06cfb2cdbbff4f6d45b3d0edda.tar.gz kvpnc-9b99335373bb5e06cfb2cdbbff4f6d45b3d0edda.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>
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 |