Browse Source

Merge branch 'main' into lang_de

lang_de
Stephan Richter 2 years ago
parent
commit
a7b1fa5825
  1. 4
      README.md
  2. 12
      static/templates/css.st

4
README.md

@ -19,12 +19,12 @@ When enabling a list, this software connects to the respective mailbox and waits @@ -19,12 +19,12 @@ When enabling a list, this software connects to the respective mailbox and waits
## How does subscription work?
You can make public every mailing list you create.
All public mailing lists are presented on _Widerhall_`s front page. Visitors may join each of the public mailing lists by hitting the _subscribe_ button. The need to enter their name and email address. After that, they receive a confirmation email with a link, that completes their subscription.
All public mailing lists are presented on _Widerhall_`s front page. Visitors may join each of the public mailing lists by hitting the _subscribe_ button. They need to enter their name and email address. After that, they receive a confirmation email with a link, that completes their subscription.
## Is it free?
Yes. _Widerhall_ is FOSS, which stands for Free Open Source Software.
That means every on can obtain a free copy of the source code and use it on it`s own behalf.
That means everyone can obtain a free copy of the source code and use it on it`s own behalf.
## Instructions

12
static/templates/css.st

@ -115,4 +115,14 @@ td, th{ @@ -115,4 +115,14 @@ td, th{
padding: 6px 0;
text-align: center;
}
pre {
text-align: left;
margin-left: 10px;
}
#archive a{
background: none;
border: none;
text-decoration: underline;
}
Loading…
Cancel
Save