added fromtpage
This commit is contained in:
40
static/templates/frontpage.st
Normal file
40
static/templates/frontpage.st
Normal file
@@ -0,0 +1,40 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="stylesheet" href="css" />
|
||||
</head>
|
||||
<body id="login">
|
||||
<h1>Widerhall front page</h1>
|
||||
If you are looking for you mailing lists, <a href="web/index">Go to the /web page</a>...
|
||||
<fieldset>
|
||||
<legend>What is <em>Widerhall</em>?</legend>
|
||||
<p>
|
||||
Widerhall is a mailing list system written in Java.
|
||||
It allows to maintain a set of mailing lists with the option to make (some of) them publicy subscribable.
|
||||
</p>
|
||||
<p>
|
||||
<em>Widerhall</em> is very lightweight, as does not include a full email server stack.
|
||||
</p>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<legend>Why should I use <em>Widerhall</em>?</legend>
|
||||
<p>
|
||||
Compared to other mailing list systems, widerhall is very lightweight:
|
||||
<p>
|
||||
It contains not mailserver stack. It does not even require you to set up a mailserver!
|
||||
</p>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<legend>How does it work?</legend>
|
||||
<p>
|
||||
Widerhall works by just letting you set up any IMAP/SMTP enabled email address with a provider of your choice.
|
||||
It then connects to the inbox of you selected email address and watches for incoming messages.
|
||||
Upon message reception, it forwards the message to all subscribers of the mailing list.
|
||||
</p>
|
||||
<p>
|
||||
That's it.
|
||||
</p>
|
||||
</fieldset>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user