--------------------------------Linux Guide---------------------------------- by Ingo Blechschmidt (c) 2002 ----------------------------------------------------------------------------- ------------------------- 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 ----------------------------------------------------------------------------- Die ständigen Werbebanner auf Webseiten nerven Sie? Dauert es Ihnen zu lange, bis eine Site fertig gerendert ist? Links wird Ihnen helfen. ----------------------------------------------------------------------------- Links 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: 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, siehe <"down/lll">DOwnload und die modifizierte Startseite, siehe <"down/startpage.html">Download: --------CODE--------: 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 ""$1"
"; }'` echo "s+XXXcccXXX+$NOTS+" # his by Mon Okt 22 15:04:23 MEST 2001! HIS=`tail -n 8 ~/.links/links.his | gawk '{ print ""$0"
"; }'` 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 --------/CODE-------- --------CODE--------: startpage.html Links Start Page

Links Start Page

Welcome to Links!

[Links Home Page | Links Downloads]

[Linux Guide]

Useful Commands

Menu:ESC
Color: ESC-s-t
Go to URL: g
Exit:Ctrl-C

Frequently Visited Pages

Search the WWW with Google!.

Enter search term(s):  

Last URLs you surfed to

    CCCxxxCCC

Notes

    XXXcccXXX

Quicklinks


Links. The WWW Text Browser.

Copyright (C) Mikulas Patocka 1999, 2000.

Startpage.html by Cliff Cunnington


Revision date: 2000-02-16


--------/CODE-------- Happy Linksing! ----------------------------------------------------------------------------- ----------------------------------------------------------------------------- This document is distributed under the terms of the GNU Free Documentation License.