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
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
|
<!-- Launchpad customizations common to all our MHonArc-generated
mailing list archives.
See http://www.mhonarc.org/MHonArc/doc/mhonarc.html and
http://www.mhonarc.org/MHonArc/doc/faq/, they are your friends.
http://www.mhonarc.org/MHonArc/doc/resources.html#index is
especially your friend, when all others have abandoned you. -->
<!-- Basic parameters. -->
<SPAMMODE>
<MAIN>
<THREAD>
<SORT>
<REVERSE>
<TREVERSE>
<NODOC>
<UMASK>
022
</UMASK>
<!-- Encode all messages as utf-8 and set the page encoding to utf-8 -->
<TextEncode>
utf-8; MHonArc::UTF8::to_utf8; MHonArc/UTF8.pm
</TextEncode>
<!-- text/plain only. CVE-2010-4524 -->
<MIMEExcs>
text/html
text/x-html
</MIMEExcs>
<IDXFNAME>
date.html
</IDXFNAME>
<TIDXFNAME>
maillist.html
</TIDXFNAME>
<!-- Use multi-page indexes.
See http://www.mhonarc.org/MHonArc/doc/resources/multipg.html -->
<MULTIPG>
<IDXSIZE>
200
</IDXSIZE>
<!-- strip the first [list-name] from the subect line. -->
<SUBJECTSTRIPCODE>
s/\[[^ ]+\]//;
</SUBJECTSTRIPCODE>
<!-- Define a custom resource variable to represent this mailing list.
This depends on $ML-NAME$ having been set already, presumably on
the command line via '-definevar'. See
http://www.mhonarc.org/MHonArc/doc/resources/definevar.html. -->
<DefineVar>
TEAM-LINK
<a href="https://launchpad.net/~$ML-NAME$">$ML-NAME$</a>
</DefineVar>
<DefineVar>
PAGE-TOP-START
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>
</DefineVar>
<DefineVar>
PAGE-TOP-END
</title>
<style type="text/css">
h1, ul, ol, dl, li, dt, dd {
margin: 0;
padding: 0;
}
ul ul {
margin-left: 2em;
}
.mail li {
margin-left: 20px;
padding-left: 0px;
}
.upper-batch-nav {
margin: 12px 0;
border-bottom: 1px solid #d2d2d2;
}
.lower-batch-nav {
margin: 12px 0;
border-top: 1px solid #d2d2d2;
}
.lower-batch-nav.message-count-0 {
display: none;
}
.batch-navigation-links {
text-align: right;
padding-left: 24px;
}
.message-count-0 {
margin-bottom: 12px;
}
.message-count-0:before {
content: "There are no messages in this mailing list archive.";
}
.back-to {
margin: 0 0 12px 0;
padding: 0 0 6px 0;
border-bottom: 1px solid #d2d2d2;
}
.facetmenu {
margin-top: 4px;
margin-left: .5em;
}
</style>
<link rel="stylesheet" href="https://launchpad.net/+icing/import.css" />
<link rel="shortcut icon" href="https://launchpad.net/@@/launchpad.png" />
</head>
<body>
<div class="back-to">
<a href="https://launchpad.net/~$ML-NAME$">←
Back to team overview</a>
</div>
<h1>$ML-NAME$ team mailing list archive</h1>
<div id="watermark" class="watermark-apps-portlet">
<div class="flowed-block wide">
</DefineVar>
<DefineVar>
PAGE-BOTTOM
<div id="footer" class="footer">
<div class="lp-arcana">
<div class="lp-branding">
<a href="https://launchpad.net/"><img
src="https://launchpad.net/@@/launchpad-logo-and-name-hierarchy.png"
alt="Launchpad" /></a>
•
<a href="https://launchpad.net/+tour">Take the tour</a>
•
<a href="https://help.launchpad.net/">Read the guide</a>
•
<a href="https://help.launchpad.net/Teams/MailingLists"
>Help for mailing lists</a>
<form id="globalsearch" method="get"
accept-charset="UTF-8"
action="https://launchpad.net/+search">
<input type="search" id="search-text" name="field.text" />
<input type="submit" value=""
class="icon-only sprite search-icon" />
</form>
</div>
</div>
<div class="colophon">
© 2004-2012
<a href="http://canonical.com/">Canonical Ltd.</a>
•
<a href="https://launchpad.net/legal">Terms of use</a>
•
<a href="/support">Contact Launchpad Support</a>
•
<a href="http://identi.ca/launchpadstatus">System status</a>
</span>
</div>
</div>
</body>
</html>
</DefineVar>
<!-- What do the next/prev links look like? -->
<IDXLABEL>
Date index
</IDXLABEL>
<TIDXLABEL>
Thread index
</TIDXLABEL>
<!-- The text is reversed because the messages are sorted in reverse. -->
<PREVPGLINK>
<a href="$PG(FIRST)$">Last</a> • <a href="$PG(PREV)$">Next</a>
</PREVPGLINK>
<PREVPGLINKIA>
<span class="inactive">Last • Next</span>
</PREVPGLINKIA>
<TPREVPGLINK>
<a href="$PG(TFIRST)$">Last</a> • <a href="$PG(TPREV)$">Next</a>
</TPREVPGLINK>
<TPREVPGLINKIA>
<span class="inactive">Last • Next</span>
</TPREVPGLINKIA>
<NEXTPGLINK>
<a class="next" href="$PG(NEXT)$">Previous</a>
• <a href="$PG(LAST)$">First</a>
</NEXTPGLINK>
<NEXTPGLINKIA>
<span class="next inactive">Previous</span>
• <span class="inactive">First</span>
</NEXTPGLINKIA>
<TNEXTPGLINK>
<a class="next" href="$PG(TNEXT)$">Previous</a>
• <a href="$PG(TLAST)$">First</a>
</TNEXTPGLINK>
<TNEXTPGLINKIA>
<span class="next inactive">Previous</span>
•<span class="inactive">First</span>
</TNEXTPGLINKIA>
<!-- Thread index pages -->
<TIDXPGBEGIN>
$PAGE-TOP-START$
Messages by thread : Mailing list archive : $ML-NAME$ team in Launchpad
$PAGE-TOP-END$
</TIDXPGBEGIN>
<TIDXPGEND>
$PAGE-BOTTOM$
</TIDXPGEND>
<!-- Formatting for the start of thread page.
See http://www.mhonarc.org/MHonArc/doc/resources/thead.html. -->
<THEAD>
<ul class="facetmenu">
<li title="View messages by thread"
class="active"><span>Thread</span></li>
<li title="View messages by date"><a href="$IDXFNAME$">Date</a></li>
</ul>
</div>
</div>
<ol class="breadcrumbs">
<li>
<img src="https://launchpad.net/@@/team" alt=""/>
<a href="https://launchpad.net/~$ML-NAME$">$ML-NAME$ team</a>
</li>
<li>
<a href="$TIDXFNAME$">Mailing list archive</a>
</li>
<li>
Messages by thread
</li>
</ol>
<h2>Messages by thread</h2>
<p>
Messages sent to the $ML-NAME$ mailing list, ordered by thread from the
newest to oldest.
</p>
<table class="wide upper-batch-nav">
<tr>
<td>
$NUMOFIDXMSG$ of $NUMOFMSG$ messages, page $PGLINKLIST(T5;T5)$
</td>
<td class="batch-navigation-links">
$PGLINK(TPREV)$ • $PGLINK(TNEXT)$
</td>
</tr>
</table>
<ul class="mail wide message-count-$NUMOFMSG$">
</THEAD>
<TFOOT>
</ul>
<table class="wide lower-batch-nav message-count-$NUMOFMSG$">
<tr>
<td>
$NUMOFIDXMSG$ of $NUMOFMSG$ messages, page $PGLINKLIST(T5;T5)$
</td>
<td class="batch-navigation-links">
$PGLINK(TPREV)$ • $PGLINK(TNEXT)$
</td>
</tr>
</table>
</TFOOT>
<!-- Date index pages -->
<IDXPGBEGIN>
$PAGE-TOP-START$
Messages by date : Mailing list archive : $ML-NAME$ team in Launchpad
$PAGE-TOP-END$
</IDXPGBEGIN>
<IDXPGEND>
$PAGE-BOTTOM$
</IDXPGEND>
<!-- Formatting for the start of list page.
See http://www.mhonarc.org/MHonArc/doc/resources/listbegin.html. -->
<LISTBEGIN>
<ul class="facetmenu">
<li title="View messages by thread">
<a href="$TIDXFNAME$">Thread</a>
</li>
<li title="View messages by date" class="active">
<span>Date</span>
</li>
</ul>
</div>
</div>
<ol class="breadcrumbs">
<li>
<img src="https://launchpad.net/@@/team" alt=""/>
<a href="https://launchpad.net/~$ML-NAME$">$ML-NAME$ team</a>
</li>
<li>
<a href="$TIDXFNAME$">Mailing list archive</a>
</li>
<li>
Messages by date
</li>
</ol>
<h2>Messages by date</h2>
<p>
Messages sent to the $ML-NAME$ mailing list, ordered by date from the
newest to oldest.
</p>
<table class="wide upper-batch-nav">
<tr>
<td>
$NUMOFIDXMSG$ of $NUMOFMSG$ messages, page $PGLINKLIST(5;5)$
</td>
<td class="batch-navigation-links">
$PGLINK(PREV)$ • $PGLINK(NEXT)$
</td>
</tr>
</table>
<ul class="mail wide message-count-$NUMOFMSG$">
</LISTBEGIN>
<LISTEND>
</ul>
<table class="wide lower-batch-nav message-count-$NUMOFMSG$">
<tr>
<td>
$NUMOFIDXMSG$ of $NUMOFMSG$ messages, page $PGLINKLIST(5;5)$
</td>
<td class="batch-navigation-links">
$PGLINK(PREV)$ • $PGLINK(NEXT)$
</td>
</tr>
</table>
</LISTEND>
<!-- Message item formatting for all lists. -->
<DefineVar>
MESSAGE-LIST-ITEM
<li>
<strong>$SUBJECT$</strong>
<br />From: $FROMNAME$, $MSGGMTDATE(CUR;%Y-%m-%d)$
</li>
</DefineVar>
<LITEMPLATE>
$MESSAGE-LIST-ITEM$
</LITEMPLATE>
<TTOPBEGIN>
$MESSAGE-LIST-ITEM$
</TTOPBEGIN>
<TLITXT>
$MESSAGE-LIST-ITEM$
</TLITXT>
<TSINGLETXT>
$MESSAGE-LIST-ITEM$
</TSINGLETXT>
<!-- Message pages -->
<MSGPGBEGIN>
$PAGE-TOP-START$
$SUBJECTNA$ : Mailing list archive : $ML-NAME$ team in Launchpad
$PAGE-TOP-END$
</MSGPGBEGIN>
<MSGPGEND>
$PAGE-BOTTOM$
</MSGPGEND>
<SUBJECTHEADER>
<!-- Supress the header section since it was moved before the top links. -->
</SUBJECTHEADER>
<!-- Message navigation links -->
<TopLinks>
<ul class="facetmenu">
<li title="View messages by thread"
class="active"><a href="$TIDXFNAME$">Thread</a></li>
<li title="View messages by date"><a href="$IDXFNAME$">Date</a></li>
</ul>
</div>
</div>
<ol class="breadcrumbs">
<li>
<img src="https://launchpad.net/@@/team" alt=""/>
<a href="https://launchpad.net/~$ML-NAME$">$ML-NAME$ team</a>
</li>
<li>
<a href="$TIDXFNAME$">Mailing list archive</a>
</li>
<li>
Message #$MSGNUM$
</li>
</ol>
<h2>$SUBJECTNA$</h2>
<table class="wide upper-batch-nav">
<tr>
<td>
</td>
<td class="batch-navigation-links">
<a href="$MSG(TPREV)$">Thread Previous</a> •
<a href="$MSG(PREV)$">Date Previous</a> •
<a class="next" href="$MSG(NEXT)$">Date Next</a> •
<a href="$MSG(TNEXT)$">Thread Next</a>
</td>
</tr>
</table>
</TopLinks>
<BotLinks>
<table class="wide lower-batch-nav">
<tr>
<td>
</td>
<td class="batch-navigation-links">
<a href="$MSG(TPREV)$">Thread Previous</a> •
<a href="$MSG(PREV)$">Date Previous</a> •
<a class="next" href="$MSG(NEXT)$">Date Next</a> •
<a href="$MSG(TNEXT)$">Thread Next</a>
</td>
</tr>
</table>
</BotLinks>
<!-- Exclude noisy message fields -->
<EXCS>
subject
list-
dkim-
Domainkey-
precendence
References
</EXCS>
<!-- Format message header in a definition list. -->
<Fieldsbeg>
<ul class="iconed">
</FieldsBeg>
<LabelBeg>
<li>
<strong>
</LabelBeg>
<LabelEnd>
</strong>:
</LabelEnd>
<FldBeg>
</FldBeg>
<FldEnd>
</li>
</FldEnd>
<FieldsEnd>
</ul>
</FieldsEnd>
<LabelStyles>
-default-:strong
</LabelStyles>
<FOLUPBEGIN>
<h3>Follow ups</h3>
<ul class="mail wide">
</FOLUPBEGIN>
<FOLUPLITXT>
$MESSAGE-LIST-ITEM$
</FOLUPLITXT>
<FOLUPEND>
</ul>
</FOLUPEND>
<REFSBEGIN>
<h3>References</h3>
<ul class="mail wide">
</REFSBEGIN>
<REFSLITXT>
$MESSAGE-LIST-ITEM$
</REFSLITXT>
<REFSEND>
</ul>
</REFSEND>
|