summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-10-22 20:39:43 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2014-10-22 20:42:21 +0100
commit6b846c363ddd694bf32ac7e18f0316f4f2663e1b (patch)
treeb4a7628819ab8e66b364b9de2bbb09dcd48b48f2 /gtk
parentdc5deb26b1dbc8936d311ddfa51c8ddab122dbda (diff)
downloadnetsurf-6b846c363ddd694bf32ac7e18f0316f4f2663e1b.tar.gz
netsurf-6b846c363ddd694bf32ac7e18f0316f4f2663e1b.tar.bz2
Add trivial maps facilitator at about:maps
This is a simple HTML front end for the Google Static Maps API, since we don't yet have enough JS support for the full Google Maps. See: https://developers.google.com/maps/documentation/staticmaps/
Diffstat (limited to 'gtk')
-rw-r--r--gtk/Makefile.target2
l---------gtk/res/en/maps.html1
l---------gtk/res/maps.html1
3 files changed, 3 insertions, 1 deletions
diff --git a/gtk/Makefile.target b/gtk/Makefile.target
index 8fed107fd..be0dad2ae 100644
--- a/gtk/Makefile.target
+++ b/gtk/Makefile.target
@@ -127,7 +127,7 @@ EXETARGET := nsgtk
GTK_RESOURCES_LIST := \
languages themelist SearchEngines toolbarIndices ca-bundle.txt \
default.css adblock.css quirks.css internal.css gtkdefault.css \
- credits.html licence.html welcome.html Messages \
+ credits.html licence.html welcome.html maps.html Messages \
default.ico favicon.png netsurf.png netsurf.xpm netsurf-16x16.xpm \
arrow_down_8x32.png
diff --git a/gtk/res/en/maps.html b/gtk/res/en/maps.html
new file mode 120000
index 000000000..bb1eedd5a
--- /dev/null
+++ b/gtk/res/en/maps.html
@@ -0,0 +1 @@
+../../../!NetSurf/Resources/en/maps.html,faf \ No newline at end of file
diff --git a/gtk/res/maps.html b/gtk/res/maps.html
new file mode 120000
index 000000000..a32f725fb
--- /dev/null
+++ b/gtk/res/maps.html
@@ -0,0 +1 @@
+en/maps.html \ No newline at end of file