Tux L i n u x * G u i d e

v o n * I n g o * B l e c h s c h m i d t * ( c ) * 2 0 0 1
Tux
|Home|

|Neue Artikel|

|Index|

|Liste|

|Code-Snippets|

|Links|

|Allgemeines|

|Cool Stuff|
Links - der Browser
Sam Oct 20 14:42:40 MEST 2001
links Links Browser,_textbasierter textbasierter_Browser Text textbasiert Textbasierung zgv mutt Menüleiste menu Menü Tabellen table Rahmen frames Frames

Die ständigen Werbebanner auf Webseiten nerven Sie? Dauert es Ihnen zu lange, bis eine Site fertig gerendert ist? Links wird Ihnen helfen.

LinuxGuide Druckbare Version
Man-Page
Sourcecode
Verwandte Artikel:

Seiten zählen und drucken
GnuPG mit Mutt



      .~.   
      /V\   
     // \\  
    /(   )\ 
     ^`~'^  
     


Hosted at Sorceforge.net
No ePATENTS
Viewable With Any Browser
Burn All GIFs!

L
inks ist ein textbasierter Browser, dass heißt: Kein Schnickschnack wie verzierte Rahmen oder ein grelles Hintergrundbild, aber echte Bilder können trotzdem angeschaut werden, mehr dazu weiter unten.
Es gibt mehrere Text-Browser, zum Beispiel lynx, w3m oder eben links: Die Unterschiede sieht man sofort:
http://linide.sourceforge.net/ in Lynx: Keine Tabellen, keine Frames und keine (definierbaren) Farben, die gerendert werden http://linide.sourceforge.net/ in w3m: Tabellen und Frames, aber keine (definierbaren) Farben, die gerendert werden http://linide.sourceforge.net/ in Links: Tabellen, Frames und (definierbare) Farben, die gerendert werden
Die Unterschiede werden erkläart, wenn Sie mit der Maus über die Bilder fahren.
Bilder können auch angeschaut werden, und zwar sowohl w3m als auch in lynx: Es werden einfach die Bilder an ein externes Programm übergeben (zum Beispiel zgv oder display). Bei Links allerdings kann man die Einstellungen bequemer ändern.
Links hat eine Menüzeile, Mausunterschtützung, SSL-, Cookie-, Farben-, Tabellen- und Framesupport. Außerdem hat Links ein komplettes Online-Manual. Perfekt!

Zu links habe ich ein Skript gebastelt, welches die Favoriten als ToSurf-Liste "misbraucht" : Es startet Links mit einer Startseite, die rechts dann die Liste enthält (die Startseite habe ich vom Online-Manual, ich habe sie allerdings geändert. Thanks GPL!) .
Das Skript, DOwnload und die modifizierte Startseite, Download:
# lll ( nach /usr/local/bin kopieren! )
 
#!/bin/bash
# lll - Starts Links with a ToSurf-startpage.
# Copyright (C) Sam Okt 20 15:06:25 MEST 2001 - now by Ingo Blechschmidt.
#
#  This program is free software; you can redistribute it and/or modify
#  it under the terms of the GNU General Public License as published by
#  the Free Software Foundation; either version 2 of the License, or
#  (at your option) any later version.
#
#  This program is distributed in the hope that it will be useful,
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#  GNU General Public License for more details.
#
#  You should have received a copy of the GNU General Public License
#  along with this program; if not, write to the Free Software
#  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
# Ingo Blechschmidt
# Arberstraße 5
# 86179 Augsburg
# E-Mail: iblech@web.de, http://www.way.to/uselinux/
# Tel.: +49 / 821 882955
#
# 

cd $HOME
NOTS=`cat ~/.links/bookmarks | gawk -F \| '{ print "<A HREF=\""$2"\">"$1"</A><BR>"; }'`
echo "s+XXXcccXXX+$NOTS+"
# his by Mon Okt 22 15:04:23 MEST 2001!
HIS=`tail -n 8 ~/.links/links.his | gawk '{ print "<A HREF=\"http://"$0"\">"$0"</A><BR />";
}'`
echo "s+CCCxxxCCC+$HIS"
cat ~/.links/startpage.html | perl -ne "s-XXXcccXXX-$NOTS-; s-CCCxxxCCC-$HIS-; print; " > /tmp/$$ls.html
links /tmp/$$ls.html && rm /tmp/$$ls.html

 
 

