Subversion Repositories Remote Hare Voting

Rev

Rev 24 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24 Rev 75
Line 1... Line 1...
1
Implementation of the Hare Voting Procedure
1
Implementation of the Hare Voting Procedure
2
 
2
 
3
- Not intended for distribution (local dependencies).
3
See Makefile for release procedure.
4
 
4
 
-
 
5
Testing procedure, does module and system testing...
5
 
6
 
-
 
7
% ./mtest.py
6
Release procedure (as jtk@arthur.cs.purdue.edu)
8
% ./stest.py
7
 
9
 
8
% cd ~/cgi/votex		(top level of development repository)
10
Note that this directory comes from the hare repository on bikmort.com, 
9
% svn copy trunk tags/r1 	(assuming trunk to be released as r1)
-
 
10
 
-
 
11
% cd ~/cgi/vote			(top level of cgi-bin web directory)
-
 
12
% svn checkout tags/r1		(using r1 for release tag)
11
accessible via http://bikmort.com/hare.
13
 
-
 
14
jtk, 9/07
-