]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
Add server page to web pages
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 13 Feb 2013 21:04:19 +0000 (22:04 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 13 Feb 2013 22:19:28 +0000 (22:19 +0000)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
www/Makefile.am
www/menu1.xml
www/server.xml [new file with mode: 0644]

index f912e67dc4358cd6253cdfc364165e3fc3d341a0..10fdf768eedd314800f826d13a9c3d5e8f0c29f6 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
+TOPLEVEL_PAGES = contribute.html mail.html technical.html server.html
 
 ALL_PAGES = $(FTR_PAGES) $(START_PAGES) $(INDEX_PAGES) $(TOPLEVEL_PAGES)
 
index 189a9efe2eb8357304604e13fec0998fbc666a1a..1c081f2e7250b3dbd67ea032318dcc6a53fa01b8 100644 (file)
@@ -6,6 +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="OpenConnect VPN client" link="" mode="text" />
        <ENDMENU />
 </PAGE>
diff --git a/www/server.xml b/www/server.xml
new file mode 100644 (file)
index 0000000..43e9a99
--- /dev/null
@@ -0,0 +1,40 @@
+<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>