From ee43823179ee627ac16ea9da8168e5f1bf9619c0 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Thu, 29 Oct 2020 12:13:04 +0100 Subject: Initial commit; Stable version --- templates/webmail/about.html.ep | 71 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 templates/webmail/about.html.ep (limited to 'templates/webmail/about.html.ep') diff --git a/templates/webmail/about.html.ep b/templates/webmail/about.html.ep new file mode 100644 index 0000000..c6d1247 --- /dev/null +++ b/templates/webmail/about.html.ep @@ -0,0 +1,71 @@ +%# about template + +% layout 'mainlayout'; + + + + + + + + + + + + + + +
+ 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: +

    +% foreach (@$languages) { + <%= $_ %> +% } +

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