aboutsummaryrefslogtreecommitdiffstats
path: root/www/w3-4
diff options
context:
space:
mode:
authorclive <clive@FreeBSD.org>2001-03-03 11:07:18 +0800
committerclive <clive@FreeBSD.org>2001-03-03 11:07:18 +0800
commit3fdcd1ea9d6f69b6eb0951acd43b904ad4aec063 (patch)
treea6306476759718cf142578b97c51f16992bda87a /www/w3-4
parent544199650bea08c5d2351ea2ceecb6310a99529c (diff)
downloadfreebsd-ports-gnome-3fdcd1ea9d6f69b6eb0951acd43b904ad4aec063.tar.gz
freebsd-ports-gnome-3fdcd1ea9d6f69b6eb0951acd43b904ad4aec063.tar.zst
freebsd-ports-gnome-3fdcd1ea9d6f69b6eb0951acd43b904ad4aec063.zip
Oops, I guess I've "cvs add" before cvs ci in previous commit.
Diffstat (limited to 'www/w3-4')
-rw-r--r--www/w3-4/pkg-message24
1 files changed, 24 insertions, 0 deletions
diff --git a/www/w3-4/pkg-message b/www/w3-4/pkg-message
new file mode 100644
index 000000000000..1a2e562b91a3
--- /dev/null
+++ b/www/w3-4/pkg-message
@@ -0,0 +1,24 @@
+w3-4.0 package is WWW browser package for emacs.
+
+Info path and elisp load path would be set as follows :
+
+ Info path - ${PREFIX}/info
+ load path - ${PREFIX}/share/emacs/site-lisp/w3
+
+You may be happy by adding following lines to your .emacs file:
+
+ (setq url-keep-history t)
+ (setq url-be-asynchronous t)
+ (setq w3-default-homepage
+ "file://localhost/usr/share/doc/handbook/handbook.html")
+
+and copying .mosaic-hotlist-default file from ${PREFIX}/share/examples/w3
+directory to your home directory.
+
+Setting above user environment would be only executed by
+${PREFIX}/share/examples/w3/user-install on your home directory.
+
+If you have installed correctly, type "M-x w3". Enjoy!
+
+- Kiriyama Kazuhiko
+kiri@kiri.toba-cmt.ac.jp