This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit c924314c5d957ca0c6443842725da7ebfa79c9d8
tree 45733a4238b1dada86fd550735d634ca7ac3fc6b
parent 95602975abce33e3319c28c51ebe1e88457cc974
tree 45733a4238b1dada86fd550735d634ca7ac3fc6b
parent 95602975abce33e3319c28c51ebe1e88457cc974
| name | age | message | |
|---|---|---|---|
| |
.autotest | ||
| |
.gitignore | ||
| |
README | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | ||
| |
lib/ | ||
| |
log/ | ||
| |
public/ | ||
| |
script/ | ||
| |
spec/ | ||
| |
stories/ | ||
| |
test/ | ||
| |
tmp/ | ||
| |
vendor/ |
README
== 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







