http://gurno.com/adam/pygs/index.shtml always has the most recent documentation.

Don't forget to change the shebang line to reflect your python location.
Current is #!/usr/local/bin/python

Version 0.3 [2001-07-09] - The "Works For Me" Version
----------
Stuff added, a little bug fixing but right now I'm just trying to get 
something that speaks Gopher reliably.

Added support for .about files.  These are text files that will appear at the 
top of the directory when it is retrieved.  .about files are just text files 
that PyGS does all the info (type i) parsing for.  You do nothing but 
create the file.  (You can still do the old school info entries like before,
but PyGS will ignore a .info file when it finds a .about.)

If it doesn't work for you, it's probably 'cause I've hardcoded a few locations
into the code.  (Bad Programmer!  No bone!)  Grep for 'abg' and see what you 
find.  There's also the 'server_locaion' variable in 'pygs.py' that needs 
tweaking.  Anyone who wants to work on the configuration file loading would 
be greatly appreciated.

There are also example .names, .links, and .about files in this 
distribution.

Note: The .conf file doesn't work!  Don't make your changes to that file
because the program doesn't listen to it.  Yet...

Version 0.2 [2001-06-27]
-----------
Damn near unusable.  This isn't a fully functional copy.
For any real documentation, you'll have to look at the code.


