newLISP Fan Club

Forum => newLISP Graphics & Sound => Topic started by: newdep on October 22, 2007, 12:05:48 PM

Title: [Gag] FavUrl browser
Post by: newdep on October 22, 2007, 12:05:48 PM
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.
Title:
Post by: newdep on October 22, 2007, 12:08:44 PM
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 ;-)
Title:
Post by: Lutz on October 22, 2007, 02:31:58 PM
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