From 2cf2a68bd1c25d8fe4f3126f40bd57982cc6b2a4 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Sun, 3 Dec 2023 19:22:12 +0100 Subject: initial commit --- src/jwebmail/templates/about.html | 62 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 src/jwebmail/templates/about.html (limited to 'src/jwebmail/templates/about.html') diff --git a/src/jwebmail/templates/about.html b/src/jwebmail/templates/about.html new file mode 100644 index 0000000..e197275 --- /dev/null +++ b/src/jwebmail/templates/about.html @@ -0,0 +1,62 @@ +{% extends 'mainlayout.html' %} + +{% block content %} +
+ +
+ +

About JWebmail {{ version }}

+ +

+ JWebmail {{ version }} is a Webmail solution meant to be used with + s/qmail +

+ +

Features

+
    + +
  • multiple language support
  • +
  • session management
  • +
  • search for mails
  • +
  • CGI support but also psgi/plack and fcgi
  • +
+ +

+ This is a + GPL + licensed project, created by Oliver 'omnis' Müller + and currently maintained by + Jannis M. Hoffmann +

+ +

Supported languages

+
    +{% for lang in languages %} +
  • + {{ get_locale().languages[lang.language] }} +
  • +{% endfor %} +
+ +

+ JWebmail is programmed in Perl, and is + a complete rewrite of oMail-webmail. +

+ +
+ + + +
+{% endblock %} -- cgit v1.2.3