From ea7a35e3de1caa62370eb1b2f849145c1bd04f45 Mon Sep 17 00:00:00 2001 From: "ribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Wed, 9 Jun 2004 22:50:49 +0000 Subject: BUILD : 1.7.3 (181) BUGS : 87 NOTES : Fixed several spelling and typing errors in the examples and docs. Thanks to GD for assisting corrections. git-svn-id: svn://svn.anope.org/anope/trunk@181 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@126 5417fbe8-f217-4b02-8779-1006273d7864 --- docs/FAQ | 8 ++++---- docs/INSTALL | 4 ++-- docs/MODULES | 6 +++--- docs/MYSQL | 20 ++++++++++---------- docs/README | 11 ++++++----- 5 files changed, 25 insertions(+), 24 deletions(-) (limited to 'docs') diff --git a/docs/FAQ b/docs/FAQ index 014d3a34d..6f567e0f4 100644 --- a/docs/FAQ +++ b/docs/FAQ @@ -114,12 +114,12 @@ Index: 3. Does Anope run under Windows? - Well... not officialy. Bu there is a cygwin based patch that makes + Well... not officially. Bu there is a cygwin based patch that makes Anope work on Windows. Note, however, that some features might not work, and you should take that into consideration when answering the questions of ./configure (i.e. MySQL, Modules). - You can obtain a pre-build copy of Anope for Windoes from + You can obtain a pre-build copy of Anope for Windows from http://www.wircds.net/ although we have "blessed" that port, we do not provide support for it. If you can't get it work, go to wIRCds.net forum. @@ -193,7 +193,7 @@ Index: "connection refused" or something similar, and Anope gives an error message from the server saying "Closing Link: ...". - See seection 3 of the INSTALL file. + See section 3 of the INSTALL file. 10. My IRC server is giving me messages like "Connection to @@ -400,7 +400,7 @@ Index: be ignored, even if the problem happens not immediately. -31. I would like to have the list of the differents RAW on operserv +31. I would like to have the list of the different RAW on operserv If you have to ask, you should not be messing with RAW :) diff --git a/docs/INSTALL b/docs/INSTALL index c3a165538..da67aa8cb 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -52,7 +52,7 @@ compiler and C library versions. Now go into the data directory (by default, ~/services). Copy the example.conf file to services.conf, and open the latter with your -favourite text editor. It contains all the configuration +favorite text editor. It contains all the configuration directives Anope will use at startup. Read the instructions contained in the file carefully. Using the default values is NOT a good idea, and will most likely not work! @@ -96,7 +96,7 @@ Y:27:180:0:0:4000000 C:127.0.0.1:mypass:Services.LocalHost.Net::30 N:127.0.0.1:mypass:Services.LocalHost.Net::30 -mypass is the same password you mentionned in the RemoteServer +mypass is the same password you mentioned in the RemoteServer configuration directive. 127.0.0.1 is the IP from which Services connect from (linking in localhost is the most efficient way to run Services). diff --git a/docs/MODULES b/docs/MODULES index 84467cc92..114d0330c 100644 --- a/docs/MODULES +++ b/docs/MODULES @@ -67,18 +67,18 @@ Example: * Note that the name of the module file is "hs_moo.c", yet we load and reference the module as "hs_moo" only. By naming convention - modules have an abreviated service name they attach to (hs_ for + modules have an abbreviated service name they attach to (hs_ for HostServ, cs_ for ChanServ, etc) followed by a descriptive keyword. More Modules: - Anope ships with two sample modules that only ilustrates some of the + Anope ships with two sample modules that only illustrates some of the implemented module capabilities. They don't really do much or anything useful. You can download more useful modules from http://www.anope.org/ or from our interim modules development website http://modules.anope.org/. Just - grab the module file (usualy with a .c extension). Place the module + grab the module file (usually with a .c extension). Place the module file on your compile "modules" folder. The same folder that contain both hs_moo.c and catserv.c module files. diff --git a/docs/MYSQL b/docs/MYSQL index 1d5bcce3f..fe87e03fc 100644 --- a/docs/MYSQL +++ b/docs/MYSQL @@ -9,13 +9,13 @@ Introduction: accessible on your website is still a great feature. PHASE 1:Anope will be able to save all it's databases to MySQL. It will - happen in conjuction with the current FFF databases. This first step is + happen in conjunction with the current FFF databases. This first step is nothing more than a MySQL dump of the databases (i.e. read-only), since Anope will not (for now) read from Mysql. (COMPLETED) - PHASE 2:The next step is load the databases from mysql, being able to + PHASE 2:The next step is load the databases from MySQL, being able to replace the FFF completely as an archive method (since all changes to - the mysql db would be lost on the next Services save). All, while keeping + the MySQL db would be lost on the next Services save). All, while keeping FFF intact. This is still not the final goal, but it's a milestone. (COMPLETED) @@ -26,13 +26,13 @@ Introduction: PHASE 3:The next step, and most convoluted of all (since we'll need to modify pretty much all the source) is to load/save (SELECT/INSERT) data - in realtime. That way the mysql db could be modified externaly (web?). + in realtime. That way the MySQL db could be modified externally (web?). Again, the FFF will be kept intact. Requirements: 1. MySQL server version 3.23.32 or greater - 2. MySQL libs and development files (usualy called mysql-dev). + 2. MySQL libs and development files (usually called mysql-dev). 3. A MySQL user account 4. A MySQL database @@ -56,7 +56,7 @@ Configuration: 1. Run bin/mydbgen to help on the schema creation and adjustments. - 2. Edit services.conf and add your mysql data to the MySQL configuration + 2. Edit services.conf and add your MySQL data to the MySQL configuration block. 3. Start or restart services to make use of the new Anope executable. @@ -65,7 +65,7 @@ Security: To add a layer of security you have the option of encrypting or encoding all passwords for nicks and chans. Use the "MysqlSecure" directive on your - services.conf file to enable it. The availabe storage methods are: + services.conf file to enable it. The available storage methods are: #MysqlSecure "" or MysqlSecure "" @@ -74,8 +74,8 @@ Security: MysqlSecure "des" - Encrypts all passwords using a unix DES encription. This is a one way - encryption algorithm. You can only validate it agains another DES + Encrypts all passwords using a UNIX DES encryption. This is a one way + encryption algorithm. You can only validate it against another DES encrypted string, using the same "salt" (the first two characters of the encrypted string). FAST @@ -93,7 +93,7 @@ Security: MysqlSecure "mykey" Encodes the passwords using "mykey" as the encryption password. It - produces a binary string and can be decoded using the MySQL builtit + produces a binary string and can be decoded using the MySQL built in function DECODE(crypt_str,mykey). VARIABLE Caveat: Keep in mind that this if you use any method other than clear diff --git a/docs/README b/docs/README index 36950b3a0..22c1db10c 100644 --- a/docs/README +++ b/docs/README @@ -89,7 +89,7 @@ Currently available services are: * ChanServ, a powerful channel manager that helps users to administer their channels in a totally customizable way. ChanServ has an internal - list of privilegied users and banned users that controls accesses + list of privileged users and banned users that controls accesses on a per-channel basis. It eliminates all takeover problems, because of its powerful op/unban/invite and even mass deop and mass kick functions. @@ -116,7 +116,7 @@ Currently available services are: * HostServ, a neat service that allows users to show custom vHosts (virtual hosts) instead of their real IP address; this only - works on deamons supporting ip cloaking, such as UnrealIRCd and + works on daemons supporting ip cloaking, such as UnrealIRCd and UltimateIRCd. * HelpServ, a skeleton service used to serve help files. @@ -129,8 +129,9 @@ Anope currently works with: - ViagraIRCd 1.3 or later - Hybrid 7 or later - PTlink 6.15 or later + - RageIRCd 2.0 beta-3 or later -Anope could also work with some of the deamons derivated by the ones +Anope could also work with some of the daemons derived by the ones listed above. @@ -249,7 +250,7 @@ follow the following instructions: * Copy the lang/en_us.l file to a meaningful name (for example, if you would like to translate messages in Spanish, you would rename it to es.l). - * Edit the file with your favourite text editor. Carefully read + * Edit the file with your favorite text editor. Carefully read the instructions given at the top of the file, and start translating the whole file. The file is big so make sure you have some coffee available. ;) Try to avoid the use of English words @@ -285,7 +286,7 @@ else to complete the translation!... ;) * For announcements and discussions about Anope, please visit our Portal and Forums at http://www.anope.org/ make sure you register yourself and -your netowrk to get full benefits. +your network to get full benefits. * If you read the documentation carefully, and didn't find the answer to your question, feel free to post on the website forums or join our -- cgit