
	Ever seen those quotes people had at the bottom of their e-mail
	and wanted to put them in your mail. Been too lazy to write a 
	program	yourself? Well don't worry, Now there's the quoter!
	
	The Quoter reads in a list of quotes of your choosing, and
	randomly picks one. It then saves it into your .signature file.
	You can also keep some information the same in all .signature files.
	Default files are: 
		.quotelist for your quotes
		.signature for your signature
	
	As of this time, you cannot change the filenames. For compatibility
	with other quote programs, quoter will also read '.quotelist'
	and 'quotelist' as filenames.

	The Format of .quoteslist file is as follows:
	Anything inside two quotation marks is considered to be a quotation. 
		example: "This is a quote"
	If you wish to use quotation marks inside your quote, use \".
	This will tell quoter that this quotation mark doesn't mark the
	end of a quote.
		example:
	"... the privileged being which we call human is distinguished from
	other animals only by certain double-edged manifestations which in
	charity we can only call \"inhuman.\"
         	       -- R. A. Lafferty"

	This would print as:
	"... the privileged being which we call human is distinguished from
	other animals only by certain double-edged manifestations which in
	charity we can only call "inhuman."
         	       -- R. A. Lafferty"
	
	In your Signature File.

	Anything Not inside quotation Marks is ignored.
	A sample .quotelist file is included.
	
	<finish me >

Changes Due, Soon!:
Some Real Documentation.
Support for a permanent info line.
Add command line options.
Add MS-DOS support.
Make a Man Page
And Much Much More.

If you use this program please drop me an e-mail with some of your quotes :>
This is my first real attempt at a useful program, I hope you like it!
Suggestions, comments, questions, free food always Welcome!
				-Stephen Jacobs
				<sjacob1@gl.umbc.edu>




