summaryrefslogtreecommitdiff
path: root/framebuffer
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 /framebuffer
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 'framebuffer')
-rw-r--r--framebuffer/Makefile.target2
l---------framebuffer/res/maps.html1
2 files changed, 2 insertions, 1 deletions
diff --git a/framebuffer/Makefile.target b/framebuffer/Makefile.target
index 44b9626ed..699c8da80 100644
--- a/framebuffer/Makefile.target
+++ b/framebuffer/Makefile.target
@@ -186,7 +186,7 @@ EXETARGET := nsfb
NETSURF_FRAMEBUFFER_RESOURCE_LIST := adblock.css credits.html \
default.css internal.css licence.html \
- netsurf.png quirks.css welcome.html Messages
+ netsurf.png quirks.css welcome.html maps.html Messages
install-framebuffer:
$(Q)mkdir -p $(DESTDIR)$(NETSURF_FRAMEBUFFER_BIN)
diff --git a/framebuffer/res/maps.html b/framebuffer/res/maps.html
new file mode 120000
index 000000000..5b394445b
--- /dev/null
+++ b/framebuffer/res/maps.html
@@ -0,0 +1 @@
+../../!NetSurf/Resources/en/welcome.html,faf \ No newline at end of file