Merge branch 'main' into lang_de

This commit is contained in:
2022-04-23 18:23:23 +02:00
2 changed files with 13 additions and 3 deletions

View File

@@ -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

View File

@@ -116,3 +116,13 @@ td, th{
text-align: center;
}
pre {
text-align: left;
margin-left: 10px;
}
#archive a{
background: none;
border: none;
text-decoration: underline;
}