fpdb/docs
2010-02-22 11:45:52 -05:00
..
agpl-3.0.txt git1 - initial git commit. note that right now nothing works due to reworking things 2008-08-04 04:44:28 +01:00
fdl-1.2.txt git1 - initial git commit. note that right now nothing works due to reworking things 2008-08-04 04:44:28 +01:00
filelist.txt git21 - added fpdb version into db to detect outdated db format. added fields for steals to DB and placeholder inserts to importer. lots of doc updates 2008-08-10 02:52:05 +01:00
readme.txt Add souce code locations for 3rd party libs + minor update. 2010-02-22 11:45:52 -05:00
release-notes.txt p69 - added position to PrintPlayerHudData and removed the existing .expected file as its useless basically. updated it to include new fields. 2008-08-23 03:54:14 +01:00
tabledesign.html update with latest handsplayers/hudcache changes 2009-06-07 21:55:49 +01:00

README.txt
updated 22 February 2010, REB

fpdb - Free Poker Database

The most accurate and up-to-date information on fpdb will be found in the wiki:
http://fpdb.wiki.sourceforge.net/

Other resources are:
    Mailing list: http://sourceforge.net/mailarchive/forum.php?forum_name=fpdb-main
    Chat room(irc): #fpdb on freenode.net

fpdb is a free program for use with on line poker. It provides:
    Tracking of your results and statistics.
    Tracking of opponents' results statistics.
    Win/loss graphing
    Heads Up Display (HUD) with a variety of statistics
    Display of mucked cards in the HUD

fpdb supports:
    Sites:
        PokerStars
        Full Tilt Poker
        Everleaf Network
        Other sites are under development and are easily added

    Games:
        Holdem
        Omaha (incl Hi/low)
        7 Card Stud (incl Hi/low)
        Razz
        Triple Draw and Badugi
        Mixed Games -- HUD under development

    Operating Systems:
        Linux and other Unix-like, using X
        Windows
        Mac OS/X --  no support for HUD

    Databases:
        SQLite configured by default
        MySQL
        PostgreSQL

Downloads:
    Releases: http://sourceforge.net/project/showfiles.php?group_id=226872
    Development code via git: http://www.assembla.com/spaces/free_poker_tools/trac_git_tool

Developers:
    At least 10 people have contributed code or patches. Others are welcome.

Source Code:
    If you received fpdb as the Windows compressed exe, then you did not
receive souce code for fpdb or the included libraries. If you wish, you can
obtain the source code here:

    fpdb:       see Downloads, above.
    python:     http://python.org/
    gtk:        http://www.gtk.org/download.html
    pygtk:      http://www.pygtk.org/downloads.html
    psycopg2:   http://initd.org/pub/software/psycopg/
    mysqldb:    http://sourceforge.net/projects/mysql-python/files/
    sqlalchemy: http://www.sqlalchemy.org/download.html
    numpy:      http://www.scipy.org/Download
    matplotlib: http://sourceforge.net/projects/matplotlib/files/
    
License
=======
Trademarks of third parties have been used under Fair Use or similar laws.

Copyright 2008 Steffen Jobbagy-Felso
Copyright 2009,2010 Ray E. Barker
Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License,
Version 1.2 as published by the Free Software Foundation; with
no Invariant Sections, no Front-Cover Texts, and with no Back-Cover
Texts. A copy of the license can be found in fdl-1.2.txt

fpdb itself is licensed under AGPLv3, see agpl-3.0.txt.