This is bgrot version 1.30

bgrot: A program to randomize and rotate your background in X
Author: Matthew Fuller <fullermd@over-yonder.net>

PREREQUISITES:
	- X (I use XFree86, should be portable)
	- xv (if you have another program that you use to put jpeg/gif's
		on your root window, let me know...  I'll be adding support
	- Perl5 installed: The installation uses /usr/sbin/perl
	- Images you want to display on the root window (I have 208, you
		don't need to go THAT overboard ;)


HISTORY:
	I got bored a long time ago with my background.  So I wrote a very
hacky sh script to rotate it.  xv -root -quit image, sleep 30, next
image, etc.  Hardwired picture names, etc.  Very ugly.
	Then I had some spare time, and redid it.  It read in from a file.
Very cool.  I could even change the file, and the next time it cycled
around it would pick up the changes
	THEN, I got bored again, and wrote a perl script to put the images in
random order for each go-round.
	As if that wasn't bad enough, I decided everyone should have my hackery
on their desk, so here we are.



RELEASE INFO:
	1.30
		- Fix directory recursion
		- Improve handling of missing files
		- Just assume perl5 is in /usr/bin/perl, the checking was
			too ugly to deal with any longer

	1.20
		- Fix a few show-stoppers in 1.10

	1.10
		- Fixed bogons and added features to build process
		- Few minor bug fixes

	1.00
		- First full release
		- Manpage: bgrot(1)
		- Personal configuration moved to $DATADIR/bgrot.conf
			(normally $HOME/.bgrot/conf/bgrot.conf)
		- Better flexibility to various different configs
		- Added filters to only grab image files

	0.20
		- Developer release only
		- ***  Support for system-wide installation *cheer*
		- Support for differing local configurations
			> System-wide in /usr/local/etc/bgrot.conf
				* Can be changed to elsewhere in Makefile
			> Personal in ~/.bgrotrc
		- Cleaner setup

	0.10
		- First beta as a formal package
		- Real Makefile
		- Preliminary support for local configuration
		- Preliminary support for system-wide installation
			(Must be done 1 copy/user right now)


TODO:
	- Support for other image display solutions (xsetroot...?)
	- Possibility of randomizing delay between rotations
	- Maybe rewrite into fewer scripts: these are a little overdone,
		a lot from the various testing bits I've done
	- Anything else?  Send me ideas.


Matthew Fuller <fullermd@over-yonder.net>
