dgl/cgiirc
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
CGI:IRC - http://cgiirc.org/ ---------------------------- 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. This is a very quick guide to CGI:IRC, you will find more documentation in the docs directory and on the website. Requirements ------------ 1. Ability to run CGI scripts using Perl 5.004 or greater 2. UNIX based system 3. Acceptable use policy allows access to IRC Generally if you pay your host enough they will let you run CGI:IRC, but beware it does use a lot of memory because each user uses a web server process and a perl process. This is due to the stream based nature and the fact most webservers are designed to serve static content. Installing ---------- These are very simple instructions, see the website for more in depth instructions. 1. Edit the cgiirc.config or cgiirc.config.full (if you use cgiirc.config.full make sure to rename it to cgiirc.config). 2. Copy or upload all the files to your cgi-bin directory, and put the images directory in the correct location (may or may not be inside the cgi-bin directory). If you don't want to the docs directory does not need to be uploaded to the server. 3. Check that all the files have the correct permissions and so on 4. Visit the location you installed irc.cgi to. If it doesn't work see the website as it has answers to common problems. Support ------- CGI:IRC has a mailing list for support questions and anything else: http://lists.sourceforge.net/lists/listinfo/cgiirc-general Make sure you read the FAQ on the website before posting though ;-) -- David Leadbeater <http://contact.dgl.cx/>
About
CGI:IRC web based IRC client
Topics
Resources
Stars
Watchers
Forks
Packages 0
No packages published