From ad89735d9e7441d4bb8f4bce749da8bb8c68c559 Mon Sep 17 00:00:00 2001 From: JD Horelick Date: Mon, 8 Mar 2010 05:00:58 -0500 Subject: [PATCH] Update a few docs files. --- INSTALL | 21 +++++++++------------ Mercurial-Access | 10 +++++----- README.FIRST | 23 +++++++++++------------ 3 files changed, 25 insertions(+), 29 deletions(-) diff --git a/INSTALL b/INSTALL index cc6c782..e6baaf1 100644 --- a/INSTALL +++ b/INSTALL @@ -1,10 +1,11 @@ - Charybdis INSTALL Document + ShadowIRCd INSTALL Document $Id: INSTALL 3384 2007-04-03 22:45:04Z jilles $ Copyright (c) 2001 by ircd-hybrid team Copyright (c) 2002-2004 ircd-ratbox development team Copyright (c) 2005-2008 charybdis development team + Copyright (c) 2010 by ShadowIRCd development team ---------------------------------------------------------------------- @@ -17,7 +18,7 @@ 1. Read the NEWS file to find out about the exciting new features in - this version. Other good reads are BUGS, doc/example.conf, and + this version. Other good reads are doc/example.conf, and README.FIRST. 2. @@ -25,7 +26,7 @@ Run the configure script. It will create include/setup.h and the Makefiles to match your system. In ircd-ratbox, the paths are now handled with the --prefix option to configure, not in config.h. - /usr/local/ircd is the default if no prefix is specified. + $HOME/ircd is the default if no prefix is specified. ./configure --prefix="/usr/local/ircd" @@ -136,16 +137,12 @@ HOW TO GET HELP - Send Check or Money Order to... just kidding! You're on your own for - support. Try asking other ircd-ratbox admins on EFnet if you can't fix it - yourself. If you do fix anything, however, please send context or unified - diffs to ircd-ratbox@lists.ratbox.org so the fixes can be incorporated into - the next release of ircd-hybrid. If ratbox crashes on you, PLEASE contact - ircd-ratbox@lists.ratbox.org ASAP with a backtrace of the core. + The best way to get help regarding bugs and such is by asking on our + IRC channel which is at irc.thinstack.net #shadowircd . Bugs can also + be filed on our bugtracker at: + + http://bitbucket.org/uranium/shadowircd/issues/?status=new&status=open - DISCUSSION: There is a mailing list for discussion of ratbox issues, - To subscribe, visit: - http://lists.ratbox.org/cgi-bin/mailman/listinfo/ircd-ratbox ---------------------------------------------------------------------- diff --git a/Mercurial-Access b/Mercurial-Access index 79e8a90..48b130e 100644 --- a/Mercurial-Access +++ b/Mercurial-Access @@ -1,9 +1,9 @@ -The Charybdis Mercurial repository can be checked out using the following command: - hg clone http://hg.atheme.org/charybdis/ charybdis-devel +The ShadowIRCd Mercurial repository can be checked out using the following command: + hg clone http://bitbucket.org/uranium/shadowircd/ shadowircd-devel The stable version can be checked out using the following command: - hg clone http://hg.atheme.org/release/charybdis-3.0/ charybdis-stable + hg clone http://bitbucket.org/uranium/shadowircd-6.0/ shadowircd-6.0 -Charybdis's Mercurial repository depot can be browsed over the internet at +ShadowIRCd's Mercurial repository depot can be browsed over the internet at the following address: - http://hg.atheme.org/ + http://bitbucket.org/uranium/shadowircd/ diff --git a/README.FIRST b/README.FIRST index aef4008..9c63d4a 100644 --- a/README.FIRST +++ b/README.FIRST @@ -17,11 +17,6 @@ If you don't read this first, we won't help you. ******************************* REQUIREMENTS ********************************** New Features - A short introduction: -- charybdis-3.x now has several major changes over previous version that you - will notice right away. - o SSL Client support. - o Connection Throttling. - - Please see NEWS for more detailed changes. @@ -37,6 +32,9 @@ Necessary Requirements: appears to be broken, on this system flex should be used. +- A working parser/generator. bison is + recommended on most platforms. + Feature Specific Requirements: @@ -47,10 +45,10 @@ Feature Specific Requirements: ******************************************************************************* -- To report bugs in charybdis, visit us at irc.atheme.org #charybdis +- To report bugs in ShadowIRCd, visit us at irc.thinstack.net #shadowircd - See the INSTALL document for info on configuring and compiling - charybdis. + ShadowIRCd. - Please read doc/index.txt to get an overview of the current documentation. @@ -73,11 +71,12 @@ Feature Specific Requirements: flags for cc(1) prior to that point to produce shared modules. - SUPPORTED PLATFORMS: this code should compile without any warnings on: - FreeBSD 6.x/7.x, + FreeBSD 6.x/7.x/8.x, Gentoo & Gentoo Hardened ~x86/~amd64/~fbsd Fedora 8/9 / CentOS 4/5 / Redhat Enterprise 5 - Debian Etch, + Debian Etch/Lenny/Squeeze, OpenSuSE 10/11, + ArchLinux, OpenSolaris 2008.x? Solaris 10 sparc. @@ -86,8 +85,8 @@ Feature Specific Requirements: - TESTED PLATFORMS: The code has been tested on the following platforms, and is known to run properly. - FreeBSD 6.x/7.x - Linux glibc-2.6, glibc-2.7 + FreeBSD 6.x/7.x/8.x + Linux glibc-2.6, glibc-2.7, glibc-2.8, glibc-2.10, glibc-2.11 Solaris 2.6/7/8 OpenBSD 2.8 NetBSD 1.4 @@ -95,7 +94,7 @@ Feature Specific Requirements: - Please read NEWS for information about what is in this release -- Other files recommended for reading: BUGS, INSTALL +- Other files recommended for reading: INSTALL -------------------------------------------------------------------------------- $Id$