[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[minion-cvs] Note release and manpages and bugzilla on website



Update of /home/minion/cvsroot/doc/website
In directory moria.mit.edu:/tmp/cvs-serv13273/doc/website

Modified Files:
	index.html minion.css 
Log Message:
Note release and manpages and bugzilla on website

Index: index.html
===================================================================
RCS file: /home/minion/cvsroot/doc/website/index.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- index.html	8 Mar 2004 06:21:54 -0000	1.28
+++ index.html	1 Apr 2004 17:08:45 -0000	1.29
@@ -54,6 +54,36 @@
   (Preliminary version)</li>
 </ul>
 
+<p>The <span class="heading">Manual Pages</span> describe how to use the
+Mixminion command-line interface to run and configure Mixminion.  They're
+included with the standard Unix distribution, and you can also view them
+here:</p>
+<table class="manpages">
+<tr><td>mixminion(1)</td><td>Command-line client</td>
+    <td><a href="./manpages/mixminion.1.txt">Text</a></td>
+    <td><a href="./manpages/mixminion.1.pdf">pdf</a></td>
+    <td><a href="./manpages/mixminion.1.ps.gz">Gzipped postscript</a></td>
+    <td><a href="./manpages/mixminion.1.html">Ugly HTML</a></td>
+    </tr>
+<tr><td>mixminiond(8)</td><td>Mixminion server</td>
+    <td><a href="./manpages/mixminiond.8.txt">Text</a></td>
+    <td><a href="./manpages/mixminiond.8.pdf">pdf</a></td>
+    <td><a href="./manpages/mixminiond.8.ps.gz">Gzipped postscript</a></td>
+    <td><a href="./manpages/mixminiond.8.html">Ugly HTML</a></td>
+    </tr>
+<tr><td>mixminionrc(5)</td><td>Client configuration</td>
+    <td><a href="./manpages/mixminionrc.5.txt">Text</a></td>
+    <td><a href="./manpages/mixminionrc.5.pdf">pdf</a></td>
+    <td><a href="./manpages/mixminionrc.5.ps.gz">Gzipped postscript</a></td>
+    <td><a href="./manpages/mixminionrc.5.html">Ugly HTML</a></td>
+    </tr>
+<tr><td>mixminiond.conf(5)</td><td>Server configuration</td>
+    <td><a href="./manpages/mixminiond.conf.5.txt">Text</a></td>
+    <td><a href="./manpages/mixminiond.conf.5.pdf">pdf</a></td>
+    <td><a href="./manpages/mixminiond.conf.5.ps.gz">Gzipped postscript</a></td>
+    <td><a href="./manpages/mixminiond.conf.5.html">Ugly HTML</a></td>
+    </tr>
+<table>
 
 <p>Read <a
 href="http://freehaven.net/anonbib/topic.html#Anonymous_20communication";>these
@@ -85,8 +115,6 @@
 </li>
 </ul>
 
-<p>(To specify
-
 <p>You can see current network
   <span class="heading">reliability/uptime stats</span>
   <a href="http://outel.org/mix/minion/";>here</a> and
@@ -94,8 +122,34 @@
 We've got quite a few nodes already!
 </p>
 
+<p>To <span class="heading">report bugs</span> or missing features, please
+use the bug tracker at
+<a href="http://bugs.noreply.org";>bugs.noreply.org</a>.
+</p>
+
 <h2>News</h2>
 
+<p class="date">April 1, 11:20 EST</p>
+
+<p class="news">
+  The second release candidate for Mixminion 0.0.7 is now available.  There
+  numerous bugfixes and improvements over the previous release candidate.
+  If no significant bugs are found, I'll release 0.0.7final very soon.
+  You can <a href="./dist/Mixminion-0.0.7rc2.tar.gz">download the code
+  </a>
+  or <a href="./dist/README-0.0.7rc2">read the release notes</a>.
+  <em><a href="./dist/Mixminion-0.0.7rc2.tar.gz.asc">{Signature}</a></em>
+
+<p class="news">
+  If you want to try it on win32, read the release notes, then download
+  the <a href="./dist/Mixminion-0.0.7rc2.win32-py2.3.exe">version for users
+  with Python 2.3 installed</a>
+  <em><a href="./dist/Mixminion-0.0.7rc2.win32-py2.3.exe.asc">{Signature}</a></em>,
+  or the
+  <a href="./dist/Mixminion-0.0.7rc2.win32.zip">standalone version</a>
+  <em><a href="./dist/Mixminion-0.0.7rc2.win32.zip.asc">{Signature}</a></em>.
+</p>
+
 <p class="date">March 8, 01:10 EST</p>
 
 <p class="news">

Index: minion.css
===================================================================
RCS file: /home/minion/cvsroot/doc/website/minion.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- minion.css	29 Aug 2003 05:58:24 -0000	1.3
+++ minion.css	1 Apr 2004 17:08:45 -0000	1.4
@@ -86,4 +86,14 @@
    font-style: italic;
    padding-left: 3px;
    border-left: 3px solid;
+}
+
+TABLE.manpages {
+   margin-left: 3em;
+   padding: 2px;
+   border: 1px solid;
+}
+
+TD {
+   padding: 2px;
 }
\ No newline at end of file