fixed typo in README.md, improved css
This commit is contained in:
@@ -19,12 +19,12 @@ When enabling a list, this software connects to the respective mailbox and waits
|
|||||||
## How does subscription work?
|
## How does subscription work?
|
||||||
|
|
||||||
You can make public every mailing list you create.
|
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?
|
## Is it free?
|
||||||
|
|
||||||
Yes. _Widerhall_ is FOSS, which stands for Free Open Source Software.
|
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
|
## Instructions
|
||||||
|
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>org.example</groupId>
|
<groupId>org.example</groupId>
|
||||||
<artifactId>Widerhall</artifactId>
|
<artifactId>Widerhall</artifactId>
|
||||||
<version>0.2.34</version>
|
<version>0.2.35</version>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
@@ -115,4 +115,14 @@ td, th{
|
|||||||
padding: 6px 0;
|
padding: 6px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
text-align: left;
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#archive a{
|
||||||
|
background: none;
|
||||||
|
border: none;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user