This directory contains a few tools for manipulating rawparts and
individual articles.  You may need to edit the "#!" line at the very
beginning to use your local Perl interpreter, and you'll almost certainly
have to specify where your rawpart config file is located.

raw_read
	Given one (or more) articles on the command line in the form:
		rawpart_name:offset
	send the article(s) to stdout

raw_stat
	Display the status information for all the rawparts.
		Rawpart name
		File location
		Starting byte offset
		Length (in bytes)
		Offset of first free block (where next article will be
			written) (in bytes)
		Time of last update of the status info

raw_write
	A half-functioning script to "write" an article to a rawpart.
	Specify the Message-ID and the rawpart_name:offset on the command
	line.  The article text is read from stdin.

