Skip to content

Commit 26dfd04

Browse files
committed
Maven: add metadata digests to xmlpull/xpp3 artifacts
1 parent f81aaf4 commit 26dfd04

File tree

14 files changed

+1141
-929
lines changed

14 files changed

+1141
-929
lines changed

maven/xmlpull/index.html

Lines changed: 111 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -5,45 +5,45 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<style>
77
* { padding: 0; margin: 0; }
8-
8+
99
body {
1010
font-family: sans-serif;
1111
text-rendering: optimizespeed;
1212
background-color: #ffffff;
1313
}
14-
14+
1515
a {
1616
color: #006ed3;
1717
text-decoration: none;
1818
}
19-
19+
2020
a:hover,
2121
h1 a:hover {
2222
color: #319cff;
2323
}
24-
24+
2525
header,
2626
#summary {
2727
padding-left: 5%;
2828
padding-right: 5%;
2929
}
30-
30+
3131
th:first-child,
3232
td:first-child {
3333
width: 5%;
3434
}
35-
35+
3636
th:last-child,
3737
td:last-child {
3838
width: 5%;
3939
}
40-
40+
4141
header {
4242
padding-top: 25px;
4343
padding-bottom: 15px;
4444
background-color: #f2f2f2;
4545
}
46-
46+
4747
h1 {
4848
font-size: 20px;
4949
font-weight: normal;
@@ -52,154 +52,171 @@
5252
text-overflow: ellipsis;
5353
color: #999;
5454
}
55-
55+
5656
h1 a {
5757
color: #000;
5858
margin: 0 4px;
5959
}
60-
60+
6161
h1 a:hover {
6262
text-decoration: underline;
6363
}
64-
64+
6565
h1 a:first-child {
6666
margin: 0;
6767
}
68-
68+
6969
main {
7070
display: block;
7171
}
72-
72+
7373
.meta {
7474
font-size: 12px;
7575
font-family: Verdana, sans-serif;
7676
border-bottom: 1px solid #9C9C9C;
7777
padding-top: 10px;
7878
padding-bottom: 10px;
7979
}
80-
80+
8181
.meta-item {
8282
margin-right: 1em;
8383
}
84-
84+
8585
#filter {
8686
padding: 4px;
8787
border: 1px solid #CCC;
8888
}
89-
89+
9090
table {
9191
width: 100%;
9292
border-collapse: collapse;
9393
}
94-
94+
9595
tr {
9696
border-bottom: 1px dashed #dadada;
9797
}
98-
98+
9999
tbody tr:hover {
100100
background-color: #ffffec;
101101
}
102-
102+
103103
th,
104104
td {
105105
text-align: left;
106106
padding: 10px 0;
107107
}
108-
108+
109109
th {
110110
padding-top: 15px;
111111
padding-bottom: 15px;
112112
font-size: 16px;
113113
white-space: nowrap;
114114
}
115-
115+
116116
th a {
117117
color: black;
118118
}
119-
119+
120120
th svg {
121121
vertical-align: middle;
122122
}
123-
123+
124124
td {
125125
white-space: nowrap;
126126
font-size: 14px;
127127
}
128-
128+
129129
td:nth-child(2) {
130130
width: 80%;
131131
}
132-
132+
133133
td:nth-child(3) {
134134
padding: 0 20px 0 20px;
135135
}
136-
136+
137137
th:nth-child(4),
138138
td:nth-child(4) {
139139
text-align: right;
140140
}
141-
141+
142142
td:nth-child(2) svg {
143143
position: absolute;
144144
}
145-
145+
146146
td .name {
147147
margin-left: 1.75em;
148148
word-break: break-all;
149149
overflow-wrap: break-word;
150150
white-space: pre-wrap;
151151
}
152-
152+
153153
td .goup {
154154
margin-left: 1.75em;
155155
padding: 0;
156156
word-break: break-all;
157157
overflow-wrap: break-word;
158158
white-space: pre-wrap;
159159
}
160-
160+
161161
.icon {
162162
margin-right: 5px;
163163
}
164-
165-
tr.clickable {
166-
cursor: pointer;
167-
}
168-
tr.clickable a {
169-
display: block;
170-
}
171-
164+
165+
tr.clickable {
166+
cursor: pointer;
167+
}
168+
tr.clickable a {
169+
display: block;
170+
}
171+
172172
@media (max-width: 600px) {
173-
173+
174174
* {
175175
font-size: 1.06rem;
176176
}
177177
.hideable {
178178
display: none;
179179
}
180-
180+
181181
td:nth-child(2) {
182182
width: auto;
183183
}
184-
184+
185185
th:nth-child(3),
186186
td:nth-child(3) {
187187
padding-right: 5%;
188188
text-align: right;
189189
}
190-
190+
191191
h1 {
192192
color: #000;
193193
}
194-
194+
195195
h1 a {
196196
margin: 0;
197197
}
198-
198+
199199
#filter {
200200
max-width: 100px;
201201
}
202202
}
203+
204+
@media (prefers-color-scheme: dark) {
205+
body {
206+
color: #eee;
207+
background: #121212;
208+
}
209+
210+
header {
211+
color: #eee;
212+
background: #151515;
213+
}
214+
215+
tbody tr:hover {
216+
background-color: #000020;
217+
}
218+
219+
}
203220
</style>
204221
</head>
205222
<body>
@@ -246,57 +263,56 @@ <h1>xmlpull</h1>
246263
</header>
247264
<main>
248265
<div class="listing">
249-
<table aria-describedby="summary">
250-
<thead>
251-
<tr>
252-
<th></th>
253-
<th>Name</th>
254-
<th>Size</th>
255-
<th class="hideable">
256-
Modified
257-
</th>
258-
<th class="hideable"></th>
259-
</tr>
260-
</thead>
261-
<tbody>
262-
<tr class="clickable">
263-
<td></td>
264-
<td><a href=".."><svg width="1.5em" height="1em" version="1.1" viewBox="0 0 24 24"><use xlink:href="#go-up"></use></svg>
266+
<table aria-describedby="summary">
267+
<thead>
268+
<tr>
269+
<th></th>
270+
<th>Name</th>
271+
<th>Size</th>
272+
<th class="hideable">
273+
Modified
274+
</th>
275+
<th class="hideable"></th>
276+
</tr>
277+
</thead>
278+
<tbody>
279+
<tr class="clickable">
280+
<td></td>
281+
<td><a href=".."><svg width="1.5em" height="1em" version="1.1" viewBox="0 0 24 24"><use xlink:href="#go-up"></use></svg>
265282
<span class="goup">..</span></a></td>
266-
<td>&mdash;</td>
267-
<td class="hideable">&mdash;</td>
268-
<td class="hideable"></td>
269-
</tr>
270-
271-
<tr class="file">
272-
<td></td>
273-
<td>
274-
<a href="xmlpull\">
275-
<svg width="1.5em" height="1em" version="1.1" viewBox="0 0 265 323"><use xlink:href="#folder"></use></svg>
276-
<span class="name">xmlpull</span>
277-
</a>
278-
</td>
279-
<td data-order="-1">&mdash;</td>
280-
<td class="hideable"><time datetime="2020-10-27T18:08:16">Tue Oct 27 18:08:16 2020</time></td>
281-
<td class="hideable"></td>
282-
</tr>
283-
284-
<tr class="file">
285-
<td></td>
286-
<td>
287-
<a href="xmlpull-xpp3-parent\">
288-
<svg width="1.5em" height="1em" version="1.1" viewBox="0 0 265 323"><use xlink:href="#folder"></use></svg>
289-
<span class="name">xmlpull-xpp3-parent</span>
290-
</a>
291-
</td>
292-
<td data-order="-1">&mdash;</td>
293-
<td class="hideable"><time datetime="2020-10-27T18:08:16">Tue Oct 27 18:08:16 2020</time></td>
294-
<td class="hideable"></td>
295-
</tr>
296-
297-
</tbody>
298-
</table>
299-
</div>
283+
<td>&mdash;</td>
284+
<td class="hideable">&mdash;</td>
285+
<td class="hideable"></td>
286+
</tr>
287+
<tr class="file">
288+
<td></td>
289+
<td>
290+
<a href="xmlpull/">
291+
<svg width="1.5em" height="1em" version="1.1" viewBox="0 0 265 323"><use xlink:href="#folder"></use></svg>
292+
<span class="name">xmlpull</span>
293+
</a>
294+
</td>
295+
<td data-order="-1">&mdash;</td>
296+
<td class="hideable"><time datetime="2024-06-16T17:39:08">Sun Jun 16 17:39:08 2024</time></td>
297+
<td class="hideable"></td>
298+
</tr>
299+
300+
<tr class="file">
301+
<td></td>
302+
<td>
303+
<a href="xmlpull-xpp3-parent/">
304+
<svg width="1.5em" height="1em" version="1.1" viewBox="0 0 265 323"><use xlink:href="#folder"></use></svg>
305+
<span class="name">xmlpull-xpp3-parent</span>
306+
</a>
307+
</td>
308+
<td data-order="-1">&mdash;</td>
309+
<td class="hideable"><time datetime="2024-06-16T17:40:57">Sun Jun 16 17:40:57 2024</time></td>
310+
<td class="hideable"></td>
311+
</tr>
312+
313+
</tbody>
314+
</table>
315+
</div>
300316
</main>
301317
</body>
302-
</html>
318+
</html>

0 commit comments

Comments
 (0)