== Encontre-nos
Web 2.0 app to help find missing people.
Objective here is to make a nice api for widgets and such that ppl can use on their blogs, comunities, etc.
System can geocode IP so it will show persons that were missing near the visitor.
== Requirements:
Gems:
* GeoRuby
* Haml
* RMagick
PostgreSQL (recommended) or MySQL. (spatial adapter support)
== Install:
Create your tables on PG using PostGIS template:
$ createdb -O <owner> -T template_postgis encontrenos_development
== Test:
Create a test table:
$ createdb -O <owner> -T template_postgis encontrenos_test
Run autotest:
$ autotest
== License:
(The MIT License)
Copyright (c) 2008 Warlley Rezende, Marcos Piccinini