-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathcommunity.haml
108 lines (101 loc) · 5.29 KB
/
community.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
!!! html
%html
%head
= Haml::Engine.new(File.read("assets/haml-includes/head.haml")).render
%body
= Haml::Engine.new(File.read("assets/haml-includes/navigation.haml")).render
%div{:class => 'community-logo'}
%div{:class => 'site-content'}
%div{:class => 'how-to is-typeset'}
%div{:class => 'row-parent'}
%div{:class => 'row'}
%section{:class => 'row__colspaced'}
%div{:class => 'colspan12-8 push12-2 colspan8-8 colspan6-6 colspan2-1 as-grid with-gutter'}
%div{:class => 'col__module--cta'}
%h2 Community
%div{:class => 'row-parent'}
%div{:class => 'row'}
%section{:class => 'row__colspaced'}
%div{:class => 'colspan12-8 push12-2 colspan8-8 colspan6-6 colspan2-1 as-grid with-gutter'}
%div{:class => 'col__module--img'}
%p
We welcome your involvement in the Performance Co-Pilot project!
If you have discovered a bug, or wish to see a specific new feature,
please report that in one of the
%a{:href => "https://github.com/performancecopilot/pcp/issues"} github issue
trackers associated with the PCP
%a{:href => "https://github.com/performancecopilot"} organization
sub-projects.
%p
You can follow work that others are actively engaged in
using the interactive
%a{:href => "https://github.com/performancecopilot/pcp/projects/1"} roadmap
which also shows when upcoming releases are scheduled.
%p
We are greatly interested in any efforts to expand the scope
of the available performance metrics with new agents, to port existing
performance tools to the PCP APIs, and to develop new clients to
consume and display performance data delivered over the PCP APIs.
%p
It is highly recommended to join the
%a{:href => 'https://groups.io/g/pcp/'} mailing list
and
%a{:href => 'https://h7zo83mvt1.execute-api.us-west-2.amazonaws.com/Express/'} Slack
or
%a{:href => 'irc://irc.libera.chat:6667'} Libera Chat
IRC #pcp channel.
%p
Please refer to the
%a{:href => "https://github.com/performancecopilot/pcp/blob/main/CONTRIBUTING.md"} CONTRIBUTING.md
file in the PCP source tree for further information.
You are also encouraged to read the
%a{:href => "/faq.html"} FAQ
before posting on the mailing list.
%div{:class => 'row-parent'}
%div{:class => 'features_title row'}
%h2{:id => 'mail'} Mailing lists
%div{:class => 'row'}
%section{:class => 'row__colspaced'}
%div{:class => 'colspan12-12 colspan8-8 colspan6-6 colspan2-2 as-grid with-gutter'}
%div{:class => 'col__module--img'}
%p
General user and developer discussion:
%br
%a{:href => 'https://groups.io/g/pcp'} [email protected]
%p
Announcements of new releases and similar information:
%br
%a{:href => 'https://groups.io/g/pcp-announce'} [email protected]
%div{:class => 'row-parent'}
%div{:class => 'features_title row'}
%h2{:id => 'chat'} Chat
%div{:class => 'row'}
%section{:class => 'row__colspaced'}
%div{:class => 'colspan12-12 colspan8-8 colspan6-6 colspan2-2 as-grid with-gutter'}
%div{:class => 'col__module--img'}
%p
You can chat directly with the PCP developers on the #pcp IRC channel on the
%a{:href => 'irc://irc.libera.chat:6667'} Libera Chat
network, or via our
%a{:href => 'https://h7zo83mvt1.execute-api.us-west-2.amazonaws.com/Express/'} Slack
team.
%div{:class => 'row-parent'}
%div{:class => 'features_title row'}
%h2{:id => 'funds'} Funding
%div{:class => 'row'}
%section{:class => 'row__colspaced'}
%div{:class => 'colspan12-12 colspan8-8 colspan6-6 colspan2-2 as-grid with-gutter'}
%div{:class => 'col__module--img'}
%p
%ul
%li
%a{:href => 'https://www.redbubble.com/people/pcp-maintainers/shop'} Swag
T-shirts, caps, stickers, ...
%br
All artist profits from the sale of PCP merchandise
are used to fund continued development and support.
%li
You can also
%a{:href => 'https://opencollective.com/pcp'} donate
directly via our not-for-profit OpenCollective.
= Haml::Engine.new(File.read("assets/haml-includes/footer.haml")).render