From 6e03bcc8c3175c20d0ff5156951529c276f9e635 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Sun, 23 Sep 2007 13:42:31 +0000 Subject: [PATCH] index.php: improved welcome documentation (hopefully) git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@75 a1433add-5e2c-0410-b055-b7f2511e0802 --- index.php | 59 +++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 46 insertions(+), 13 deletions(-) diff --git a/index.php b/index.php index 9b2f756c..00fcc1a5 100644 --- a/index.php +++ b/index.php @@ -22,9 +22,8 @@ if (!file_exists (realpath ("./setup.php"))) header ("Location: login.php"); exit; } -else -{ - print <<< EOF +?> + Welcome to Postfix Admin @@ -33,17 +32,51 @@ else

Welcome to Postfix Admin

- It seems that you are running this version of Postfix Admin for the first time.
-

- You can now run setup to make sure that all the functions are available for Postfix Admin to run.
-

- If you still encounter any problems, please check the documentation and website for more information. -

-

+

What is it?

+

Postfix Admin is a web based interface to configure and manage a Postfix based email server for many users.

+

Postfix Admin can also be used to

+ + +

Licensing

+

Postfix admin is released under the following license :

+ + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License 2 as published by + the Free Software Foundation. + + +

See the following FSF GPL2 page for further information on the license.

+ +

What now?

+ +
    +
  1. Read the INSTALL.txt file
  2. +
  3. Configure Postfix to use your chosen database - see (for example) the following pages : + +
  4. Use it
  5. +
+ +

When you have configured Postfixadmin, this page will no longer appear.

+

You can now run setup to make sure that all the PHP functions are available for Postfix Admin to run.
+

If you still encounter any problems, please check the documentation and website for more information.

+

Postfix Admin Web sites

+

For further help, or documentation please check out - Postfix Admin web site
Knowledge Base +

+

-EOF; -} -?>