-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.haml
53 lines (51 loc) · 2.3 KB
/
index.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
!!! 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 htop - an interactive process viewer
%p
This is htop, a cross-platform interactive process viewer.
It is a text-mode application (for console or X terminals)
and requires ncurses.
%p
%a{:href => "https://github.com/htop-dev/htop/releases"} Latest release.
%h2 What's new in htop
%p
If you want to support htop, consider donating at
%a{:href => "https://hcb.hackclub.com/donations/start/htop"} Hack Club.
This US IRS-approved 501(c)(3) nonprofit organization is
hosting htop as our fiscal sponsor since March 2024.
%p
Please check out the
%a{:href => "https://github.com/htop-dev/htop/blob/main/ChangeLog"} changelog
for details and credits of our releases!
%p
Here is Hisham's lightning talk at
%a{:href => "https://fosdem.org"} FOSDEM 2018
presenting the latest and upcoming features at the time:
%div.video-wrapper
%iframe{:allow => "autoplay; encrypted-media", :allowfullscreen => "", :frameborder => "0", :height => "315", :src => "https://www.youtube-nocookie.com/embed/L25waVhy78o", :width => "560"}
%p
Since version 2.0, htop is now
%a{:href => "https://fosdem.org/2016/schedule/event/htop/"} cross-platform!
Check out the
%a{:href => "https://youtu.be/g5GamptmWeA"} video
and
%a{:href => "/assets/static/htop_talk_fosdem2016_hisham.pdf"} slides
of Hisham's presentation at FOSDEM 2016 about how this came to be.
The current releases support Linux, FreeBSD, NetBSD, OpenBSD, DragonFly BSD, MacOS and Solaris.
%center
%p
%a{:href => "images/htop-2.0.png"}
%img{:src => "images/htop-2.0.png"}/
%hr/
%br/
%br/
%br/
%a{:rel => "me", :href => "https://floss.social/@htop"}