浏览代码

Adding kink's instuctions

Fredrik Jervfors 20 年之前
父节点
当前提交
d28d60b932
共有 1 个文件被更改,包括 6 次插入3 次删除
  1. 6 3
      INSTALL

+ 6 - 3
INSTALL

@@ -165,11 +165,14 @@ b. Setting up directories
 
 
 c. Setting up SquirrelMail
 c. Setting up SquirrelMail
 
 
-  There are two ways to configure SquirrelMail.  In the config/ directory,
+  There are three ways to configure SquirrelMail.  In the config/ directory,
   there is a perl script called conf.pl that will aid you in the
   there is a perl script called conf.pl that will aid you in the
   configuration process.  This is the recommended way of handling
   configuration process.  This is the recommended way of handling
   the config.
   the config.
 
 
+  There's also a plugin called 'administrator' for the webinterface but you'll
+  have to be able to at least log in to SquirrelMail first.
+
   You can also copy the config/config_default.php file to config/config.php
   You can also copy the config/config_default.php file to config/config.php
   and edit that manually.
   and edit that manually.
 
 
@@ -211,11 +214,11 @@ c. Setting up SquirrelMail
 
 
   Each translation contains an install script that copies the required files
   Each translation contains an install script that copies the required files
   into their appropriate locations. If you can't run that script, you can
   into their appropriate locations. If you can't run that script, you can
-  extract the contents of translation packages into your SquirrelMail
+  extract the contents of a translation package into your SquirrelMail
   directory.
   directory.
 
 
   NOTE No.1: *-src.tar.gz, *-src.tar.bz2 and *-src.zip archives do not contain
   NOTE No.1: *-src.tar.gz, *-src.tar.bz2 and *-src.zip archives do not contain
-  compiled translation files. You will need to run the compilelocales script
+  compiled translation files. You will need to run the "compilelocales" script
   in order to get all gettext binary translations.
   in order to get all gettext binary translations.
 
 
   NOTE No.2: You might need to restart your webserver before using translations.
   NOTE No.2: You might need to restart your webserver before using translations.