From 13660b1b63028176fb02be748b08bc1490513666 Mon Sep 17 00:00:00 2001 From: mossroy Date: Fri, 25 Jan 2013 19:08:34 +0100 Subject: [PATCH] Disclaimer in the HTML page : it is now broken on Firefox OS because of more strict security policies --- evopedia-html5/evopedia.html | 1 + 1 file changed, 1 insertion(+) diff --git a/evopedia-html5/evopedia.html b/evopedia-html5/evopedia.html index e65528c2..61af0ce6 100644 --- a/evopedia-html5/evopedia.html +++ b/evopedia-html5/evopedia.html @@ -48,6 +48,7 @@ License:

On desktops, it works at least on Firefox 17 and Chrome 23. I tested it on the Firefos OS simulator : it works but requires (for now) to put the small dump files in the "Music" folder of your device. It looks for wikipedia_small_2010-08-14/titles.idx in it. So far, I could not test it on a real Firefox OS device. + Update 2013-01-25 : it's now broken on latest Firefox OS, because of more strict security policy on accessing the local data. You now need to have at least a privileged webapp to have this right. Cf https://docs.google.com/a/mozilla.com/spreadsheet/ccc?key=0Akyz_Bqjgf5pdENVekxYRjBTX0dCXzItMnRyUU1RQ0E#gid=0
It's only a proof of concept sor far : there are certainly many many ways this could be enhanced (suggestions and patche are welcome : the source code is on github). In particular, the performance can be optimized when reading an article, and the links inside an article do not work for now.