diff options
author | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-12-05 23:00:52 +0100 |
---|---|---|
committer | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-12-05 23:00:52 +0100 |
commit | 98fc40d3c0a94e0f9cab6c793b2430c7e5bc0f1a (patch) | |
tree | ff3a18bd293537ad56a48ebcd99fb7fa0cc2ad49 | |
parent | 58716257b35ffdd7e95650e1b9bd9b3b68ac2274 (diff) |
update about for version 2
-rw-r--r-- | src/jwebmail/templates/about.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/jwebmail/templates/about.html b/src/jwebmail/templates/about.html index 836b668..e62e1c6 100644 --- a/src/jwebmail/templates/about.html +++ b/src/jwebmail/templates/about.html @@ -19,19 +19,19 @@ <li>multiple signatures und headers support</li> <li>basic folders support (4 defined folders)</li> <li>featured addressbook</li> - <li>100% Maildir based</li> <li>reads the mail directely from the server disk, without need for POP3 or IMAP</li> --> + <li>100% Maildir based</li> <li>multiple language support</li> <li>session management </li> <li>search for mails</li> - <li>CGI support but also psgi/plack and fcgi</li> + <li>CGI support but also wsgi and fcgi</li> </ul> <p> This is a <a href="http://www.gnu.org/copyleft/gpl.html" target="_new">GPL</a> - licensed project, created by <a href="mailto:">Oliver 'omnis' Müller</a> + licensed project, created by <a href="mailto:">Olivier 'omnis' Müller</a> and currently maintained by <a href="mailto:jannis@fehcom.de">Jannis M. Hoffmann</a> </p> @@ -50,7 +50,7 @@ </ul> <p> - JWebmail is programmed in <a href="http://www.perl.org">Perl</a>, and is + JWebmail is programmed in <a href="http://www.python.org">Python</a>, and is a complete rewrite of oMail-webmail. </p> |