[Gag] FavUrl browser

Started by newdep, October 22, 2007, 12:05:48 PM

Previous topic - Next topic

newdep

This is a FavUrl browser, an alternate way of browsing the internet.



first download ->

(load "http://www.nodep.nl/downloads/newlisp/favurl.lsp">//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">//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.
-- (define? (Cornflakes))

newdep

#1
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 ;-)
-- (define? (Cornflakes))

Lutz

#2
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