blob: 682ff4defe6b061f41f25a7b7f05bd24610b5307 (
plain)
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title> Dillo Web Browser ::
Search Page
</title>
</head>
<body text="#f0fff0" link="#c0c0e0" vlink="#403090" bgcolor="#607cf8">
<table width="100%" cellspacing="0" cellpadding="0"><tr>
<td><img src="../db1.png" alt="The Dillo Web Browser">
<td width="100%">
<img src="../db2.png" alt="The Dillo Web Browser" height="124" width="100%">
</table>
<br>
<table border="0" cellpadding="20" cellspacing="5" width="100%">
<tr valign="top">
<td>
<table width="100%" bgcolor="#7070E0">
<tr><td>Dillo<br>
</table>
<!--
<a href="/9years.html">9 years!</a>
<p>
-->
<a href="../index.html">Home</a><br>
<a href="../screenshots/index.html">Screenshots</a><br>
<a href="../download.html">Download</a><br>
<a href="../FAQ.html" title="Frequently asked questions">FAQ</a><br>
<a href="../Compatibility.html">Compatibility</a><br>
<a href="http://hg.dillo.org/dillo/file/tip/ChangeLog">
Changelog</a><br>
<a href="../Plans.html">Current Plans</a><br>
<a href="../MList.html">Mailing List</a><br>
<a href="../conferences.html">Conferences</a><br>
<a href="../donations.html">Donate</a><br>
<br>
<table width="100%" border="0" bgcolor="#7070E0">
<tr><td>Users<br>
</table>
<a href="../dillo3-help.html">Help</a><br>
<a href="../Icons/index.html">Icons</a><br>
<a href="../help/bug_meter.html">Bug meter</a><br>
<br>
<table width="100%" border="0" bgcolor="#7070E0">
<tr><td>Bug Tracker<br>
</table>
<a href="../bugtrack/Dbugtrack.html">Bug Track Intro</a><br>
<a href="../bugtrack/Dquery.html">View Entries</a><br>
<a href="../bugtrack/Dinsert.html">Bug Insertion</a><br>
<a href="../bugtrack/Dvolunteer.html">Volunteering</a><br>
<br>
<table width="100%" border="0" bgcolor="#7070E0">
<tr><td>Developers<br>
</table>
<a href="../developer.html">New Developer</a><br>
<a href="../documentation.html">Documentation</a> *<br>
<a href="../NC_design.html">Naming&Coding</a><br>
<a href="../source.html">Source repository</a><br>
<a href="../dpi1.html">Dpi1 Spec</a><br>
<a href="../CSS.html">CSS Spec</a><br>
<a href="../D_authors.html">Authors</a><br>
<a href="../authors/jcid-email.html">Security contact</a><br>
<br>
<table width="100%" border="0" bgcolor="#7070E0">
<tr><td>Related<br>
</table>
<a href="../press.html">Dillo in the Press!</a><br>
<a href="../interview.html">Interview</a><br>
<a href="../interview.es.html">Entrevista</a>
<img src="../chile.png" alt="*"><br>
<a href="../Links.html">Links</a><br>
<a href="../logos/logos.html">Art</a><br>
<br>
<table width="100%" border="0" bgcolor="#7070E0">
<tr><td>Hosted at:<br>
</table>
<a href="http://www.wearable-computing.de/">
<img src="https://www.dillo.org/wearlab.png" alt="[wearLab] @TZI" width="87" height="33"></a>
<p>
<a href="https://www.dillo.org/stats/">Site Statistics</a><br>
<a href="../authors/webmaster-email.html">Webmaster</a>
<p>
<a href="http://www.anybrowser.org/campaign/">
<img src="../abblue.gif" width="80" height="15"
alt="anybrowser"></a>
<td valign="top" align="left" width="100%">
<h1>Search the mailing list</h1>
<form method="GET" action="https://www.dillo.org/cgi-bin/bugtrack/namazu.cgi">
<table>
<tr>
<td>Search for:</td><td><input type="text" name="query" size="40"></td>
</tr>
<tr>
<td align="right">Sort:</td>
<td>
<select name="sort">
<option selected value="score">by score
<option value="date:late">by date in late order
<option value="date:early">by date in early order
<option value="field:from:ascending">by author in ascending order
<option value="field:from:descending">by author in descending order
</select>
</td>
</tr>
<tr>
<td colspan=2><input type="submit" value="Search!"></td>
</tr>
</table>
</form>
<!--SPLIT_HERE-->
<hr>
<small>This search is powered by <a href="http://www.namazu.org/">Namazu</a></small>
</td>
</tr>
</table>
</body>
</html>
|