-
Notifications
You must be signed in to change notification settings - Fork 3
/
mailinglist.haml
39 lines (38 loc) · 1.34 KB
/
mailinglist.haml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
!!! html
%html
%head
= Haml::Engine.new(File.read("assets/haml-includes/head.haml")).render
%body{:onload => "animateBackground();"}
= Haml::Engine.new(File.read("assets/haml-includes/fullscreen.haml")).render
.content
= Haml::Engine.new(File.read("assets/haml-includes/logo.haml")).render
= Haml::Engine.new(File.read("assets/haml-includes/menu.haml")).render
.page
%h1 Mailing list
%p
To be informed of new releases, subscribe to the
= succeed ":" do
%b htop mailing list
%p
You can subscribe by sending an email to
%a{:href => "mailto:[email protected]"} [email protected]
with
"subscribe" in the subject.
%br/
Likewise, to unsubscribe send a message to
%a{:href => "mailto:[email protected]"} [email protected]
with "unsubscribe" in the subject.
%p
You can also search the
= succeed "." do
%a{:href => "https://groups.io/g/htop/topics"} list archive
%p
More information at the
= succeed "," do
%a{:href => "https://groups.io/g/htop"} htop mailing list page
= succeed "." do
%a{:href => "https://groups.io"} Groups.io
page.
%br/
%br/
%br/