NetSurf Web Browser

Stuff that has yet to be sorted into a category.
Post Reply
Message
Author
aragon
Posts: 1698
Joined: Mon 15 Oct 2007, 12:18
Location: Germany

NetSurf Web Browser

#1 Post by aragon »

Home: http://www.netsurf-browser.org/
Version: 2.6
Sourcecode: http://www.netsurf-browser.org/download ... src.tar.gz
Small as a mouse, fast as a cheetah and available for free. NetSurf is a multi-platform web browser for RISC OS and UNIX-like platforms, including Linux, and more.
Can handle css, no javascript, no flash,...

Compiled and tested in 4.31.

Problems:
- Can't download attached pet's from this forum although it can handle downloads in general. It's a forum-problem i guess.

aragon
Attachments
netsurf.png
(97.65 KiB) Downloaded 3560 times
Last edited by aragon on Mon 20 Dec 2010, 20:34, edited 4 times in total.

User avatar
chrome307
Posts: 708
Joined: Thu 15 Jan 2009, 11:00

#2 Post by chrome307 »

Looks good - thanks :)

rjek
Posts: 13
Joined: Sat 26 Jul 2008, 11:56

#3 Post by rjek »

Might! segfault with Copy All (Ctrl-A Ctrl-C). But i couldn't reproduce that with a clean 4.21.
I suspect we'll see a bug report on the NetSurf mailing lists very soon now from you?
Can't download attached pet's from this forum although it can handle downloads in general.
I seem to recall this is due to a misconfiguration of the web server; it doesn't send the right MIME type.

