Go to file
Matt Turnbull 0986e36648 work in progress!
- command line options
  Try the following
  ./Everleaf --help
  cat everleaf.txt | ./Everleaf -i - -o -
  Try using -i -, and pasting in a hand. Be aware it needs an EOF
<ctrl>-d (unless you specify --follow, which isn't done yet)
- HHC is a thread
- hand gametypes per hand
- lots of stupid little things just to cause trouble
- added logging

Not yet done:
- tail -f mode
- integration into fpdb_import. Two options for grand plan here:
  1)  recently modified files get a HHC filter attached
      when the HHC runs out of pipe it waits
      runUpdated finds modified files and notifies the thread
  2)  the thread follows independently, when it runs out of input it
sleeps and then tries again at intervals
I like both, 1) involves bigger changes to fpdb_import whilst with 2) we
just point the existing fpdb_import code at the filter output (the way
we currently do filtering has to be altered though)

Comments welcome of course.
2009-02-26 00:59:36 +00:00
docs Updated some doc files, this dir needs some real work. 2009-01-30 17:43:58 -05:00
ignore-me_perl6 windows git is buggy 2008-11-10 03:22:21 -05:00
packaging Added new gentoo ebuild file for 0.10 release. 2009-01-30 17:02:32 -05:00
pyfpdb work in progress! 2009-02-26 00:59:36 +00:00
regression-test windows git is buggy 2008-11-10 03:22:21 -05:00
utils Simplified and works. 2009-01-30 22:57:34 -05:00
website Updated Grapher screenshot 2008-11-07 18:35:30 +13:00