# startpage.html
 

<HTML>
<HEAD>
<TITLE>Links Start Page</TITLE>
<!--TIP: Editing this page? Set tabstop=3 and textwidth=120-->
</HEAD>

<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="blue">

<!-- #Fre Okt 19 22:47:20 MEST 2001: sIEHT ZWAR SCHÖN AUS, NIMMT ABER PLATZ WEG
(cAPS lOCK IST EINGESTELLT!)
<H1><FONT COLOR="red">1. Copy this file to ~/.links/startpage.html </FONT></H1>
<H1><FONT COLOR="red">2. Edit it to reflect your preferences.</FONT></H1>
# Next red was lime!
//-->

	<!--Page Title table-->
	<TABLE cellpadding="5" cellspacing="10" VALIGN="top" ALIGN="center" WIDTH="60%" border="1">
		<TR>
			<TD>
<!--EDIT-->
				<H1><FONT COLOR="red"><STRONG>Links Start Page</STRONG></H1>
			</TD>
		</TR>
	</TABLE>
	<!--End of PageTitle table-->
	
	<TABLE align="center" width="80%" border="1">
		<TR>
			<TD WIDTH="60%" align="CENTER" valign="TOP">
				<P><STRONG>Welcome to Links!</STRONG><BR>
				<P>[<A HREF="http://artax.karlin.mff.cuni.cz/~mikulas/links/">Links Home Page</A> | 
					<A HREF="http://artax.karlin.mff.cuni.cz/~mikulas/links/download/">Links Downloads</A>]
				<P>[<A HREF="http://linide.sourceforge.net/uebersicht.html">Linux Guide</A>]
			</TD>
			<TD WIDTH="40%" align="LEFT" valign="TOP">
			<H3 align="center"><FONT COLOR="lime">Useful Commands</FONT></H3>
				<CENTER>
				<TABLE>
				<TR><TD align="right">Menu:</TD><TD><FONT COLOR="lime">ESC</FONT></TD></TR>
				<TR><TD align="right">Color:</TD><TD> <FONT COLOR="lime">ESC-s-t</FONT></TD></TR>
				<TR><TD align="right">Go to URL:</TD><TD> <FONT COLOR="lime">g</FONT></TD></TR>
				<TR><TD align="right">Exit:</TD><TD><FONT COLOR="lime">Ctrl-C</FONT></TD></TR>
				</TABLE>
				</CENTER>
			</TD>
		</TR>
	</TABLE>


<!--BODY table starts here-->
<TABLE cellpadding="5" cellspacing="10"  width="100%"> 
 <TR>
  <TD width="80%" VALIGN="top"> <!--This regulates the width of the first block-->
  
	<!--==========================LEFT HAND SIDE BODY=================================-->

 <TABLE WIDTH="100%" cellpadding="5" cellspacing="10"  border="1" >
  <TR>
	<TD>
<!--EDIT Frequently visited sites and local pages-->
		<H3><FONT COLOR="lime"><STRONG>Frequently Visited Pages</STRONG></FONT></H3>
		 <UL> 	<!--This gives the enclosed text a nice little indent -->
			<CENTER>
			<P>
				[<A HREF="../.netscape/bookmarks.html">Netscape Bookmarks</A> | 
				<A HREF="../lynx_bookmarks.html">Lynx Bookmarks</A>]
			<P>
				[<A HREF="http://linuxtoday.com">Linux Today</A> | 
				<!-- <A HREF="http://www.salon.com/technology">Salon Technology</A> | -->
				<A HREF="http://www.sourceforge.net/account/login.php">Sourceforge</A> | 
				<A HREF="http://www.slashdot.org">Slashdot</A>]
			<P>
				[<A HREF="http://www.gnu.org">GNU Homepage</A> | 
				<A HREF="http://www.linux.org">Linux.org</A>]
			<P>
			   [<A HREF="http://www.hackles.org">Hackles</A>]
		 </UL>
		 </CENTER>
   </TD>
  </TR>
