diff options
author | Peter Powell <petpow@saberuk.com> | 2015-06-28 11:43:20 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2015-12-14 23:28:35 +0000 |
commit | ea985a39a791ec4f5685fd4a98ad144c81da61c7 (patch) | |
tree | 03107e7cef9497cd80ff46a380624e66705ef27e /docs | |
parent | d9e7c04ad8a52ed526eed3a5e00d97dcea6ba177 (diff) |
Rename "services.conf" to "anope.conf".
Diffstat (limited to 'docs')
-rw-r--r-- | docs/INSTALL | 2 | ||||
-rw-r--r-- | docs/INSTALL.fr | 2 | ||||
-rw-r--r-- | docs/LANGUAGE | 2 | ||||
-rw-r--r-- | docs/TOOLS | 2 | ||||
-rw-r--r-- | docs/WIN32.txt | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/docs/INSTALL b/docs/INSTALL index 2717bc2c2..3601de1de 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -53,7 +53,7 @@ Note: You should also read the README and FAQ files! the memos of any user. Now go into the conf directory (by default, ~/anope/conf). Copy the example - configuration file (example.conf) to services.conf, and open the latter + configuration file (example.conf) to anope.conf, and open the latter with your 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 diff --git a/docs/INSTALL.fr b/docs/INSTALL.fr index 447cc4bb2..b99397120 100644 --- a/docs/INSTALL.fr +++ b/docs/INSTALL.fr @@ -57,7 +57,7 @@ Note : Vous devrez également lire les fichiers README et FAQ ! Allez maintenant dans le répertoire conf (par défaut, ~/anope/conf). Copiez l'exemple de fichier de configuration (example.conf) en - services.conf et ouvrez ce dernier avec votre éditeur de texte favori. + anope.conf et ouvrez ce dernier avec votre éditeur de texte favori. Il contient toutes les directives de configuration qu'Anope va utiliser en démarrant. Lisez attentivement les instructions contenues dans le fichier. L'utilisation des valeurs par défaut n'est pas toujours diff --git a/docs/LANGUAGE b/docs/LANGUAGE index 33fa240fd..24c47124f 100644 --- a/docs/LANGUAGE +++ b/docs/LANGUAGE @@ -25,7 +25,7 @@ Anope Mutli Language Support Anope uses gettext (http://www.gnu.org/software/gettext/) to translate messages for users. To add a new language install gettext and run `msginit -l language -o anope.language.po -i anope.pot`. For example if I was translating to Spanish I could run `msginit -l es_ES -o anope.es_ES.po -i anope.pot`. Open the newly generating .po file and start - translating. Once you are done simply rerun ./Config; make && make install and add the language to your services.conf. + translating. Once you are done simply rerun ./Config; make && make install and add the language to your anope.conf. Note that on Windows it is not quite this simple, windows.cpp must be edited and Anope recompiled and restarted. Poedit (http://www.poedit.net/) is a popular po file editor, and we recommend using it or another editor designed to edit diff --git a/docs/TOOLS b/docs/TOOLS index 2ef279261..26fe9e9ed 100644 --- a/docs/TOOLS +++ b/docs/TOOLS @@ -8,7 +8,7 @@ Anope Bundled Tools The SMTP client can be used instead of sendmail for use with Anope's mail options. To use the SMTP client instead of sendmail, find the line in your - services configuration file (services.conf) that defines sendmailpath. On + services configuration file (anope.conf) that defines sendmailpath. On that line, change the path to your services installation directory, then followed by "bin/anopesmtp" and the IP address of a valid SMTP server. It should look like this: diff --git a/docs/WIN32.txt b/docs/WIN32.txt index 071831995..d0a2a7dd7 100644 --- a/docs/WIN32.txt +++ b/docs/WIN32.txt @@ -103,7 +103,7 @@ Anope for Windows INSTALL within the Solution Explorer. Right-click on INSTALL and choose Build.
When you have done this, all the files will be installed to where they belong.
- The only thing you need to do is rename "data/example.conf" to be "data/services.conf",
+ The only thing you need to do is rename "data/example.conf" to be "data/anope.conf",
and then follow the steps to set up Anope.
You have now completed the building phase of Anope for Windows. You can
@@ -120,7 +120,7 @@ Anope for Windows Notepad will cause strange characters to appear, and you may not be able to
edit the file correctly.
- Open services.conf, and read through it carefully and adjust the settings
+ Open anope.conf, and read through it carefully and adjust the settings
you think you need to adjust.
If you are unsure of the settings, you can go to the dos command prompt
|