summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Hack <hack.robin@gmail.com>2015-02-16 10:11:36 +0100
committerRobin Hack <rhack@redhat.com>2015-02-16 10:14:59 +0100
commit2712bcfcf4c1d1089e18ccab6e3cb5309ac70eb4 (patch)
treee885801f47fc421c916290408d1410777bc5b39d
parentf8931d1b344ffba3636f579a65e1100b86c10f74 (diff)
downloadcwrap_website-2712bcfcf4c1d1089e18ccab6e3cb5309ac70eb4.tar.gz
cwrap_website-2712bcfcf4c1d1089e18ccab6e3cb5309ac70eb4.tar.xz
cwrap_website-2712bcfcf4c1d1089e18ccab6e3cb5309ac70eb4.zip
index: Add more buttons to first page.
index: Add <name of wrapper> to Learn about ... download: Add download page. index: Redirect download button to download page *_wrapper.html: Redirect download button to download page Signed-off-by: Robin Hack <hack.robin@gmail.com>
-rw-r--r--download.html101
-rw-r--r--index.html15
-rw-r--r--nss_wrapper.html2
-rw-r--r--resolv_wrapper.html2
-rw-r--r--socket_wrapper.html2
-rw-r--r--uid_wrapper.html2
6 files changed, 114 insertions, 10 deletions
diff --git a/download.html b/download.html
new file mode 100644
index 0000000..02f4928
--- /dev/null
+++ b/download.html
@@ -0,0 +1,101 @@
+<!DOCTYPE html>
+<html lang="en"><head>
+<meta http-equiv="content-type" content="text/html; charset=UTF-8">
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="description" content="">
+ <meta name="author" content="">
+ <link rel="shortcut icon" href="/favicon.png">
+
+ <title>cwrap - download page</title>
+
+ <!-- Bootstrap core CSS -->
+ <link href="assets/css/bootstrap.min.css" rel="stylesheet">
+
+ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
+ <!--[if lt IE 9]>
+ <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+ <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
+ <![endif]-->
+ <link href="assets/cwrap.css" type="text/css" rel="stylesheet"></head>
+
+ <body>
+ <div class="container subpage-header">
+ <div class="">
+ <a href="/">cwrap</a>
+ </div>
+ </div>
+
+ <div class="container subpage">
+ <h1>Download</h1>
+ <!-- Example row of columns -->
+ <div class="row">
+ <div class="col-md-12">
+
+ <a name="tarball"></a>
+ <h3>Tarballs</h3>
+ <p><a href="https://ftp.samba.org/pub/cwrap/">https://ftp.samba.org/pub/cwrap/</a></p>
+
+ <a name="git"></a>
+ <h3>Git source</h3>
+
+ <a name="uid_wrapper"></a>
+ <p><a href="https://git.samba.org/?p=uid_wrapper.git">uid_wrapper</a>
+ <pre>git clone git://git.samba.org/uid_wrapper.git</pre></p>
+
+
+ <a name="socket_wrapper"></a>
+ <p><a href="https://git.samba.org/?p=socket_wrapper.git">socket_wrapper</a>
+ <pre>git clone git://git.samba.org/socket_wrapper.git</pre></p>
+
+ <a name="nss_wrapper"></a>
+ <p><a href="https://git.samba.org/?p=nss_wrapper.git">nss_wrapper</a>
+ <pre>git clone git://git.samba.org/nss_wrapper.git</pre></p>
+
+ <a name="resolv_wrapper"></a>
+ <p><a href="https://git.samba.org/?p=resolv_wrapper.git">resolv_wrapper</a>
+ <pre>git clone git://git.samba.org/resolv_wrapper.git</pre></p>
+
+ <!-- Hacky way how to get more space -->
+ <p>&nbsp;</p>
+ <p>&nbsp;</p>
+ <p>&nbsp;</p>
+ <p>&nbsp;</p>
+ <p>&nbsp;</p>
+ <p>&nbsp;</p>
+ <p>&nbsp;</p>
+ <p>&nbsp;</p>
+ <p>&nbsp;</p>
+ <p>&nbsp;</p>
+ <p>&nbsp;</p>
+ <p>&nbsp;</p>
+ </div> <!-- /col -->
+ </div>
+
+ </div>
+ <div class="container footer-line">
+ <footer>
+ <div class="row footer">
+ <div class="col-md-6">
+ <h3>Contact</h3>
+ <p><a href="https://lists.samba.org/mailman/listinfo/samba-technical" target="_blank">samba-technical@lists.samba.org</a></p>
+ </div>
+
+ <div class="col-md-3 col-md-offset-3">
+ <h3>Credits</h3>
+ <p>Jakub Hrozek<br />
+ Andreas Schneider<br />
+ Robin Hack</p>
+ </div>
+ </div>
+ </footer>
+ </div> <!-- /container -->
+
+ <!-- Bootstrap core JavaScript
+ ================================================== -->
+ <!-- Placed at the end of the document so the pages load faster -->
+ <script src="assets/js/jquery-1.js"></script>
+ <script src="assets/js/bootstrap.min.js"></script>
+
+</body></html>
diff --git a/index.html b/index.html
index ef25326..07ea712 100644
--- a/index.html
+++ b/index.html
@@ -27,7 +27,9 @@
<h1>cwrap</h1>
<p class="info">Full network server/client testing made easy.</p>
- <p><a class="btn btn-primary btn-lg" role="button" href="https://ftp.samba.org/pub/cwrap/">Download <img src="img/download.png" alt="Download" /></a></p>
+ <p><a class="btn btn-primary btn-lg" role="button" href="./download.html">Download <img src="img/download.png" alt="Download" /></a></p>
+ <p><a class="btn btn-warning btn-lg" role="button" href="./download.html#git"><span class="glyphicon glyphicon-random"></span> Clone with git</a></p>
+ <p><a class="btn btn-danger btn-lg" role="button" href="https://bugzilla.samba.org/enter_bug.cgi?product=cwrap"><span class="glyphicon glyphicon-send"></span> Report a bug</a></p>
<p class="scroll-down">scroll for more information</p>
</div>
</div>
@@ -70,7 +72,7 @@
<p><em>socket_wrapper</em> makes possible to run several instances of a
a full client/server software stack on the same machine and to perform
functional testing of many complex network configurations locally, with
- without going out to the network. <br /><a href="socket_wrapper.html">Learn more ...</a></p>
+ without going out to the network. <br /><a href="socket_wrapper.html">Learn more about socket_wrapper...</a></p>
</div>
</div>
@@ -91,7 +93,7 @@
file server. To be able to test that you need the privilege to modify
the passwd and groups file. With nss_wrapper it is possible to define
your own passwd and groups file which will be used by software to act
- correctly while under test.<br /><a href="nss_wrapper.html">Learn more ...</a></p>
+ correctly while under test.<br /><a href="nss_wrapper.html">Learn more about nss_wrapper...</a></p>
</div>
</div>
@@ -108,7 +110,7 @@
them to believe in your twist of their reality and seamlessly
blend addresses they get through <em>socket_wrapper</em> with DNS
resolution of their host names.<br />
- <a href="nss_wrapper.html">Learn more ...</a></p>
+ <a href="nss_wrapper.html">Learn more about nss_wrapper...</a></p>
</div>
</div>
@@ -128,7 +130,7 @@
able to switch to the connecting user identity and do required file
operations. <em>uid_wrapper</em> convincingly lies to the applications,
letting them to believe they are operating as root and even switching
- betwen uids and gids as needed.<br /><a href="uid_wrapper.html">Learn more ...</a></p>
+ betwen uids and gids as needed.<br /><a href="uid_wrapper.html">Learn more about uid_wrapper...</a></p>
</div>
</div>
@@ -147,12 +149,13 @@
the address of the KDC via a SRV record. resolv_wrapper is able to
either redirect all DNS queries to your DNS server implementation, or
fake DNS replies!<br />
- <a href="resolv_wrapper.html">Learn more ...</a></p>
+ <a href="resolv_wrapper.html">Learn more about resolv_wrapper...</a></p>
</div>
</div>
</div> <!-- end row -->
+
<div class="row">
<div class="col-md-12">
<h2>News</h2>
diff --git a/nss_wrapper.html b/nss_wrapper.html
index a92ebea..339781b 100644
--- a/nss_wrapper.html
+++ b/nss_wrapper.html
@@ -37,7 +37,7 @@
<br />
<p align="center">
- <a class="btn btn-warning btn-lg" role="button" href="https://git.samba.org/?p=nss_wrapper.git"><span class="glyphicon glyphicon-random"></span> Clone with git</a> ·
+ <a class="btn btn-warning btn-lg" role="button" href="./download.html#nss_wrapper"><span class="glyphicon glyphicon-random"></span> Clone with git</a> ·
<a class="btn btn-danger btn-lg" role="button" href="https://bugzilla.samba.org/enter_bug.cgi?product=cwrap"><span class="glyphicon glyphicon-send"></span> Report a bug</a>
</p>
diff --git a/resolv_wrapper.html b/resolv_wrapper.html
index b8d74a8..0e2c89c 100644
--- a/resolv_wrapper.html
+++ b/resolv_wrapper.html
@@ -37,7 +37,7 @@
<br />
<p align="center">
- <a class="btn btn-warning btn-lg" role="button" href="https://git.samba.org/?p=resolv_wrapper.git"><span class="glyphicon glyphicon-random"></span> Clone with git</a> ·
+ <a class="btn btn-warning btn-lg" role="button" href="./download.html#resolv_wrapper"><span class="glyphicon glyphicon-random"></span> Clone with git</a> ·
<a class="btn btn-danger btn-lg" role="button" href="https://bugzilla.samba.org/enter_bug.cgi?product=cwrap"><span class="glyphicon glyphicon-send"></span> Report a bug</a>
</p>
diff --git a/socket_wrapper.html b/socket_wrapper.html
index c5cacb2..e9dced6 100644
--- a/socket_wrapper.html
+++ b/socket_wrapper.html
@@ -38,7 +38,7 @@
<br />
<p align="center">
- <a class="btn btn-warning btn-lg" role="button" href="https://git.samba.org/?p=socket_wrapper.git"><span class="glyphicon glyphicon-random"></span> Clone with git</a> ·
+ <a class="btn btn-warning btn-lg" role="button" href="./download.html#socket_wrapper"><span class="glyphicon glyphicon-random"></span> Clone with git</a> ·
<a class="btn btn-danger btn-lg" role="button" href="https://bugzilla.samba.org/enter_bug.cgi?product=cwrap"><span class="glyphicon glyphicon-send"></span> Report a bug</a>
<br />
diff --git a/uid_wrapper.html b/uid_wrapper.html
index e806133..8f992ba 100644
--- a/uid_wrapper.html
+++ b/uid_wrapper.html
@@ -37,7 +37,7 @@
<br />
<p align="center">
- <a class="btn btn-warning btn-lg" role="button" href="https://git.samba.org/?p=uid_wrapper.git"><span class="glyphicon glyphicon-random"></span> Clone with git</a> ·
+ <a class="btn btn-warning btn-lg" role="button" href="./download.html#uid_wrapper"><span class="glyphicon glyphicon-random"></span> Clone with git</a> ·
<a class="btn btn-danger btn-lg" role="button" href="https://bugzilla.samba.org/enter_bug.cgi?product=cwrap"><span class="glyphicon glyphicon-send"></span> Report a bug</a>
</p>