<!--EDIT search engine-->
  <TR>	<!--Search Engine: "some more shameless advertising"-->
	<TD>
	  <H3><FONT COLOR="lime"><STRONG>Search the WWW with</FONT> <FONT COLOR="yellow">Google!</FONT>.</H3>

				<!--TIP: If you don't like using Google, put a search box from your search engine(s) here-->
		      <FORM method=GET action="http://www.google.com/search">
      	   <P>Enter search term(s): &nbsp;<INPUT TYPE=text name=q size=15 maxlength=255 value="">
         	<INPUT type=submit name=sa VALUE="Search">
            <BR><BR>
		      </FORM>
   </TD>
  </TR>
  <!-- Mon Okt 22 15:00:07 MEST 2001 -->
  <TR>
	<TD>
	  <H3><FONT COLOR="lime"><STRONG>Last URLs you surfed to</STRONG></FONT></H3>
	   <UL>
		  CCCxxxCCC
		</UL>
   </TD>
  </TR>
  </TD>
 </TR>
</TABLE>
<!--End of left-hand side body-->
</TD>

<TD width="20%"  VALIGN="top">
<!--Right-hand side body-->
 <TABLE WIDTH="100%" border="1" cellpadding="5" cellspacing="10">
  <TR>
   <TD>
<!--EDIT quicklinks-->
		<!-- Fre Okt 19 19:54:43 MEST 2001 -->
		<H3 align="center">Notes</H3>
		<P>
			<UL>
				<P>
				XXXcccXXX
				</UL>
		<H3 align="center">Quicklinks</H3>
		<P>
   		<UL>
				<P>
				<A HREF="http://www.appwatch.com">Appwatch.com</A><BR>
				<A HREF="http://www.freshmeat.org">Freshmeat</A><BR>
				<A HREF="http://linux.tucows.com">Tucows</A><BR>
				<A HREF="http://www.download.com">CNet</A><BR>
				<P>
				<A HREF="http://www.debian.org">Debian Project</A><BR>
				<A HREF="http://www.redhat.com">RedHat Linux</A><BR>
				<A HREF="http://www.suse.org">Suse</A><BR>
				<A HREF="http://www.slackware.org">Slackware</A><BR>
				<A HREF="http://www.freebsd.org">FreeBSD</A><BR>
				<A HREF="http://www.netbsd.org">NetBSD</A><BR>
				<A HREF="http://www.openbsd.org">OpenBSD</A><BR>
				<P>
				<A HREF="http://www.lwn.net">Linux Weekly News</A><BR>
				<A HREF="http://www.linux.org">Linux.org</A><BR>
				<A HREF="http://www.daemonnews.org">Daemon News</A><BR>
				</UL>
	</TD>
      </TR>
   </TABLE>
	<!--End of right-hand side body-->

	</TD>
</TR>
</TABLE>
<!--End of whole page TABLE-->

<!--EDIT footer-->
<HR width="100%">
<P>Links. The WWW Text Browser. 
<P>Copyright (C) Mikulas Patocka 1999, 2000. 
<P>Startpage.html by Cliff Cunnington
<HR width="100%">
<P>Revision date: 2000-02-16
<HR width="100%">

</BODY>
</HTML>
 
 

Happy Linksing!

Document Informations: Content-Type: text/html; charset=iso-8859-1
Author: Ingo Blechschmidt
Description: LinuxGuide - Die ständigen Werbebanner auf Webseiten nerven Sie? Dauert es Ihnen zu lange, bis eine Site fertig gerendert ist? Links wird Ihnen helfen.
Keywords: links, Links, Browser,_textbasierter, textbasierter_Browser, Text, textbasiert, Textbasierung, zgv, mutt, Menüleiste, menu, Menü, Tabellen, table, Rahmen, frames, Frames, LinuxGuide
Robots: all
Copyright: Copyright (C) 2002 by Ingo Blechschmidt
Date: 2003-10-20T14:42:40+02:00

Stichwortverzeichnis | Neue Artikel | Übersicht | Codesnippets | Links | Copyright | Cool Stuff | Home | Druckbare Version | Manpage | Sourcecode |
Diesen Artikel kritisieren, kommentieren oder ergänzen
Einen Neuen Artikel schreiben

 
This website is distributed under the GNU Free Documentation License .