diff --git a/install/delete-old-sw-caches.js b/install/delete-old-sw-caches.js index 2c65b4d..d1cdc7d 100644 --- a/install/delete-old-sw-caches.js +++ b/install/delete-old-sw-caches.js @@ -7,6 +7,7 @@ var OLD_SW_CACHES = [ 'rss', 'stundenbuch', 'timezone-converter', + 'unicode', 'world-map-skiller' ]; diff --git a/overview.html b/overview.html index bf5eea2..6959ee2 100644 --- a/overview.html +++ b/overview.html @@ -35,6 +35,7 @@

Other code

moz-activity contains a polyfill for the MozActivity class.

zip contains JS libraries to work with ZIP archives.

proxy-test contains code to quickly test CORS proxys.

+

bookmarks is a script to manage collections of bookmarks.

lewis-carroll contains an (almost really) complete collection of the works by Lewis Carroll, and tools to build the files, including a LaTeX-to-HTML converter and a tiny search engine.

Some old programs (and some not so old, but abandoned and never published before) are in old-stuff.

diff --git a/sitemap.xml b/sitemap.xml index 0dbdc5c..b63a332 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -80,5 +80,6 @@ https://schnark.github.io/mr-c-mr-t/ https://schnark.github.io/proxy-test/index.html +https://schnark.github.io/bookmarks/index.html https://schnark.github.io/lewis-carroll/latex-to-html/index.html \ No newline at end of file