home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2369 / MANIFEST next >
Encoding:
Text File  |  1990-12-28  |  2.3 KB  |  39 lines

  1. MANIFEST                 -- this file
  2. README                   -- introduction to this distribution
  3.  
  4. awksrc/abstain.awk       -- program to count votes with >= one abstention
  5. awksrc/classify.awk      -- program to reformat classedvotes
  6. awksrc/mail_filt.awk     -- program to filter header trash from an email file
  7. awksrc/parse.awk         -- program to pull author and votes from 1 email file
  8. awksrc/score.awk         -- program to score votes from parsedvotes file
  9. awksrc/total.awk         -- program to total all votes for ballot together
  10.  
  11. bin/classifyvotes        -- csh script to build classedvotes, use classify.awk
  12.                             and abstain.awk to build classifiedvotes
  13. bin/dothevotes           -- csh script to run the other scripts
  14. bin/filtervotes          -- csh script to run mailfilter in a loop
  15. bin/parsevotes           -- csh script to run parse.awk in a loop
  16. bin/mailfilter           -- csh script to run mail_filt.awk on one email file
  17. bin/scorevotes           -- csh script to run score.awk
  18. bin/totalvotes           -- csh script to run total.awk
  19. bin/writeletter          -- csh script to create scoreletter from reports and
  20.                             canned text
  21. docs/FILE_PURPOSES       -- text to further describe the vote counting files
  22.                             and ballot counting account setup
  23. docs/POLLING_PLACE       -- "how to run a USENet vote (and use these scripts
  24.                             to help)"
  25. examples/classedvotes    -- intermediate data file for next item
  26. examples/classifiedvotes -- counts of all ballots, all yes, all no, all
  27.                             abstain, mixed, and at least one abstain, with
  28.                             percents.
  29. examples/parsedvotes     -- individual votes and email paths for voters
  30.                             (a small subset of the real 940 entry file)
  31. examples/scoreletter     -- final balloting results report example
  32. examples/scoredvotes     -- report output of scorevotes, score.awk, contains
  33.                             yes/no/abstain/invalid counts and percent yes
  34.                             votes for each ballot item
  35. examples/sl_header       -- top text of scoreletter
  36. examples/sl_middle       -- middle text of scoreletter
  37. examples/totaledvotes    -- sums of the yes, no, abstain, and invalid votes
  38.                             for the whole ballot
  39.