From a32371960aa0cff562d328b49b7e87793f2a19c8 Mon Sep 17 00:00:00 2001 From: tokul Date: Thu, 26 May 2005 14:06:34 +0000 Subject: [PATCH] adding sgml documents git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9464 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- doc/manual/Makefile | 111 +++++++++++++++++++ doc/manual/README | 20 ++++ doc/manual/admin.sgml | 221 +++++++++++++++++++++++++++++++++++++ doc/manual/devel.sgml | 76 +++++++++++++ doc/manual/index.php | 168 ++++++++++++++++++++++++++++ doc/manual/next.png | Bin 0 -> 250 bytes doc/manual/prev.png | Bin 0 -> 252 bytes doc/manual/site_footer.inc | 1 + doc/manual/site_header.inc | 5 + doc/manual/toc.png | Bin 0 -> 229 bytes doc/manual/user.sgml | 51 +++++++++ 11 files changed, 653 insertions(+) create mode 100644 doc/manual/Makefile create mode 100644 doc/manual/README create mode 100644 doc/manual/admin.sgml create mode 100644 doc/manual/devel.sgml create mode 100644 doc/manual/index.php create mode 100644 doc/manual/next.png create mode 100644 doc/manual/prev.png create mode 100644 doc/manual/site_footer.inc create mode 100644 doc/manual/site_header.inc create mode 100644 doc/manual/toc.png create mode 100644 doc/manual/user.sgml diff --git a/doc/manual/Makefile b/doc/manual/Makefile new file mode 100644 index 00000000..05f90760 --- /dev/null +++ b/doc/manual/Makefile @@ -0,0 +1,111 @@ +#! /bin/make -f +# +# Copyright (c) 2005 The SquirrelMail Project Team +# This file is part of SquirrelMail webmail interface documentation. +# +# SquirrelMail is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# SquirrelMail is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with SquirrelMail; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# + +# old multiple commands way +# COMMAND=sgml2 + +# new single command approach +COMMAND=linuxdoc --backend= + +# rtf and check outputs can't process multiple files +SOURCE=admin.sgml user.sgml devel.sgml + +SITEPATH="/home/groups/s/sq/squirrelmail/htdocs/manuals/" + +all: admin user devel + echo "all output formats are created!" + +site: + $(COMMAND)html $(SOURCE) \ + --header=site_header.inc --footer=site_footer.inc \ + --imagebuttons + +html: + $(COMMAND)$@ $(SOURCE) + +check: + $(COMMAND)$@ admin.sgml + $(COMMAND)$@ user.sgml + $(COMMAND)$@ devel.sgml + +admin: + $(COMMAND)txt $@.sgml + $(COMMAND)html $@.sgml --split=2 + $(COMMAND)latex -o tex $@.sgml + $(COMMAND)latex -o dvi $@.sgml + $(COMMAND)latex -o ps $@.sgml + $(COMMAND)latex -o pdf $@.sgml + $(COMMAND)info $@.sgml + $(COMMAND)lyx $@.sgml + $(COMMAND)rtf $@.sgml +user: + $(COMMAND)txt $@.sgml + $(COMMAND)html $@.sgml --split=2 + $(COMMAND)latex -o tex $@.sgml + $(COMMAND)latex -o dvi $@.sgml + $(COMMAND)latex -o ps $@.sgml + $(COMMAND)latex -o pdf $@.sgml + $(COMMAND)info $@.sgml + $(COMMAND)lyx $@.sgml + $(COMMAND)rtf $@.sgml + +devel: + $(COMMAND)txt $@.sgml + $(COMMAND)html $@.sgml --split=2 + $(COMMAND)latex -o tex $@.sgml + $(COMMAND)latex -o dvi $@.sgml + $(COMMAND)latex -o ps $@.sgml + $(COMMAND)latex -o pdf $@.sgml + $(COMMAND)info $@.sgml + $(COMMAND)lyx $@.sgml + $(COMMAND)rtf $@.sgml + +install-site: clean site + cp *.html *.png *.php $(SITEPATH) + +install-packed: clean admin user devel + tar -czf $(SITEPATH)admin-html.tar.gz admin*.html + tar -czf $(SITEPATH)user-html.tar.gz user*.html + tar -czf $(SITEPATH)devel-html.tar.gz devel*.html + tar -czf $(SITEPATH)admin-rtf.tar.gz admin*.rtf + tar -czf $(SITEPATH)user-rft.tar.gz user*.rtf + tar -czf $(SITEPATH)devel-rtf.tar.gz devel*.rtf + gzip -c admin.txt > $(SITEPATH)admin.txt.gz + gzip -c devel.txt > $(SITEPATH)devel.txt.gz + gzip -c user.txt > $(SITEPATH)user.txt.gz + gzip -c admin.tex > $(SITEPATH)admin.tex.gz + gzip -c devel.tex > $(SITEPATH)devel.tex.gz + gzip -c user.tex > $(SITEPATH)user.tex.gz + gzip -c admin.dvi > $(SITEPATH)admin.dvi.gz + gzip -c devel.dvi > $(SITEPATH)devel.dvi.gz + gzip -c user.dvi > $(SITEPATH)user.dvi.gz + gzip -c admin.ps > $(SITEPATH)admin.ps.gz + gzip -c devel.ps > $(SITEPATH)devel.ps.gz + gzip -c user.ps > $(SITEPATH)user.ps.gz + gzip -c admin.info > $(SITEPATH)admin.info.gz + gzip -c devel.info > $(SITEPATH)devel.info.gz + gzip -c user.info > $(SITEPATH)user.info.gz + gzip -c admin.lyx > $(SITEPATH)admin.lyx.gz + gzip -c devel.lyx > $(SITEPATH)devel.lyx.gz + gzip -c user.lyx > $(SITEPATH)user.lyx.gz + cp admin.pdf devel.pdf user.pdf $(SITEPATH) + +clean: + rm -f *.txt *.html *.tex *.dvi *.ps *.pdf *.info *.lyx *.rtf diff --git a/doc/manual/README b/doc/manual/README new file mode 100644 index 00000000..f81d835f --- /dev/null +++ b/doc/manual/README @@ -0,0 +1,20 @@ +This directory contains sgml formated SquirrelMail documentation. + +In order to use it, you must compile appropriate documentation with +linuxdoc-tools or other sgml processor. + +You can find information about SGML at +http://www.linuxdocs.org/HOWTOs/mini/DocBook-Install/index.html + +You can find information about linuxdoc-tools at +http://packages.debian.org/linuxdoc-tools/. If you don't have access +to linuxdoc-tools, you might be able to use original SGMLTools or +SGMLTools-lite http://sourceforge.net/projects/sgmltools-lite/ + +Documentation can be compiled with 'make' command issued in this +directory. You will need linuxdoc-tools package with txt, html, +latex (tex, dvi, ps, pdf), info, lyx and rtf support. + +Minimal documentation can be compiled with 'make html' command. + +Documentation formating can be checked with 'make check' command. diff --git a/doc/manual/admin.sgml b/doc/manual/admin.sgml new file mode 100644 index 00000000..64cb7222 --- /dev/null +++ b/doc/manual/admin.sgml @@ -0,0 +1,221 @@ + + +
+ +SquirrelMail Administrator's Manual +<author> +by the SquirrelMail Project Team: +<!-- put your name here --> +</author> +<date>$Date$ +<abstract> +This document provides information about SquirrelMail webmail interface +install procedures. +</abstract> + +<toc> + +<p> +Document version: $Revision$ + +<sect>SquirrelMail overview +<p> +SquirrelMail is a standards-based webmail package written in PHP4. It includes +built-in pure PHP support for the IMAP and SMTP protocols, and all pages render +in pure HTML 4.0 (with no JavaScript required) for maximum compatibility across +browsers. It has very few requirements and is very easy to configure and +install. SquirrelMail has all the functionality you would want from an email +client, including strong MIME support, address books, and folder manipulation. + +<sect1>SquirrelMail Requirements +<sect2>Requirements for running SquirrelMail: +<p> +<itemize> + <item>UNIX/Linux or Windows (UNIX/Linux version may be more functional) + <item>IMAP4rev1 server (e.g. uw-imap, courier-imap, cyrus-imap, hMailServer, + Binc IMAP, CommuniGate, MS Exchange Server, MercuryMail 32, Dovecot) + <item>Web server with PHP4 installed (preferably <url + url="http://httpd.apache.org/" name="Apache httpd">) + <item>You need at least PHP 4.1.2. If you are using PHP 4.1.2 or 4.1.4, please + upgrade to the latest version ( >= 4.1.2.11, >= 4.1.4.1 final). + <item>Perl installed on the system. (If you don't have Perl, SquirrelMail will + work fine but it's very helpful for the initial configuration. + Alternatively, you can manually edit the configuration files.) + <item>Unlike many PHP applications, SquirrelMail does not require MySQL or + other database type. + <item>If you use MySQL for the address book or for prefs, note that Pear DB + lib is required to be installed and available in the include + path. + <item>Aspell installed if using the SquirrelSpell plugin, For UNIX/Linux see: + <url url="http://aspell.sourceforge.net/" name="http://aspell.sourceforge.net/"> + or for Windows, see: <url url="http://aspell.net/win32/" name="http://aspell.net/win32/"> + <item>Japanese language support: PHP must be compiled with the + <tt/--enable-mbstring/ option for SquirrelMail to read and write Japanese + emails. Each user must also set their language option to Japanese. +</itemize> + +<sect2>Preferred configuration: +<p> +<itemize> + <item>php with gettext and mbstring support. Without gettext you lose in + performance. mbstring is actually required if you want a good i18n webmail + system. + <item>imap server that supports sort and thread imap extensions. Without these + extensions you lose in performance. + <item>imap server should support unicode. CourierIMAP must be compiled with + <tt/--enable-unicode/ option. Without it some translations might be unable to use + sorting and threading. +</itemize> + +<sect2>Browser Requirements: +<p> +<itemize> + <item>Cookies must be enabled in your browser. +</itemize> + +<sect>Quick Start Guide +<p> +download it, configure it, use it. + +<sect>Installing SquirrelMail +<sect1>Quick and Dirty install +<p> +QuickAndDirty + +<sect1>Installing SquirrelMail on Unix and Linux systems +<p> +SquirrelMailInstallUnix + +<sect1>Installing Squirrelmail on Windows systems with Apache webserver +<p> +SquirrelMailInstallWin32Apache + +<sect1>Installing SquirrelMail on Windows systems with IIS webserver +<p> +SquirrelMailInstallIIS + +<sect1>Installing SquirrelMail on MaxOS X systems +<p> +MacInfoHere + +<sect>Upgrading SquirrelMail +<p> +Information for upgraders. + +<sect>Configuring SquirrelMail +<p> +run conf.pl script. + +<sect1>basic configuration +<p> +essential configuration steps. + +<sect1>Selecting IMAP server +<p> +Recommend use of presets. List main presets. Explain why setting only +$imap_server_type does not work. + +<sect1>Authentication +<p> +login, cram-md5, digest-md5. + +<sect1>StartTLS, IMAPS, SSMTP +<p> +secure connection ways. supported and not supported. minimal requirements. + +<sect1>Using database backends +<p> +SquirrelMail can store preferences and address books in database. + +<sect1>Using more than one imap server +<p> +How to do that. + +<sect1>Other configuration issues +<p> +Other configuration issues. + +<sect>Optimizing SquirrelMail +<p> +What to do in order to make it fast without toasting the server. + +<sect>Customizing SquirrelMail +<sect1>Plugins +<p> +SquirrelMail is modular system. Interface can be extented with extra features +provided by various plugins. + +<sect1>Themes +<p> +Which color is da best. + +<sect1>Site customizations +<p> +Own login page. Site control with vlogin plugin. + +<sect1>Internationalization +<p> +Using interface with different languages. + +<sect1>Personal and shared address books +<p> +Information about global address books here. + +<sect>FAQ +<p> +Daily questions + +<sect>Solving problems +<sect1>Common PHP error messages +<sect2>unknown function session_id() call +<p> +missing session support + +<sect1>Common interface error messsages +<sect2>Unknown username or password +<p> +password is not ********. you need cookies. + +<sect2>Session timeout +<p> +session.gc_maxlifetime + +<sect2>Can't delete emails. Quota exceeded. +<p> +DisableTrash + +<sect>Support +<p> +Where do I get support? How do I provide feedback, patches, feature +suggestions, bug reports. + +<sect1>SquirrelMail bugtracker +<p> +We have it on SF. + +<sect1>SquirrelMail mailing lists +<p> +We have them too. + +<sect1>Security contacts +<p> +address used for security contact. + +</article> diff --git a/doc/manual/devel.sgml b/doc/manual/devel.sgml new file mode 100644 index 00000000..b310bc1f --- /dev/null +++ b/doc/manual/devel.sgml @@ -0,0 +1,76 @@ +<!doctype linuxdoc system> +<!-- + Copyright (c) 2005 The SquirrelMail Project Team + This file is part of SquirrelMail webmail interface documentation. + + SquirrelMail is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + SquirrelMail is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with SquirrelMail; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +--> +<article> + +<title>SquirrelMail Developer's Manual +<author>The SquirrelMail Project Team: +<!-- put your name here --> +</author> +<date>$Date$ +<abstract> +This document provides information for developers of SquirrelMail webmail interface. +</abstract> + +<toc> + +<p> +Document version: $Revision$ + +<sect>SquirrelMail overview +<p> +SquirrelMail is a standards-based webmail package written in PHP4. It includes +built-in pure PHP support for the IMAP and SMTP protocols, and all pages render +in pure HTML 4.0 (with no JavaScript required) for maximum compatibility across +browsers. It has very few requirements and is very easy to configure and +install. SquirrelMail has all the functionality you would want from an email +client, including strong MIME support, address books, and folder manipulation. + +<sect>General guidelines +<p> +This section should provide some generic information. + +<sect1>Coding guidelines +<p> +Import wiki page + +<sect1>SM_PATH +<p> +Information about SM_PATH constant + +<sect1>includes/validate.php +<p> +Information about files included by validate.php + +<sect1>Compatibility +<p> +Information about compatibility plugin. + +<sect>Developing plugins +<p> +This section should provide information about plugin development. +<sect1>Hooks +<p> +We use hooks. + +<sect>Internationalization +<p> +import i18n.txt + +</article> diff --git a/doc/manual/index.php b/doc/manual/index.php new file mode 100644 index 00000000..c662005f --- /dev/null +++ b/doc/manual/index.php @@ -0,0 +1,168 @@ +<?php +/** + * Copyright (c) 2005 The SquirrelMail Project Team + * This file is part of SquirrelMail webmail interface documentation. + * + * SquirrelMail is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * SquirrelMail is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with SquirrelMail; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * @package squirrelmail + */ + +/** + * Controls anti indexing headers + * @global boolean $block_robots + */ +$block_robots = true; + +/** + * Controls page css + * @global string $custom_css + */ +$custom_css = ''; + +/** + * Controls display of links to other formats + * @global boolean $htmlonly + */ +$htmlonly = false; + +/** + * Controls format of manual links + * @global boolean $packed_manuals + */ +$packed_manuals = false; + +/** include site configuration */ +if (file_exists('site_config.inc')) { + // file can contain variables that are used to control header + include_once('./site_config.inc'); +} + +/** Page header */ +header('Content-Type: text/html; charset=iso-8859-1'); + +echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">'; + +echo "\n<html lang=\"en_US\">\n<head>\n"; + +if ($block_robots) echo "<meta name=\"robots\" content=\"noindex,nofollow\">\n"; + +if ( $custom_css != '' ) { + echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"$custom_css\">\n"; +} + +echo "</head>\n<body>\n"; + +/** check if main admin documentation file exists */ +if (!file_exists('admin.html')) { + echo "<p>You must compile this documentation with linuxdoc tools.</p>\n"; + echo "<p>See <a href=\"README\">README</a> file.</p>\n"; +} else { + echo "<h1>SquirrelMail Administrator's Manual</h1>\n"; + echo "<p>Read <a href=\"admin.html\">html version</a> online</p>\n"; + if (! $htmlonly) { + if (! $packed_manuals) { + echo "<p>Other formats</p>\n" + ."<ul>\n" + ."<li><a href=\"admin.dvi\">Dvi</a></li>\n" + ."<li><a href=\"admin.info\">info</a></li>\n" + ."<li><a href=\"admin.lyx\">lyx</a></li>\n" + ."<li><a href=\"admin.pdf\">pdf</a></li>\n" + ."<li><a href=\"admin.ps\">postscript</a></li>\n" + ."<li><a href=\"admin.rtf\">rfc</a></li>\n" + ."<li><a href=\"admin.sgml\">sgml (original)</a></li>\n" + ."<li><a href=\"admin.tex\">tex</a></li>\n" + ."<li><a href=\"admin.txt\">txt</a></li>\n" + ."</ul>\n"; + } else { + echo "<p>Other formats</p>\n" + ."<ul>\n" + ."<li><a href=\"admin.dvi.gz\">Dvi</a></li>\n" + ."<li><a href=\"admin.info.gz\">info</a></li>\n" + ."<li><a href=\"admin.lyx.gz\">lyx</a></li>\n" + ."<li><a href=\"admin.pdf\">pdf</a></li>\n" + ."<li><a href=\"admin.ps.gz\">postscript</a></li>\n" + ."<li><a href=\"admin.rtf.gz\">rfc</a></li>\n" + ."<li><a href=\"admin.sgml.gz\">sgml (original)</a></li>\n" + ."<li><a href=\"admin.tex.gz\">tex</a></li>\n" + ."<li><a href=\"admin.txt.gz\">txt</a></li>\n" + ."</ul>"; + } + } + echo "<h1>SquirrelMail User's Manual</h1>\n"; + echo "<p>Read <a href=\"user.html\">html version</a> online</p>\n"; + if (! $htmlonly) { + if (! $packed_manuals) { + echo "<p>Other formats</p>\n" + ."<ul>\n" + ."<li><a href=\"user.dvi\">Dvi</a></li>\n" + ."<li><a href=\"user.info\">info</a></li>\n" + ."<li><a href=\"user.lyx\">lyx</a></li>\n" + ."<li><a href=\"user.pdf\">pdf</a></li>\n" + ."<li><a href=\"user.ps\">postscript</a></li>\n" + ."<li><a href=\"user.rtf\">rfc</a></li>\n" + ."<li><a href=\"user.sgml\">sgml (original)</a></li>\n" + ."<li><a href=\"user.tex\">tex</a></li>\n" + ."<li><a href=\"user.txt\">txt</a></li>\n" + ."</ul>\n"; + } else { + echo "<p>Other formats</p>\n" + ."<ul>\n" + ."<li><a href=\"user.dvi.gz\">Dvi</a></li>\n" + ."<li><a href=\"user.info.gz\">info</a></li>\n" + ."<li><a href=\"user.lyx.gz\">lyx</a></li>\n" + ."<li><a href=\"user.pdf\">pdf</a></li>\n" + ."<li><a href=\"user.ps.gz\">postscript</a></li>\n" + ."<li><a href=\"user.rtf.gz\">rfc</a></li>\n" + ."<li><a href=\"user.sgml.gz\">sgml (original)</a></li>\n" + ."<li><a href=\"user.tex.gz\">tex</a></li>\n" + ."<li><a href=\"user.txt.gz\">txt</a></li>\n" + ."</ul>"; + } + } + echo "<h1>SquirrelMail Developer's Manual</h1>\n"; + echo "<p>Read <a href=\"devel.html\">html version</a> online</p>\n"; + if (! $htmlonly) { + if (! $packed_manuals) { + echo "<p>Other formats</p>\n" + ."<ul>\n" + ."<li><a href=\"devel.dvi\">Dvi</a></li>\n" + ."<li><a href=\"devel.info\">info</a></li>\n" + ."<li><a href=\"devel.lyx\">lyx</a></li>\n" + ."<li><a href=\"devel.pdf\">pdf</a></li>\n" + ."<li><a href=\"devel.ps\">postscript</a></li>\n" + ."<li><a href=\"devel.rtf\">rfc</a></li>\n" + ."<li><a href=\"devel.sgml\">sgml (original)</a></li>\n" + ."<li><a href=\"devel.tex\">tex</a></li>\n" + ."<li><a href=\"devel.txt\">txt</a></li>\n" + ."</ul>\n"; + } else { + echo "<p>Other formats</p>\n" + ."<ul>\n" + ."<li><a href=\"devel.dvi.gz\">Dvi</a></li>\n" + ."<li><a href=\"devel.info.gz\">info</a></li>\n" + ."<li><a href=\"devel.lyx.gz\">lyx</a></li>\n" + ."<li><a href=\"devel.pdf\">pdf</a></li>\n" + ."<li><a href=\"devel.ps.gz\">postscript</a></li>\n" + ."<li><a href=\"devel.rtf.gz\">rfc</a></li>\n" + ."<li><a href=\"devel.sgml.gz\">sgml (original)</a></li>\n" + ."<li><a href=\"devel.tex.gz\">tex</a></li>\n" + ."<li><a href=\"devel.txt.gz\">txt</a></li>\n" + ."</ul>"; + } + } +} +?> +</body> +</html> \ No newline at end of file diff --git a/doc/manual/next.png b/doc/manual/next.png new file mode 100644 index 0000000000000000000000000000000000000000..dda7b5841f48f4e8807a3d7917bb168194eb62ce GIT binary patch literal 250 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?!50ihlx9JOMr-u0Xn=VZ#6aAo4^C$1WhB zr6kBN_&-p{L2Km~AfGYG+uensgH_f8$l)yTh%5%uAhrjC+sSM@Aj84a#W95Adh!o` z79Niy_p1~>8p?Ro2&_%tA$3LKoPg98rzwq%nW4(f*H(pUJFH1-`#(SI26JcH1gmO= zkCIso3}vEvjT3frMgh&zE^&=0NzTvBP0cG|P*Cv9Eyyn_Nlj5mE6UGRhzRgi$jnVl ePqk9WORXr;t0>47Hz@=8j=|H_&t;ucLK6T8<V)TF literal 0 HcmV?d00001 diff --git a/doc/manual/prev.png b/doc/manual/prev.png new file mode 100644 index 0000000000000000000000000000000000000000..f1720bc9904be72be24524b342d11e653ddd8d0b GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?!50ihlx9JOMr-u0Xn=VZ#6aAo4^C$1WhB zr6kBN_&-p{L2Km~AfGYG+uensgH_f8$l)yTh%5%uAhrjC+sSM@Aj8Si#W95Adh!o` z79Niy_p1~Nul~0`d|%+-f1dEUQHLd+wnRBg&IvO$FvwUNwYBM?K*v}2)$%Le33U88 z%zvp`E{TDmqFk@HB2wlG&@}B5*NBqj{M_8syb=Zl1<%}q{GyW76os^+{9J{I0AGd7 i+{E-$D}{oh)H1z_f?UZjTlIk27(8A5T-G@yGywqi5>SZ% literal 0 HcmV?d00001 diff --git a/doc/manual/site_footer.inc b/doc/manual/site_footer.inc new file mode 100644 index 00000000..8634a86d --- /dev/null +++ b/doc/manual/site_footer.inc @@ -0,0 +1 @@ +</body></html> \ No newline at end of file diff --git a/doc/manual/site_header.inc b/doc/manual/site_header.inc new file mode 100644 index 00000000..d13f0cb2 --- /dev/null +++ b/doc/manual/site_header.inc @@ -0,0 +1,5 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> + <head> + <!-- we can add own site css here --> + \ No newline at end of file diff --git a/doc/manual/toc.png b/doc/manual/toc.png new file mode 100644 index 0000000000000000000000000000000000000000..1ba84bb9a26dbede74557a269360fc44a934cd1d GIT binary patch literal 229 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?!50ihlx9JOMr-u0Xn=VZ#6aK$;<3GW#iz zVkrso3;quja?o1&1;}Si@^*J&=wOxg0CG4BJR*yMG>GlN;C3?G4#?2)ba4#fxSssu z|HgmzhyM$IG;s2k@%j^al}pubZBzumB42^Q0u481zAOLP8SIPo4!pkqqYkJ~tHd>; zBso7fH#M(>K|#SYw;;c$BsE1LttdZNAtJz6Au~5IJ=IE~BtKcNq9AwP&zh}3T@0SC KelF{r5}E)&+C?(} literal 0 HcmV?d00001 diff --git a/doc/manual/user.sgml b/doc/manual/user.sgml new file mode 100644 index 00000000..f2030fc5 --- /dev/null +++ b/doc/manual/user.sgml @@ -0,0 +1,51 @@ +<!doctype linuxdoc system> +<!-- + Copyright (c) 2005 The SquirrelMail Project Team + This file is part of SquirrelMail webmail interface documentation. + + SquirrelMail is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + SquirrelMail is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with SquirrelMail; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +--> +<article> + +<title>SquirrelMail User's Manual +<author> +by the SquirrelMail Project Team: +<!-- put your name here --> +</author> +<date>$Date$ +<abstract> +This document provides information about usage of SquirrelMail webmail interface. +</abstract> + +<toc> + +<p> +Document version: $Revision$ + +<sect>SquirrelMail overview +<p> +SquirrelMail is a standards-based webmail package written in PHP4. It includes +built-in pure PHP support for the IMAP and SMTP protocols, and all pages render +in pure HTML 4.0 (with no JavaScript required) for maximum compatibility across +browsers. It has very few requirements and is very easy to configure and +install. SquirrelMail has all the functionality you would want from an email +client, including strong MIME support, address books, and folder manipulation. + +<sect>Using SquirrelMail +<sect1>How do we to use SquirrelMail +<p> +See UserManual wiki sections. + +</article> -- 2.25.1