Remove unused started.xml page
authorDavid Woodhouse <David.Woodhouse@intel.com>
Fri, 20 Apr 2012 11:21:22 +0000 (12:21 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Fri, 20 Apr 2012 11:21:22 +0000 (12:21 +0100)
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
www/Makefile.am
www/started.xml [deleted file]

index 2d3d370..e76aaec 100644 (file)
@@ -4,7 +4,7 @@ SUBDIRS = styles inc images
 CONV   = "$(srcdir)/html.py"
 
 FTR_PAGES = csd.html features.html gui.html nonroot.html
-START_PAGES = building.html connecting.html manual.html started.html vpnc-script.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
 
diff --git a/www/started.xml b/www/started.xml
deleted file mode 100644 (file)
index e239877..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<PAGE>
-       <VAR match="VAR_ORIGIN" replace="" />
-       <VAR match="VAR_CVSID" replace=""/>
-       <INCLUDE file="inc/header.tmpl" />
-
-       <VAR match="VAR_SEL_STARTED" replace="selected" />
-       <VAR match="VAR_SEL_STARTED_CONNECTING" replace="selected" />
-       <PARSE file="menu1.xml" />
-       <PARSE file="menu2-started.xml" />
-       
-       <INCLUDE file="inc/content.tmpl" />
-
-       <h1>Getting Started</h1>
-
-       <p>As root, run the following command:<br/>
-      <tt>openconnect --script /etc/vpnc/vpnc-script https://vpn.mycompany.com/</tt>
-    </p>
-
-That should be it, if you have a password-based login. If you use
-certificates, you'll need to tell OpenConnect where to find the
-certificate with the <tt>-c</tt> option. You might need to steal the
-certificate from your Windows certificate store using a tool like <a
-href="https://www.isecpartners.com/jailbreak.html">Jailbreak</a>.
-<p>
-You can ignore anything you see in the compatibility page about needing to patch OpenSSL
-so that DTLS works &#8212; you don't really need it, although it will
-make your connections much faster if you're experiencing packet loss
-between you and the VPN server. But you can worry about that later.
-</p>
-
-       <INCLUDE file="inc/footer.tmpl" />
-</PAGE>
-
-
-