diff --git a/docs/known-bugs-and-planned-features.txt b/docs/known-bugs-and-planned-features.txt index 3e227448..1e954d4f 100644 --- a/docs/known-bugs-and-planned-features.txt +++ b/docs/known-bugs-and-planned-features.txt @@ -3,13 +3,12 @@ Please also see db-todo.txt alpha4 (release 25Sep-2Oct) ====== -graph: update dependencies.txt, doesnt remove old graph on refresh +graph: doesnt remove old graph on refresh print a "press any key" thing after we print the traceback. That way it is easy for them to see the error message. pgsql recreate doesnt work, and it may not store version field on creation if using sql file with pgadmin. reading small blind wrong for PS 25/50ct check we're reading mucked cards from PS newsletter&mailing list -update requirements to include new pgsql interface lib ebuild: support pgsql fix HUD config location and update release script accordingly @@ -43,7 +42,7 @@ hole/board cards are not correctly stored in the db for stud games HORSE (and presumably other mixed games) hand history files not handled correctly Some MTTs won't import (rebuys??) Many STTs won't import -redirect stderr +redirect stderr: http://diveintopython.org/scripts_and_streams/stdin_stdout_stderr.html before beta =========== diff --git a/website/docs-requirements.php b/website/docs-requirements.php index 537e4921..166424af 100644 --- a/website/docs-requirements.php +++ b/website/docs-requirements.php @@ -13,24 +13,21 @@ require 'sidebar.php';

I recommend using a free/libre operating system, meaning a GNU/Linux distribution or a BSD variant (e.g. Gentoo GNU/Linux or OpenBSD) for ethical and practical reasons. Would you buy a car where you're prohibited from opening the bonnet under threat of jail? If the answer is no you should by the same logic not use closed source software for real money Poker :)

-Unfortunately you will always need one piece of unfree software: The poker client itself. Although not a direct dependency of fpdb you obviously will have a hard time putting this to productive use without running some poker client. As far as I know, only unfree clients are available. If you know better please let me know ASAP!
+Unfortunately you will always need one piece of unfree software: The poker client itself. Although not a direct dependency of fpdb you obviously will have a hard time putting this to productive use without running some poker client. As far as I know, only unfree clients are available. If you know better please let me know!

-If you can be bothered please do contact your poker site(s) and ask them to release free/libre clients, even if it is only for Windows. But lets be realistic, the chance of a positive answer is very low.
+If you can be bothered please do contact your poker site(s) and ask them to release free/libre clients, even if it is only for Windows. But lets be realistic, the chance of a positive answer is very low. Also, even unfree Linux client would of course be a great step forward

-Before I start the list a note on the databases, as of git96 I have yet to try using this with PostgreSQL, but if I'm not mistaken it should actually work by now (the stuff in fpdb-python at least).
+In Windows use of the environment installer is recommended, pls see our sf download page. For Gentoo Linux we have an ebuild and for Ubuntu Linux we have (partial) instructions. If you use a different Linux or a BSD and have trouble please IM, email or post in the forums. Fpdb has been reported to work on MacOSX, but installation of the requirements is relatively painful. Any instructions for people to use would be much appreciated.

-If you use a package management system (e.g. if you have GNU/Linux or *BSD) just check that you have mysql, mysql-python and pygtk or postgresql, pygresql and pygtk. Your package manager will take care of the rest for you.
-
Make new entries in this format:
-X. Program Name
-===============
+Program Name
a. Optional?
b. Required Version and Why
c. Project Webpage
-d. License
-
-1. MySQL
-========
+d. License

+

Database backend - MySQL

+

These two are required if you want to use MySQL as backend, which is the recommended choice due to lack of testing and polish of PostgreSQL support.

+

MySQL
a. Optional?
Choose MySQL or PostgreSQL
b. Required Version and Why
@@ -41,8 +38,20 @@ c. Project Webpage
d. License
GPL2

