[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[minion-cvs] minor consistency patches



Update of /home/minion/cvsroot/src/minion
In directory moria.mit.edu:/home/arma/work/minion/src/minion

Modified Files:
	README 
Log Message:
minor consistency patches


Index: README
===================================================================
RCS file: /home/minion/cvsroot/src/minion/README,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- README	8 Jan 2003 04:16:11 -0000	1.25
+++ README	8 Jan 2003 06:20:47 -0000	1.26
@@ -17,12 +17,12 @@
 Mixminion is the standard implementation of the Type III anonymous Mix
 protocol, which lets you send very anonymous email.  This best-of-breed
 remailer uses conservative design approaches to provide security against most
-known attacks. We chose a simple, extensible design so that we can provide a
+known attacks.  We chose a simple, extensible design so that we can provide a
 robust core system and then experiment with new research features such as
 dummy policies, directory servers, and reputation systems.
 
 You can find the latest information at http://mixminion.net/, or on the
-mailing list (archived at http://archives.seul.org/mixminion/dev/). Please
+mailing list, archived at http://archives.seul.org/mixminion/dev/.  Please
 consider subscribing, especially if you're going to run a node.
 
 This is a testing alpha release.  You will probably only want to use it if
@@ -55,7 +55,7 @@
    - You can now enable Cottrell (DynamicPool) and Binomial Dynamic Pool
      batching, though they are disabled by default to make the system more
      testable.
-   - Servers resist certain trivial DOS attacks more strongly.  In
+   - Servers resist certain trivial DoS attacks more strongly.  In
      particular, you should no longer be able to send zlib bombs or flood a
      server with open connections.
    - Clean build process under FreeBSD.