ELinks text-only web browser

Stuff that has yet to be sorted into a category.
Post Reply
Message
Author
User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

ELinks text-only web browser

#1 Post by BarryK »

The question was recently asked about turning off images in Mozilla
...well, how about the ultimate in no-images browsing?

I've compiled ELinks, suitable for running in Puppy.
Just download the attachment and expand the tarball.
There are just four files,
/usr/local/bin/elinks
/usr/lib/libjs.so
/usr/lib/libjs.so.1
/root/.elinks/elinks.conf

Copy those files into the correct destinations, then run elinks like this:

# rxvt -fn 9x18 -fb 9x18B -geometry 84x28 -bg black -e elinks

Elinks version 0.10.5 supports css, Javascript, ftp, https, bookmarks, cgi, cookies...

I even went onto the forum.

Many things I haven't tried, like 256 color text... let me know what you
discover!

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#2 Post by BarryK »

A couple of hints:
Press ESC key to bring up the menu.
In the Forum, it seems that pressing ENTER puts you in text-entry mode,
ESC gets out of it.

Bruce B

#3 Post by Bruce B »

Thanks Barry, I'll give it a try.

I have fast cable connection. I set Firefox / Mozilla to load images only from the orginating server. The reason why is because it cuts 90% of the advertising out of the loop as most ads come from remote servers.

Bruce B

#4 Post by Bruce B »

Well, that was pretty easy to setup. Also a fairly intitutive browswer. I'm making this post with elinks, so if you can read it you know it works.

BTW - Thanks for ical with the Puppy v1.0.3 - maybe now I'll be able to organize my time better..

Something I've been wanting to get better at all my life.

Bruce B

#5 Post by Bruce B »

Just as I suspected - elinks doesn't need X to run and it has nice colors.

Great find! I'll make a dotpup for it.

Do you know how I can get mouse support outside X?


---------------------

Also you suggested this:


# rxvt -fn 9x18 -fb 9x18B -geometry 84x28 -bg black -e elinks

But you might like this better: (humor)


# rxvt -fn 9x18 -fb 9x18B -geometry 84x28 -bg black -e elinks www.goosee.com/puppy/

Guest

#6 Post by Guest »

Yeah, it will also be a PupGet for 1.0.4 release.

Elinks is the most incredibly mouse-enabled console application I've ever seen.
Even has right-click popup menu.

It doesn't always seem to work, but images are supposed to have some text, I think "img" and you click on it to view the image.
Elinks looks in /etc/mailcap for file associations, that which application to run for a file type. -- starts mtPaint for images.
-- probably better to have something more basic, like xli image viewer, or mtPaint in view-only mode (no menu). Specific file associations can be specified somewhere... dunno where, maybe in /root/.elinks/elinks.conf.

Note, as Puppy doesn't have gpm support, if you run Elinks without X then you have to drive it totally from the keyboard.

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#7 Post by BarryK »

That was me who posted the above.

I don't know if it supposed to, but the scrollbar in rxvt doesn't work.
But, my mouse scroll-wheel works fine to scroll through a page in Elinks.

GuestToo
Puppy Master
Posts: 4083
Joined: Wed 04 May 2005, 18:11

#8 Post by GuestToo »

i wonder if we could make a gpm dotpup?
http://linux.schottelius.org/gpm/

usually, i try not to duplicate PupGet packages, but anyone can make any package they like

in any programming project, at least 80% of the time spent on the project is spent on testing and bug fixing and configuring and tweaking and making design decisions

on a simple project like making a dotpup, probably 99.9% of the time is spent on doing these types of things

Post Reply