-2. PostgreSQL
-=============
+mysql-python
+a. Optional?
+ Required if you want to use MySQL backend
+b. Required Version and Why
+ I use 1.2.2 but I am not aware of any incompatibilities with older or newer versions, pls report success/failure.
+c. Project Webpage
+ http://sourceforge.net/projects/mysql-python/
+d. License
+ SF lists GNU General Public License (GPL), Python License (CNRI Python License), Zope Public License.
+ Project states GPL without version in Pkg-info.

+ +

Database backend - PostgreSQL

+

These two are required if you want to use PostgreSQL as backend

+

PostgreSQL
a. Optional?
Choose MySQL or PostgreSQL
b. Required Version and Why
@@ -53,34 +62,18 @@ c. Project Webpage
d. License
BSD License

-3. mysql-python
-===============
-a. Optional?
- Required if you want to use MySQL backend
-b. Required Version and Why
- I use 1.2.2 but I am not aware of any incompatibilities with older or newer versions, pls report success/failure.
-c. Project Webpage
- http://sourceforge.net/projects/mysql-python/
-d. License
- SF lists GNU General Public License (GPL), Python License (CNRI Python License), Zope Public License.
- Project states GPL without version in Pkg-info.
-
-4. pygresql
-===========
+psycopg
a. Optional?
Required if you want to use PostgreSQL backend
b. Required Version and Why
- I use 3.6.2 but I am not aware of any incompatibilities with older or newer versions, pls report success/failure.
+ I use 2.0.2 but I am not aware of any incompatibilities with older or newer versions, pls report success/failure.
c. Project Webpage
- http://www.pygresql.org/
+ http://initd.org/projects/psycopg2
d. License
- http://www.pygresql.org/readme.html#copyright-notice (BSD License?)
- Summary: "Permission to use, copy, modify, and distribute this software and its
- documentation for any purpose, without fee, and without a written agreement
- is hereby granted[...]" plus Disclaimer.
+ GPL2 according to Gentoo's ebuilds

-5. Python
-=========
+

Required for everyone

+

Python
a. Optional?
Required.
b. Required Version and Why
@@ -90,8 +83,7 @@ c. Project Webpage
d. License
Python License

-6. GTK+ and dependencies
-=======
+

GTK+ and dependencies
a. Optional?
Required.
b. Required Version and Why
@@ -103,8 +95,7 @@ c. Project Webpage
d. License
LGPL2

-7. PyCairo
-==========
+PyCairo
a. Optional?
Required.
b. Required Version and Why
@@ -114,8 +105,7 @@ c. Project Webpage
d. License
LGPL2.1

-8. PyGObject
-============
+PyGObject
a. Optional?
Required.
b. Required Version and Why
@@ -125,8 +115,7 @@ c. Project Webpage
d. License
LGPL2.1

-9. PyGTK
-========
+PyGTK
a. Optional?
Required.
b. Required Version and Why
@@ -134,8 +123,29 @@ b. Required Version and Why
c. Project Webpage
main: http://www.pygtk.org
d. License
- LGPL2.1
-
+ LGPL2.1

+

Requirements for the graphing function

+

These are only required if you wish to use the graphing function, and fpdb will otherwise function without them

+

Numpy
+a. Optional?
+ Optional.
+b. Required Version and Why
+ I use 1.0.4 but I am not aware of any incompatibilities with older or newer versions, pls report success/failure.
+c. Project Webpage
+ http://numeric.scipy.org/
+d. License
+ BSD according to Gentoo's ebuild
+
+matplotlib
+a. Optional?
+ Optional.
+b. Required Version and Why
+ I use 0.91.2 but I am not aware of any incompatibilities with older or newer versions, pls report success/failure.
+c. Project Webpage
+ http://matplotlib.sourceforge.net/
+d. License
+ BSD according to Gentoo's ebuild

+ License (of this file)
=======
Trademarks of third parties have been used under Fair Use or similar laws.
diff --git a/website/fpdb.png b/website/fpdb.png index 5081614b..24de1545 100644 Binary files a/website/fpdb.png and b/website/fpdb.png differ