This is a FavUrl browser, an alternate way of browsing the internet.
first download ->
(load "//http://www.nodep.nl/downloads/newlisp/favurl.lsp")
Please read the instructions inside favurl.lsp
Then download, untar and unzip those (see instructions in favurl.lsp) ->
//http://www.nodep.nl/downloads/newlisp/favs.tar.gz
I cant garanty the content of the URLS, could be anything!
Its a time based selection from the url collector.
Enjoy, Norman.
Opening new tabs worked best when firefox was already open, seems there
was a bug in the previous firefox not able to open new tabs. I have
no clue on how other browser behave but opening per tab is best ;-)
On Mac OS X change this:
(exec (append browser " " (5 -4 (first tags)))) ))
to this:
(exec (append "open http://" (5 -4 (first tags)))) ))
this will use the Safari browser and open each page in a new tab.
Lutz