-
-
Notifications
You must be signed in to change notification settings - Fork 47
/
index.html
93 lines (93 loc) · 3.34 KB
/
index.html
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
---
layout: default
---
<div class="jumbotron voxpupuli-intro">
<div class="row justify-content-center">
<div class="col-md-3 d-flex align-items-stretch">
<div class="card">
<div class="card-header bg-primary text-white">
repositories
</div>
<div class="card-body">
<h1 id="repository-count">335</h1>
</div>
</div>
</div>
<div class="col-md-3 d-flex align-items-stretch">
<div class="card">
<div class="card-header bg-success text-white">
collaborators
</div>
<div class="card-body">
<h1 id="members-count">217</h1>
</div>
</div>
</div>
<div class="col-md-3 d-flex align-items-stretch">
<div class="card">
<div class="card-header bg-danger text-white">
issues
</div>
<div class="card-body">
<h1 class="github-stat"><a href="https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Avoxpupuli+archived%3Afalse+sort%3Acreated-asc">oldest</a></h1>
<h1 class="github-stat"><a href="https://github.com/issues?q=is%3Aopen+is%3Aissue+user%3Avoxpupuli+archived%3Afalse+sort%3Acreated-desc">newest</a></h1>
</div>
</div>
</div>
<div class="col-md-3 d-flex align-items-stretch">
<div class="card">
<div class="card-header bg-danger text-white">
pull requests
</div>
<div class="card-body">
<h1 class="github-stat"><a href="https://github.com/pulls?q=is%3Aopen+is%3Apr+user%3Avoxpupuli+archived%3Afalse+sort%3Acreated-asc">oldest</a></h1>
<h1 class="github-stat"><a href="https://github.com/pulls?q=is%3Aopen+is%3Apr+user%3Avoxpupuli+archived%3Afalse+sort%3Acreated-desc">newest</a></h1>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="card">
<div class="card-header">Rationale</div>
<div class="card-body">
<p>We are a collective of Puppet module, tooling and documentation authors
all working together to ensure continued development on the code we
maintain.</p>
<p>We work under a shared name and namespace and synchronize our efforts.
Having no official relation to Puppet Inc. allows us to maintain our own
pace and direction when it comes to how we work and develop. However,
all community members are welcome and this includes many Puppet Labs
employees.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<div class="card-header">Modules</div>
<div class="card-body">
<p>One of the benefits we hope to achieve is that by a shared ownership of
modules we no longer end up in situations where the original maintainer
has moved on and a forest of disparate forks try to fill the void.</p>
<p>Since a huge team of contributors has access to our code anyone can
step in and help move a module forward, merge code into it and release
a new version of it.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<div class="card-header">Latest posts</div>
<div class="card-body">
<ul>
{% for post in site.posts limit:5 %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a> ({{ post.date | date: "%Y-%m-%d" }})
</li>
{% endfor %}
</ul>
</div>
</div>
</div>
</div>