From 8ba68c42598a8e3760d112bc31421e878fa728e4 Mon Sep 17 00:00:00 2001 From: mossroy Date: Tue, 12 Mar 2013 16:53:44 +0100 Subject: [PATCH] Add very minimal implementation to be able to follow links inside articles For now, it does not work very well, and simply tries to populate the article list with the title as a search string --- www/index.html | 2 +- www/js/app.js | 55 ++++++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 48 insertions(+), 9 deletions(-) diff --git a/www/index.html b/www/index.html index f46865a2..8ee57d1f 100644 --- a/www/index.html +++ b/www/index.html @@ -57,7 +57,7 @@ License:
  • I could not test it on a real Firefox OS device : if someone did, please let me know

  • - 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. + It's only a proof of concept sor far : there are certainly many many ways this could be enhanced (suggestions and patches are welcome : the source code is on github). In particular, the performance can be optimized when reading an article. I also know the links inside an article do not work very well for now.