summaryrefslogtreecommitdiff
path: root/chat/cgiirc/MESSAGE
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2004-10-15 18:36:55 +0000
committeradrianp <adrianp@pkgsrc.org>2004-10-15 18:36:55 +0000
commitff5534b09d4b135e9402277c59d9da58b1f9cab6 (patch)
tree3b677e08499c2028875255ec330408acbb9869fa /chat/cgiirc/MESSAGE
parent9d37a869f2b196b97ce093a5b2706d9ca3c3f4cf (diff)
downloadpkgsrc-ff5534b09d4b135e9402277c59d9da58b1f9cab6.tar.gz
CGI:IRC is a Perl/CGI program that lets you access IRC from a web browser, it
is designed to be flexible and has many uses such as an IRC gateway for an IRC network, a chat-room for a website or to access IRC when stuck behind a restrictive firewall.
Diffstat (limited to 'chat/cgiirc/MESSAGE')
-rw-r--r--chat/cgiirc/MESSAGE13
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/cgiirc/MESSAGE b/chat/cgiirc/MESSAGE
new file mode 100644
index 00000000000..8988c34ff33
--- /dev/null
+++ b/chat/cgiirc/MESSAGE
@@ -0,0 +1,13 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2004/10/15 18:36:55 adrianp Exp $
+
+You will need to make CGI:IRC accessible through your HTTP server.
+If you are running Apache then you can add the following line to httpd.conf:
+
+ Include ${PKG_SYSCONFDIR}/cgiirc.conf
+
+to make CGI:IRC accessible through:
+
+ http://www.domain.com/cgiirc/
+
+===========================================================================