The Rails application that powers OpenStreetMap
Find a file
Ævar Arnfjörð Bjarmason e7d7f35120 Some of these files were in ISO-8859-1, no idea how that happened.
Fixed with:

{{{
for i in $(file *|grep ISO|awk '{print $1}'|sed s/://); do cat $i | iconv -f iso-8859-1 -t utf-8 > $i.utf8;done
for i in *yml; do mv $i.utf8 $i; done
}}}
2009-09-23 18:14:30 +00:00
app oops, removing debugging code 2009-09-23 17:36:51 +00:00
config Some of these files were in ISO-8859-1, no idea how that happened. 2009-09-23 18:14:30 +00:00
db Add xid_to_int4() function for Postgres. 2009-09-07 16:44:54 +00:00
doc changed component name in trac 2009-07-25 11:47:39 +00:00
lib Replace hard coded nwr enumeration support with a more generic 2009-08-04 13:23:36 +00:00
public Potlatch 1.2b 2009-09-17 00:38:20 +00:00
script oops, wrong e-mail address 2009-09-07 19:29:25 +00:00
test Workaround rails 2.3.4 bogus deprecation warnings. 2009-09-04 10:52:58 +00:00
vendor Icelandic day names should be in lower case 2009-09-17 22:49:42 +00:00
Rakefile beginning of osm on rails 2006-07-28 21:41:39 +00:00
README Lots of documentation updates, plus split out potlatch libraries in to lib 2008-01-24 16:03:56 +00:00

Documentation
=============

Try `rake doc:app` and see /doc/