Page 1 of 1

[Gag] FavUrl browser

Posted: Mon Oct 22, 2007 7:05 pm
by newdep
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.

Posted: Mon Oct 22, 2007 7:08 pm
by newdep
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 ;-)

Posted: Mon Oct 22, 2007 9:31 pm
by Lutz
On Mac OS X change this:

Code: Select all

(exec (append browser " " (5 -4 (first tags)))) ))
to this:

Code: Select all

(exec (append "open http://" (5 -4 (first tags)))) ))
this will use the Safari browser and open each page in a new tab.

Lutz