So what is new since version 0.2?
* Some cleanup has occured.
*Fixed major bug where token would not be returned if
 no triggers had been created.

See the index.html for more details on the software. 
What is included is a simple perl program that will 
post data to a repository. You will need libwww to 
make it work.
Basic syntax is:
post.pl http://www.tangent.org/repos/ file_to_be_inserted

Read the INSTALL file for how to install the module.

A repositories syntax is:
<Location /repos>
  SetHandler repository
	RepositoryRoot /var/spool/repos/
	RepositoryFileLevels 3
</Location>

Please be aware that this is a development release.
I would not suggest using this in a production
environment at the moment. The software seems to
be stable, but more testing needs to be done.
