home *** CD-ROM | disk | FTP | other *** search
- MANIFEST -- this file
- README -- introduction to this distribution
-
- awksrc/abstain.awk -- program to count votes with >= one abstention
- awksrc/classify.awk -- program to reformat classedvotes
- awksrc/mail_filt.awk -- program to filter header trash from an email file
- awksrc/parse.awk -- program to pull author and votes from 1 email file
- awksrc/score.awk -- program to score votes from parsedvotes file
- awksrc/total.awk -- program to total all votes for ballot together
-
- bin/classifyvotes -- csh script to build classedvotes, use classify.awk
- and abstain.awk to build classifiedvotes
- bin/dothevotes -- csh script to run the other scripts
- bin/filtervotes -- csh script to run mailfilter in a loop
- bin/parsevotes -- csh script to run parse.awk in a loop
- bin/mailfilter -- csh script to run mail_filt.awk on one email file
- bin/scorevotes -- csh script to run score.awk
- bin/totalvotes -- csh script to run total.awk
- bin/writeletter -- csh script to create scoreletter from reports and
- canned text
- docs/FILE_PURPOSES -- text to further describe the vote counting files
- and ballot counting account setup
- docs/POLLING_PLACE -- "how to run a USENet vote (and use these scripts
- to help)"
- examples/classedvotes -- intermediate data file for next item
- examples/classifiedvotes -- counts of all ballots, all yes, all no, all
- abstain, mixed, and at least one abstain, with
- percents.
- examples/parsedvotes -- individual votes and email paths for voters
- (a small subset of the real 940 entry file)
- examples/scoreletter -- final balloting results report example
- examples/scoredvotes -- report output of scorevotes, score.awk, contains
- yes/no/abstain/invalid counts and percent yes
- votes for each ballot item
- examples/sl_header -- top text of scoreletter
- examples/sl_middle -- middle text of scoreletter
- examples/totaledvotes -- sums of the yes, no, abstain, and invalid votes
- for the whole ballot
-