From: <umg...@us...> - 2007-06-24 16:28:22
|
Revision: 450 http://svn.sourceforge.net/pybridge/?rev=450&view=rev Author: umgangee Date: 2007-06-24 09:28:19 -0700 (Sun, 24 Jun 2007) Log Message: ----------- Update and augment readme files for 0.3.0. Modified Paths: -------------- trunk/pybridge/AUTHORS trunk/pybridge/INSTALL trunk/pybridge/README Modified: trunk/pybridge/AUTHORS =================================================================== --- trunk/pybridge/AUTHORS 2007-06-24 10:03:36 UTC (rev 449) +++ trunk/pybridge/AUTHORS 2007-06-24 16:28:19 UTC (rev 450) @@ -1,6 +1,10 @@ Authors: Michael Banks <mi...@ba...> + + +Contributors: + Sourav K. Mandal <so...@so...> Modified: trunk/pybridge/INSTALL =================================================================== --- trunk/pybridge/INSTALL 2007-06-24 10:03:36 UTC (rev 449) +++ trunk/pybridge/INSTALL 2007-06-24 16:28:19 UTC (rev 450) @@ -6,15 +6,22 @@ python setup.py install -We recommend that, if your distribution provides PyBridge packages, you should -install from packages. Packages are available for Debian GNU/Linux and its -derivatives (including Ubuntu) thanks to David Watson <dw...@de...>. - Alternatively, you can run PyBridge from the extracted tarball archive. Change -to the PyBridge "bin/" directory, then type "./pybridge" to run the graphical -client, or "./pybridge-server" to run the standalone server. +to the PyBridge 'bin/' directory, then type './pybridge' to run the graphical +client, or './pybridge-server' to run the standalone server. +PyBridge packages are available for Debian GNU/Linux and Ubuntu systems, thanks +to David Watson <dw...@de...>. Please visit: + - For Debian: http://packages.debian.org/pybridge/ + - For Ubuntu: http://packages.ubuntu.com/pybridge/ + +Users of Microsoft Windows may wish to use the 'py2exe' PyBridge distribution, +which provides native executable (.exe) versions of the 'pybridge' and +'pybridge-server' scripts, and bundles all the library software (see below) +required to run PyBridge. + + Requirements ============ @@ -46,7 +53,7 @@ By default, the standalone server creates and uses a SQLite database in the ~/.pybridge/ directory. This is suitable for hosting LAN games, but if you wish to operate a high-load PyBridge server on the Internet, it may be necessary -to switch to an external RDBMS, such as MySQL or PostgreSQL. +to switch to an external database server, such as MySQL or PostgreSQL. To change the database settings, edit the ~/.pybridge/server.cfg file. The fields to change are documented in the pybridge/server/config.py module. Modified: trunk/pybridge/README =================================================================== --- trunk/pybridge/README 2007-06-24 10:03:36 UTC (rev 449) +++ trunk/pybridge/README 2007-06-24 16:28:19 UTC (rev 450) @@ -21,20 +21,22 @@ - Connect to a public server. A list of known public servers can be found on the project website. - - Run a game server yourself, using the pybridge-server script. + - Run a PyBridge game server yourself, using the pybridge-server script. -When connecting to a server for the first time, you need to ensure that the -"Register as New User" checkbox is ticked. +When connecting to a PyBridge server for the first time, you need to ensure +that the "Register as New User" checkbox is ticked. -Installation instructions can be found in the INSTALL file. Details of changes -made in this release can be found in the NEWS file. +Installation instructions can be found in the INSTALL file. Details of new +features, bug fixes and other changes can be found in the NEWS file. Your feedback, bug reports and ideas for new features are especially welcome. -Forums: http://sourceforge.net/forum/?group_id=114287 -Bug reports: http://sourceforge.net/tracker/?group_id=114287&atid=667822 -Feature requests: http://sourceforge.net/tracker/?group_id=114287&atid=667825 + - Forums: http://sourceforge.net/forum/?group_id=114287 + - Bug reports: http://sourceforge.net/tracker/?group_id=114287&atid=667822 + + - Feature ideas: http://sourceforge.net/tracker/?group_id=114287&atid=667825 + If you are a competent (or aspiring!) Python programmer and would like to contribute code to PyBridge, then please get in touch with the developers! This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |