README:
*** Ebaytools 0.0.15 - Readme
# License
GPL
read http://www.gnu.org/copyleft/gpl.html
This is ALPHA, use at your own risk.(Use Bit-O-Matic instead).
#Changlog.
Auction.pm - use Config::General instead Config::Simple, 
(because flock using in Config::Simple not works on Win9x)
we have still problem running ebaytools on Win9x :-(
small bugfixes
# filelist
README.txt    - this file
docs/* - help files
source/ebaytools.ini - configuration file ( written by Dominic Ancheta )
source/Auction.pm  - Perl module for parsing of Ebay pages ( written by Dominic Ancheta )
source/ebaytools-0.0.x.pl - perl source, you need Perl and modules to be installed to run it
ebaytools-0.0.x.exe - executable, you dont need Perl installed to run it
actually you need only exe file to run ebaytools
# misc
If you have old database (before 0.0.4)
you should delete it, because structure of tables was changed.
Download SQLite Control Center programm if you like to 
view and browse your ebaytools.db database file.
http://bobmanc.home.comcast.net/sqlitecc.html
# how to build exe from source
Check you have all required modules installed:
Win32::GUI
Win32::GUI::Grid
Win32::Clipboard
DBI
DBD::SQLite
Win32::API
Config::General
install patched Image::Magick:
ppm install http://www.bribes.org/perl/ppm/Image-Magick_.ppd
this package dont ask registry and is relocatable unlike original one.
To decrease size of resulting exe file you can remove some dlls 
and leave only this files (for processing bmp,gif,jpeg and png):
CORE_RL_bzlib_.dll     IM_MOD_RL_magick_.dll  configure.mgk
CORE_RL_jpeg_.dll      IM_MOD_RL_png_.dll     delegates.mgk
CORE_RL_lcms_.dll      Magick.bs              type.mgk
CORE_RL_magick_.dll    Magick.dll             english.mgk
CORE_RL_png_.dll       Magick.exp             type-ghostscript.mgk
CORE_RL_tiff_.dll      Magick.lib             locale.mgk
CORE_RL_ttf_.dll       X11.dll                log.mgk
CORE_RL_zlib_.dll      analyze.dll            magic.mgk
IM_MOD_RL_bmp_.dll     autosplit.ix           msvcr71.dll
IM_MOD_RL_gif_.dll     coder.mgk              
IM_MOD_RL_jpeg_.dll    colors.mgk             
Install PAR module, cd in source directory and run:
pp -o ebaytools-0.0.xx.exe -l noimage.bmp -l msvcp60.dll -l ebaytools.ini ebaytools-0.0.xx.pl
# credits
Dominic Ancheta - parsing Ebay-pages
Jean-Louis Morel  - patching Image::Magick, please visit
http://www.bribes.org/perl/ppmdir.html for more information. 
# contact
meduz@users.sourceforge.net
 
 |