diff options
author | steve <steve@FreeBSD.org> | 1998-05-11 06:21:39 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-05-11 06:21:39 +0800 |
commit | 591957fe10e60e1bbb3ae47548648178c1bbc3f0 (patch) | |
tree | 35df69a9c4b915d804fa150f3b40e41e54bde279 /misc/sma/pkg-message | |
parent | 7a0106d3c991d45926c84487c2039e9f4cf3508f (diff) | |
download | freebsd-ports-graphics-591957fe10e60e1bbb3ae47548648178c1bbc3f0.tar.gz freebsd-ports-graphics-591957fe10e60e1bbb3ae47548648178c1bbc3f0.tar.zst freebsd-ports-graphics-591957fe10e60e1bbb3ae47548648178c1bbc3f0.zip |
Initial import of sma version 0.9.7.
A Scour Media Agent client for UNIX.
PR: 6553, 6554
Submitted by: Donald Burr <dburr@POBoxes.com>
Diffstat (limited to 'misc/sma/pkg-message')
-rw-r--r-- | misc/sma/pkg-message | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/misc/sma/pkg-message b/misc/sma/pkg-message new file mode 100644 index 00000000000..d6f53756e86 --- /dev/null +++ b/misc/sma/pkg-message @@ -0,0 +1,31 @@ +Scour is now successfully installed. + +You can use it either as a standalone program or as a browser plug-in. + +Standalone: +=========== +When you find a file you want to look at on the Scour site, click on it +to download it. Netscape will pop up a "save as" dialog to ask you where +to save a file called "smadlc". Save it anywhere, then from a command line +type "sma /path/to/smadlc" (example: if you saved it as /tmp/smadlc, type +"sma /tmp/smadlc") + +Netscape plug-in: +================= +In the Preferences dialog, click through to the "Navigator/Applications" +hierarchy. Click the "New" button and fill out the dialog as follows: + +Description: Scour Media Agent +MIMEType: application/x-scour-directive +Suffixes: sma +Handled by: Check "Application", and in the box, enter "sma %s" + +Lynx plug-in: +============= +Add the following line to the lynx.cfg file: +VIEWER:application/x-scour-directive:sma %s + +You will also need to install programs for whichever media type(s) you wish +to be able to view. Look around in the /usr/ports hierarchy. + +Now go on over to http://www.scour.net/ and use it! |