[Gag] FavUrl browser

Guiserver, GTK-server, OpenGL, PostScript,
HTML 5, MIDI, IDE
Locked
newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

[Gag] FavUrl browser

Post 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.
-- (define? (Cornflakes))

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

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

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post 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

Locked