-
Notifications
You must be signed in to change notification settings - Fork 70
/
index.html
221 lines (219 loc) · 9.61 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8"/>
<title>Apache Whimsy</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/assets/bootstrap-min.css"/>
<style type="text/css">
h2 {text-decoration: underline}
header h2 span {display: none}
header:hover h2 span {display: inline}
aside {display: none}
header:hover aside {margin-left: 4em; display: block;
border: 3px solid #B7B; padding: 1em; border-radius: 1em;
position: absolute; background-color: white}
aside ol {margin-bottom: 0}
.footer {
margin-top: 20px;
margin-left: 20px;
}
</style>
</head>
<body>
<div class="header container-fluid">
<div class="row">
<div class="col-sm-4 hidden-xs">
<a href="https://www.apache.org/">
<img title="The Apache Software Foundation" alt="ASF Logo" width="250" height="101" style="margin-left: 10px; margin-top: 10px;" src="https://www.apache.org/foundation/press/kit/asf_logo_small.png"/>
</a>
</div>
<div class="col-sm-3 col-xs-3">
<a href="/">
<img title="Whimsy project home" alt="Whimsy hat logo" src="/whimsy.svg" width="145" height="101"/>
</a>
</div>
<div class="col-sm-5 col-xs-9 align-bottom">
<ul class="nav nav-tabs">
<li role="presentation">
<a href="https://github.com/apache/whimsy/">
Code
</a>
</li>
<li role="presentation">
<a href="https://lists.apache.org/[email protected]">
Questions
</a>
</li>
<li role="presentation">
<a href="https://issues.apache.org/jira/projects/WHIMSY/issues">
Issues
</a>
</li>
<li role="presentation">
<a href="status/">
Server status
</a>
</li>
<li role="presentation">
<a href="/technology">
About
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="content container-fluid">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<header>
<h2><a href="http://dictionary.reference.com/browse/whimsy">Whim<span>·</span>sy</a></h2>
<aside>
[hwim-zee, wim-] noun, plural whim·sies.
<ol>
<li>capricious humor or disposition; extravagant, fanciful, or
excessively playful expression: a play with lots of whimsy.</li>
<li>an odd or fanciful notion.</li>
<li>anything odd or fanciful; a product of playful or capricious
fancy: a whimsy from an otherwise thoughtful writer.</li>
</ol>
</aside>
<blockquote>
Whimsy is a site where a set of unnecessary yet highly useful applications are deployed at Apache.
</blockquote>
</header>
<p>The <a href="https://whimsical.apache.org/">Apache Whimsy PMC</a> manages this server, and maintains the tools here.
Our focus is on providing organizational information about the ASF and our projects
in easy to consume ways, and helping to automate corporate processes at the ASF to
make the paperwork behind the scenes easier for our many volunteers.
Please see the Code, Questions, or Issues links above to learn more about the project.
</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title">Publicly Accessible Tools</h3>
</div>
<div class="panel-body">
<ul>
<li><a href="board/minutes/">Board minutes collated by PMC/officer/topic</a></li>
<li><a href="board_minutes/">Board minutes with anchors</a></li>
<li><a href="incubator/podlings/by-age">Incubator podlings by age</a></li>
<li><a href="public/">Generated JSON data files</a></li>
<li><a href="site/">TLP website checks</a></li>
<li><a href="pods/">Podling website checks</a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-6">
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title">Other Apache Resources</h3>
</div>
<div class="panel-body">
<ul>
<li><a href="https://selfserve.apache.org/">ASF Self-Service Platform</a></li>
<li><a href="https://projects.apache.org/">Apache Project listing</a></li>
<li><a href="https://www.apache.org/dev">Apache Developer how-tos</a></li>
<li><a href="https://community.apache.org/">Apache Community how-tos</a></li>
<li><a href="https://infra.apache.org/">Apache Infrastructure information</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="panel panel-info">
<div class="panel-heading">
<h3 class="panel-title">Available to Committers</h3>
</div>
<div class="panel-body">
<ul>
<li><a href="roster/committer/__self__">Your personal details</a></li>
<li><a href="roster/">Rosters</a>
including:
<a href="roster/committee/">PMCs</a>
|
<a href="roster/nonpmc/">Other committees</a>
|
<a href="roster/ppmc/">Podlings</a>
|
<a href="roster/group/">Groups</a>
|
<a href="roster/members">Members</a>
|
<a href="roster/committer/">Committers</a>
</li>
<li><a href="committers/subscribe">Subscribe to and unsubscribe from mailing lists</a></li>
<li><a href="committers/moderationhelper">Helper for mailing list moderators (Beta)</a></li>
<li><a href="committers/tools">More Whimsy Tools</a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-6">
<div class="panel panel-info">
<div class="panel-heading">
<h3 class="panel-title">Tools Restricted to Officers or Members</h3>
</div>
<div class="panel-body">
<ul>
<li><a href="board/agenda/">Board Agenda</a></li>
<li><a href="https://svn.apache.org/repos/private/committers/board/calendar.txt">Board Meeting Calendar</a></li>
<li><a href="members/meeting.cgi">Members' Meeting Information</a></li>
<li><a href="/officers/unlistedclas.cgi">Persons with signed CLAs but who are not (yet) committers.</a></li>
<li><a href="officers">Useful Officer Tools</a></li>
<li><a href="members">Useful Member Tools</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="panel panel-warning">
<div class="panel-heading">
<h3 class="panel-title">Available to Secretarial Team</h3>
</div>
<div class="panel-body">
<ul>
<li><a href="secretary/workbench/">Secretary Workbench</a></li>
<li><a href="secretary/icla-lint">Lint test for iclas.txt</a></li>
<li><a href="secretary/icla-dupes">ICLA duplicates check (ALPHA)</a></li>
<li><a href="secretary/ldap-check">LDAP members and owners checks (may take a while to respond)</a></li>
<li><a href="secretary/memapp_check">Check members.txt against members_apps</a></li>
<li><a href="secretary/emeritus_check">Check members.txt against emeritus applications</a></li>
<li><a href="secretary/public-names">Public names: LDAP vs icla.txt</a></li>
<li><a href="secretary/ldap-names">LDAP name check: compare cn, sn, givenName</a></li>
<li><a href="secretary/ldap-names?skipSN">LDAP name check: compare cn, sn, givenName (only check givenName)</a></li>
<li><a href="secretary/response-time">Response time test</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="footer container-fluid">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">License and Credits</h3>
</div>
<div class="panel-body">
<p>
Copyright © 2015-2024 The Apache Software Foundation, Licensed under
the <a href="https://www.apache.org/licenses/LICENSE-2.0" rel="license">Apache License, Version 2.0</a>.
|
<a href="https://www.apache.org/foundation/policies/privacy.html">Privacy Policy</a>
<br />
Apache®, the names of Apache projects, and the feather logo are either <a href="https://www.apache.org/foundation/marks/list/">registered trademarks or trademarks</a> of The Apache Software Foundation in the United States and/or other countries.
</p>
</div>
</div>
</div>
</body>
</html>