diff options
-rw-r--r-- | web/i18n/en.yml | 6 | ||||
-rw-r--r-- | web/views/about.erb | 2 | ||||
-rw-r--r-- | web/views/layout.erb | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/web/i18n/en.yml b/web/i18n/en.yml index d65409c..59b63d4 100644 --- a/web/i18n/en.yml +++ b/web/i18n/en.yml @@ -93,7 +93,7 @@ pages: intro: | <p>Taginfo takes data about OSM tags from several sources and brings them together for easy browsing and discovery.</p> - <p>Note that Taginfo only displays this data. If you want to change it, you + <p>Note that taginfo only displays this data. If you want to change it, you have to go back to the source.</p> data_until: Data until last_update_run: Last update run @@ -101,7 +101,7 @@ pages: to: to download: intro: | - <p>Here you can download the databases used by Taginfo. All the data is stored + <p>Here you can download the databases used by taginfo. All the data is stored in <a class="extlink" href="http://www.sqlite.org/">Sqlite</a> databases. The database files are then packed with <a class="extlink" href="http://www.bzip.org/">bzip2</a>.</p> <p>If you don't want to download these databases, but need automated access to @@ -210,7 +210,7 @@ flexigrid: sources: master: name: Master - description: Aggregate statistics and miscellaneous data needed for the Taginfo user interface. + description: Aggregate statistics and miscellaneous data needed for the taginfo user interface. db: name: Database description: Statistics about each key and each tag from the main OSM database (planet file). diff --git a/web/views/about.erb b/web/views/about.erb index 76c2fec..17d5033 100644 --- a/web/views/about.erb +++ b/web/views/about.erb @@ -71,6 +71,8 @@ <a class="extlink" href="http://wiki.openstreetmap.org/wiki/Taginfo/API">on the wiki</a>. The server running the taginfo API does not have unlimited resources. Please use the API responsibly. If in doubt contact the taginfo maintainers.</p> + <p>The data available through taginfo is available under the <a href="http://www.openstreetmap.org/copyright">same + license as OpenStreetMap itself</a>.</p> </td> <td class="box" colspan="3"> <p>All the parts of taginfo are Open Source. <b>Programmers</b> can diff --git a/web/views/layout.erb b/web/views/layout.erb index 412f70a..930ba9e 100644 --- a/web/views/layout.erb +++ b/web/views/layout.erb @@ -38,7 +38,7 @@ <%= yield %> </div> <div id="footer" class="no-print"> - <div id="footer_left"><a class="extlink" href="http://www.openstreetmap.org/"><b>OpenStreetMap</b> - The Free Wiki World Map</a></div> + <div id="footer_left"><a class="extlink" href="http://www.openstreetmap.org/"><b>OpenStreetMap</b> - The Free Wiki World Map</a> · <a href="http://www.openstreetmap.org/copyright">Data © OpenStreetmap contributors (ODbL)</a></div> <div id="footer_right"> <a href="/keys"><%= t.osm.keys %></a> · <a href="/tags"><%= t.osm.tags %></a> · <a href="/reports"><%= t.taginfo.reports %></a> · <a href="/sources"><%= t.taginfo.sources %></a> · |