diff options
author | kris <kris@FreeBSD.org> | 2000-03-05 18:15:06 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-03-05 18:15:06 +0800 |
commit | 1fa7c22ad2263a3837f4a85943280b9015f60085 (patch) | |
tree | 45333b1139dfcd9674c959898b63ac8f8c6d8a07 /www/nscache/pkg-descr | |
parent | 8f9ead8785058975f4f4c380fb12054f76346b2d (diff) | |
download | freebsd-ports-graphics-1fa7c22ad2263a3837f4a85943280b9015f60085.tar.gz freebsd-ports-graphics-1fa7c22ad2263a3837f4a85943280b9015f60085.tar.zst freebsd-ports-graphics-1fa7c22ad2263a3837f4a85943280b9015f60085.zip |
Grr, add the rest of these files.
Diffstat (limited to 'www/nscache/pkg-descr')
-rw-r--r-- | www/nscache/pkg-descr | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www/nscache/pkg-descr b/www/nscache/pkg-descr new file mode 100644 index 00000000000..14ac0665d7a --- /dev/null +++ b/www/nscache/pkg-descr @@ -0,0 +1,22 @@ +from nscache's README: + +NScache is simple program for viewing and amanging contents of Netscape(tm) +browsers cache directory. + +It have very easy user interface writen by using of GTK+1.2 widget libraries. +It shows 3 levels tree of cache contents. At first level are protocols, at +second level are servers and at third level are regular documents. + +For each document there is shown its URL, name of cache file, its size, +MIME type, encoding type, character set for HTML documents, modification +time, access time and time when document expires. + +When you press right mouse button inside tree list, you can make any action +on selected item. You can save file from cache to other location, you can +remove files and entries from chache (one or all entries for server), or you +can compute numbers of documents in subtrees and size of all documets in +subtree. You can launch any viewer command on cache file or on source URL. +The viewers you can assign to any MIME type. You can also copy selected URL +to clipboard. + +WWW: http://www.idata.sk/~ondrej/ |