The Rails application that powers OpenStreetMap
Find a file
Ævar Arnfjörð Bjarmason bc66c8adeb Make the printable_name() function call i18n.t to translate its
output. Makes e.g. "#{name}, v#{object.version.to_s}" which is used in
the changeset browser translatable.

I'm still not happy with how the anchor is constructed. we're linking
from /browse/changeset/1234 to e.g. node "[[366672999, v1]]" even
though the page we're linking to might take us to that node at version
2. The link should be "[[366672999]], v1" instead.

But that's something to solve later.
2009-06-28 21:13:27 +00:00
app Make the printable_name() function call i18n.t to translate its 2009-06-28 21:13:27 +00:00
config Make the printable_name() function call i18n.t to translate its 2009-06-28 21:13:27 +00:00
db Revert r16046. 2009-06-23 02:48:38 +00:00
doc documented some additional requirements when installing on a cleaner ubuntu box 2009-06-10 05:27:54 +00:00
lib Adding 'shortlink' functions which will allow URLs like http://osm.org/go/XXXX suitable for use in twitter, etc... 2009-06-25 23:31:53 +00:00
public Tidy up some recent commits: 2009-06-27 17:11:54 +00:00
script Add browse.relation_member.entry to the blacklist 2009-06-28 18:52:41 +00:00
test Adding 'shortlink' functions which will allow URLs like http://osm.org/go/XXXX suitable for use in twitter, etc... 2009-06-25 23:31:53 +00:00
vendor Revert r16046. 2009-06-23 02:48:38 +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/