]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
Link directly to Nikos' server web site
authorDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 20 Feb 2013 19:33:00 +0000 (19:33 +0000)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 20 Feb 2013 19:33:00 +0000 (19:33 +0000)
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
www/Makefile.am
www/menu1.xml
www/server.xml [deleted file]

index 10fdf768eedd314800f826d13a9c3d5e8f0c29f6..f912e67dc4358cd6253cdfc364165e3fc3d341a0 100644 (file)
@@ -6,7 +6,7 @@ CONV    = "$(srcdir)/html.py"
 FTR_PAGES = csd.html features.html gui.html nonroot.html
 START_PAGES = building.html connecting.html manual.html vpnc-script.html 
 INDEX_PAGES = changelog.html download.html index.html packages.html platforms.html
-TOPLEVEL_PAGES = contribute.html mail.html technical.html server.html
+TOPLEVEL_PAGES = contribute.html mail.html technical.html
 
 ALL_PAGES = $(FTR_PAGES) $(START_PAGES) $(INDEX_PAGES) $(TOPLEVEL_PAGES)
 
index 1c081f2e7250b3dbd67ea032318dcc6a53fa01b8..9ff8bbc91a29a38e69da9f0e7eee3670d173306b 100644 (file)
@@ -6,7 +6,7 @@
        <MENU topic="Mailing List / Help" link="VAR_ORIGINmail.html" mode="VAR_SEL_MAIL" />
        <MENU topic="Contribute" link="VAR_ORIGINcontribute.html" mode="VAR_SEL_CONTRIBUTE" />
        <MENU topic="Technical stuff" link="VAR_ORIGINtechnical.html" mode="VAR_SEL_TECHNICAL" />
-       <MENU topic="VPN Server" link="VAR_ORIGINserver.html" mode="VAR_SEL_SERVER" />
+       <MENU topic="VPN Server" link="http://www.infradead.org/ocserv/" mode="VAR_SEL_SERVER" />
        <MENU topic="OpenConnect VPN client" link="" mode="text" />
        <ENDMENU />
 </PAGE>
diff --git a/www/server.xml b/www/server.xml
deleted file mode 100644 (file)
index 43e9a99..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<PAGE>
-       <VAR match="VAR_ORIGIN" replace="" />
-       <VAR match="VAR_CVSID" replace=""/>
-       <INCLUDE file="inc/header.tmpl" />
-
-       <VAR match="VAR_SEL_SERVER" replace="selected" />
-       <PARSE file="menu1.xml" />
-
-       <INCLUDE file="inc/content.tmpl" />
-
-<h2>OpenConnect VPN Server</h2>
-
-<p>
-OpenConnect VPN server (ocserv), is a server implementing the AnyConnect
-protocol and is compatible with the OpenConnect VPN client.
-</p>
-
-<h2>Features</h2>
-
-<ul>
-  <li>Supports both TCP and UDP VPN tunnels using TLS and Datagram TLS.</li>
-  <li>Support for the server key being stored in TPM, a hardware security module (HSM), or
-  even smart card.</li>
-  <li>Authentication using PAM (username-password), certificates or both.</li>
-  <li>Privilege separation between the main process and the VPN
-  workers.</li>
-  <li>Registers VPN leases to UTMP and WTMP files.</li>
-  <li>Persistent storage of cookies, to allow a seamless server
-  restart.</li>
-</ul>
-
-<h2>Latest sources</h2>
-
-<p>The latest source code is available from the git repository at:</p>
-<ul><li><tt>git://git.infradead.org/ocserv.git</tt><br/>or browseable in gitweb at:</li>
-<li><a href="http://git.infradead.org/ocserv.git">
-http://git.infradead.org/ocserv.git</a></li></ul>
-
-       <INCLUDE file="inc/footer.tmpl" />
-</PAGE>