Purpose: WebTree takes an URL and displays the structure of the pages beginning at the specified URL in a tree-shaped form. (The Structure of web pages is rather a directed graph than a tree) This means it shows only a small box per page (if screen space permits, with the page title) and connects these boxes according to their links.
Optionally WebTree creates a mirror of all this pages on your hard disk
Warning: By using this program you could cause a lot of network traffic, and since WWW does no longer stand for World Wide Web but for World Wide Waiting, you should only cause as much network traffic as necessary, not more! Enable the mirror option, so you can view the loaded pages afterwards.
Requirements: For running it on Linux you need the following packages
QT (at least 1.2) available from http://www.troll.no
libkde (at least 0.9) available from http://www.kde.org
Installation:
Get the webtree archive or use CVS to get the sources.
Check out our WebTree Homepage at
www.mondoshawan.ml.org/webtree!
tar -xzvf webtree-src-0.91.tar.gz cd webtree configure make make install
NOTE: The linux executable is spelled 'kwebtree'.
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.