I have found a little script which looks interesting, you can download the svn from google code at http://code.google.com/p/streetwire/source/browse/
I am trying to set it up on my xampp localhost install, and there is little documentation, here are the first two lines of the config
// Paths
define('VHOST_DIR', '/data/vhost');
define('ROOT_DIR', VHOST_DIR . '/www.streetwire.org');
I have tried the following settings but it doesnt seem to work
// Paths
define('VHOST_DIR', 'C:/xampp/htdocs');
define('ROOT_DIR', VHOST_DIR . '/streetwirescript');
For anyone who has looked at the script, im not sure where to go for the 'start' page of the script either!!
Any thoughts on what should go into Vhost_dir?