diff --git a/lib/doc/browse/build-tags.sh b/lib/doc/browse/build-tags.sh
index 7ad23068e..1c6998c41 100644
--- a/lib/doc/browse/build-tags.sh
+++ b/lib/doc/browse/build-tags.sh
@@ -9,7 +9,6 @@ dir=`pwd`
basedir=${dir}/../../src
tagsdir=${dir}/tags
index=${dir}/index.json
-removeprefix="/home/john/repositories/GF"
ignore="demo old-demo tmp"
# Function for testing array membership
@@ -45,6 +44,6 @@ echo " \"\":{}\n}\n}" >> $index
# Replace all URLs
echo "Replacing URLs"
cd $tagsdir
-sed -i "s|${removeprefix}||g" *.gf-tags
+sed -ir "s|\S+?/lib/|/lib/|g" *.gf-tags
exit 0
diff --git a/lib/doc/browse/index.html b/lib/doc/browse/index.html
index 582347a91..7fc5b74b1 100644
--- a/lib/doc/browse/index.html
+++ b/lib/doc/browse/index.html
@@ -8,11 +8,12 @@
+
GF RGL Browser
- Updated 2012-05-14
+ Updated 2012-05-15
@@ -28,14 +29,16 @@
+
-
Understanding the scope information
@@ -72,9 +75,10 @@
Known issues and To-do
+ - Some way of browsing just the API
+ - Some visual cue for
- The page sometimes stalls when handling large files (in particular the dictionary modules)
- - Jump directly to line in file
- - Line numbers and syntax highlighting for source code would be cool
+ - Syntax highlighting is using a Haskell default, could cusomtise for GF
@@ -84,6 +88,7 @@
John J. Camilleri, 2012
+