Also: Note that NetSurf has a capital S, and that you are breaking the GPL by distributing a binary of NetSurf without an offer of source code, or referral to where the source can be obtained (assuming you're a non-profit entity.)

B.

magerlab
Posts: 739
Joined: Sun 08 Jul 2007, 20:08

#4 Post by magerlab »

i think that there's no problem with gpl here
you can go to NetSurf's site and find sources there

rjek
Posts: 13
Joined: Sat 26 Jul 2008, 11:56

#5 Post by rjek »

magerlab wrote:i think that there's no problem with gpl here
you can go to NetSurf's site and find sources there
Does not matter; you are required to provide a precise pointer to the location of the sources used to build the binaries (ie, not just what domain they might be found on; the chances are they aren't on the web site quoted originally by the thread's OP). And in any case, this "the sources are over there" only applies to non-profit organisations. I have no idea if the OP or murga-linux.com represent for-profit organisations. So the safest way is to just attach the source code to these postings, or provide a link directly to the sources used.

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#6 Post by ttuuxxx »

rjek why the heck would we start posting source code links, after thousands of post, you want us to do extra, just google it, like this
http://justfuckinggoogleit.com/
ttuuxxx

Ps in the past the netsurf people even worked together with another forum member on here to build/bug blast the present release. They never even hinted at supplying the source code.

ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

rjek
Posts: 13
Joined: Sat 26 Jul 2008, 11:56

#7 Post by rjek »

ttuuxxx wrote:rjek why the heck would we start posting source code links, after thousands of post, you want us to do extra, just google it, like this
http://justfuckinggoogleit.com/
Because it is a legal obligation of anybody distributing binaries? Did you realise that a huge quantity of software on this site is essentially pirated? (ie, distributed outside its licence terms.) Not to mention that sometimes you want/need the exact sources used to build something, not just what's currently available.
ttuuxxx wrote: Ps in the past the netsurf people even worked together with another forum member on here to build/bug blast the present release. They never even hinted at supplying the source code.
Ps, that was me.

B.

User avatar
trapster
Posts: 2117
Joined: Mon 28 Nov 2005, 23:14
Location: Maine, USA
Contact:

#8 Post by trapster »

rjek why the heck would we start posting source code links, after thousands of post, you want us to do extra, just google it, like this
http://justfuckinggoogleit.com/
ttuuxxx


How is he suppose to get to thousands of posts without posting?
trapster
Maine, USA

Asus eeepc 1005HA PU1X-BK
Frugal install: Slacko
Currently using full install: DebianDog

aragon
Posts: 1698
Joined: Mon 15 Oct 2007, 12:18
Location: Germany

#9 Post by aragon »

@rob
rjek wrote:
Might! segfault with Copy All (Ctrl-A Ctrl-C). But i couldn't reproduce that with a clean 4.21.
I suspect we'll see a bug report on the NetSurf mailing lists very soon now from you?
if i could reproduce, yes.
Can't download attached pet's from this forum although it can handle downloads in general.
I seem to recall this is due to a misconfiguration of the web server; it doesn't send the right MIME type.
might be. dillo also has problems with that...
Also: Note that NetSurf has a capital S, and that you are breaking the GPL by distributing a binary of NetSurf without an offer of source code, or referral to where the source can be obtained (assuming you're a non-profit entity.)
i've corrected my first post with NetSurf and posted a link to the source. I've also repackaged the pet to include the license-doc in /usr/share/netsurf (originally left out for size reason). Hope your concerns are solved.

@all
please calm down.

aragon

rjek
Posts: 13
Joined: Sat 26 Jul 2008, 11:56

#10 Post by rjek »

aragon wrote:i've corrected my first post with NetSurf and posted a link to the source. I've also repackaged the pet to include the license-doc in /usr/share/netsurf (originally left out for size reason). Hope your concerns are solved.
Where is the updated package? I can't find this extra file in the attachment. Remember, it is a legal obligation to include the licence texts that cover the software (in NetSurf's case, all of GPL, MIT and BSD.). Debian get around the problem of making the packages larger with a novel symlink hack to pre-installed licence text files IIRC; perhaps similar could be done with Puppy.

While a link to the project's SVN viewer is not ideal, it does suffice, thanks.

B.

aragon
Posts: 1698
Joined: Mon 15 Oct 2007, 12:18
Location: Germany

#11 Post by aragon »

rjek wrote:Where is the updated package? I can't find this extra file in the attachment.
i've just exchanged the old with the new one.
rjek wrote:Debian get around the problem of making the packages larger with a novel symlink hack to pre-installed licence text files IIRC; perhaps similar could be done with Puppy.
yes, i've seen that recently. seems to be a reasonable approach.
rjek wrote:While a link to the project's SVN viewer is not ideal, it does suffice, thanks.
My pleasure, it's your right/law.

aragon

p.s: private person

Caneri
Posts: 1513
Joined: Tue 04 Sep 2007, 13:23
Location: Canada

#12 Post by Caneri »

@rjek , aragon
The mimes are fixed now...I hope.
My bad..I totally forgot about Opera, NetSurf and mime types when we did the recent upgrades.

If y'all catch this in the future please pm me so I can edit the minetypes file for those "other" browsers...ty

Eric
[color=darkred][i]Be not afraid to grow slowly, only be afraid of standing still.[/i]
Chinese Proverb[/color]

aragon
Posts: 1698
Joined: Mon 15 Oct 2007, 12:18
Location: Germany

#13 Post by aragon »

@ eric,

thanks for that. one more question:
- in dillo i get a scrambled, long term as filename when i try to download a file, i have to correct it by hand.
- in netsurf i now get the name of the php as filename when i try to download a file, i have to correct it by hand.

is it possible that these 'failures' are also based on server-side settings?

thanks in advance
aragon

aragon
Posts: 1698
Joined: Mon 15 Oct 2007, 12:18
Location: Germany

#14 Post by aragon »

@ eric

:oops: sorry, now that i think of your pm: the problem is not .ca, download works for both with correct filenames.

problem is murga-linux.com/puppy see attached pics.

it seems that i actually confuse people with my posts (not intended).

sorry for the confusing.

aragon
Attachments
dillo_example.png
(65 KiB) Downloaded 2806 times
netsurf_example.png
(40.37 KiB) Downloaded 3205 times

User avatar
Colonel Panic
Posts: 2171
Joined: Sat 16 Sep 2006, 11:09

#15 Post by Colonel Panic »

Just downloaded and am using this now, it's a decent alternative to Dillo (which I still use) as far as I can see, especially now it's got tabs.
Gigabyte M68MT-52P motherboard, AMD Athlon II X4 630, 5.8 GB of DDR3 RAM and a 250 GB Hitachi hard drive running Ubuntu 16.04.6, MX-19.2, Peppermint 10, PCLinuxOS 20.02, LXLE 18.04.3, Pardus 19.2, exGENT 200119, Bionic Pup 8.0 and Xenial CE 7.5 XL.

aragon
Posts: 1698
Joined: Mon 15 Oct 2007, 12:18
Location: Germany

#16 Post by aragon »

Uploaded actual stable version to post 1.

aragon

Post Reply