~ubuntu-branches/ubuntu/saucy/maradns/saucy

« back to all changes in this revision

Viewing changes to doc/en/webpage/old/mixed_css_try3.html

  • Committer: Bazaar Package Importer
  • Author(s): Kai Hendry
  • Date: 2006-10-09 17:44:21 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20061009174421-yb151elg3m4t5shl
Tags: 1.2.12.03-1
* New upstream release with many new doc tweaks. Though most of the changes
  are with the webpages which I have chosen not to distribute as you can
  read them all rather online at http://maradns.org/
* The diffs in the Makefiles are due to upstream's configure script
* Added bind2csv2.py as an example from upstream's tools/
  There is a lot of little scripts in tools/ which can probably join this

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- The purpose of this page is to try and get MaraDNS's page to look
2
 
     better in Dillo, NN4, Links, and other non-CSS browsers while looking
3
 
     good in Firefox, IE5/6, etc.
4
 
 
5
 
     Tested: Safari Webkit nightly 2005/09/29; Firefox 1.0.7; IE 6; IE 5;
6
 
     Netscape 4.8 (yes, it degrades nicely to this browser after making good
7
 
     use of the Ciao hack); Dillo 0.8.5; Links 2.1pre17; Lynx 2.8.5dev.16 (we 
8
 
     had to make the HTML not validate to fix a rendering bug here); Opera 8.5;
9
 
     Camino 2005/09/29 nightly; Netscape 3 (non-CSS looks nice here); Netscape 
10
 
     1.11 (can't render the real page because this was before the Host: HTTP 
11
 
     header; but the non-CSS HTML, including the nested tables, is compatible); 
12
 
     Mosaic 2.0 (again, no Host: HTTP header but the non-CSS HTML looks fine 
13
 
     except for the "Erre con erre cigarro"--nested tables didn't render); 
14
 
     Mosaic 3.0 (no Host: header--you'd think they would have done this 
15
 
     by 1997; the HTML looks fine); Opera 5.0 (this is why you see backslashes
16
 
     before a couple of CSS properties); Opera 6.1 (looks fine; I will assume
17
 
     Opera 7 is fine also); IE 4 (ugh; I had to do the @media all CSS hack 
18
 
     for this clunker. The hack also hides CSS from MacIE, which my 
19
 
     Mac-using buddy assures me isn't used by many Mac users anymore);
20
 
     Chimera 1.70 (an ancient open-source browser from the early 
21
 
     Netscape era that no one used; not open-source since it has
22
 
     Mosaic's license; I had to compile this in Slackware 8.1)
23
 
 
24
 
     Notes: This page has td without tr in the top tables because of
25
 
            a Lynx rendering bug.  This makes Dillo and w3's validator
26
 
            complain.  I care; but it's more important this page looks
27
 
            good in Lynx than having it validate perfectly.
28
 
         
29
 
            This page does not have a doctype because adding one messes
30
 
            up the placment of the "Erre con erre cigarro" trabalengua
31
 
            in the upper right hand corner of the document.  Konqueror
32
 
            places this trabalangua as if we were in standards mode; we
33
 
            can not trigger standards mode because this page is designed
34
 
            to look good in IE5 and reasonably good in older legacy 
35
 
            browsers.
36
 
 
37
 
 -->
38
 
 
39
 
<html><head><title>MaraDNS - a security-aware DNS server</title>
40
 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
41
 
<style type="text/css"><!--
42
 
body {
43
 
        background: white;
44
 
        color: #000000;
45
 
}
46
 
 
47
 
.moyet { display: none; }
48
 
 
49
 
/*/*/a{}
50
 
 
51
 
body {
52
 
        color: #000000;
53
 
        background: #ded1be url(mara-tile.jpg);
54
 
        font-family: Verdana, Bitstream Vera Sans, sans-serif;
55
 
}
56
 
 
57
 
#maradns-t {
58
 
        font-weight: bold;
59
 
        font-size: medium;
60
 
        color: #000000;
61
 
}
62
 
 
63
 
#logo {
64
 
        font-size: 300%;
65
 
}
66
 
 
67
 
@media all {
68
 
        #topright {
69
 
                \width: 345;
70
 
        }
71
 
}
72
 
 
73
 
#trabalengua {
74
 
        font-weight: bold;
75
 
        font-size: medium;
76
 
        color: #000000;
77
 
}
78
 
 
79
 
@media all {
80
 
        #maradns-l {
81
 
                border: 2px solid #000000;
82
 
                border-bottom: 1px solid #000000;
83
 
                \margin-top: 3px;
84
 
                background-color: #5a4529; 
85
 
                float: left;
86
 
        }
87
 
}
88
 
 
89
 
#maradns-l a {
90
 
        color: #000000;
91
 
}
92
 
 
93
 
@media all {
94
 
        #maradns-l a {
95
 
                color: #ffffff;
96
 
                display: block;
97
 
                text-decoration: none;
98
 
                border-bottom: 1px solid #000000;
99
 
                padding: 4px 5px;
100
 
                \width: 8.5em;
101
 
        }
102
 
}
103
 
 
104
 
#maradns-l a:hover {
105
 
        background-color: #ded1be;
106
 
        border-bottom: 1px solid #000000;
107
 
        color: #000000;
108
 
}
109
 
 
110
 
#maradns-r {
111
 
        margin-top: 0px;
112
 
        margin-left: 4px;
113
 
        margin-right: 4px;
114
 
        margin-bottom: 4px;
115
 
        padding: 7px;
116
 
}
117
 
 
118
 
/* */a{}
119
 
 
120
 
#maradns-r {
121
 
        border: 2px solid #000000;
122
 
        background-color: #ffffff; 
123
 
}
124
 
 
125
 
--></style>
126
 
</head>
127
 
<body>
128
 
 
129
 
<table>
130
 
<td valign=top width=340>
131
 
<font size="+4"><i><b>MaraDNS</b></i></font>
132
 
<br>
133
 
<div id=maradns-t>
134
 
A&nbsp;security-aware DNS&nbsp;server
135
 
</div>
136
 
</td>
137
 
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
138
 
<td valign=top id=topright width=220>
139
 
        <div align=right><table><td id=trabalengua>
140
 
        <i>
141
 
                Erre con erre cigarro<br>
142
 
                Erre con erre barril<br> 
143
 
                R&aacute;pido&nbsp;ruedan&nbsp;los&nbsp;carros<br>
144
 
                En el ferrocarril<br></i>
145
 
        </td></table></div>
146
 
</td>
147
 
</table>
148
 
 
149
 
<div id=maradns-l>
150
 
        <a href="index.html">Main</a>
151
 
        <a href="notes.html">Documentation</a>
152
 
        <a href="faq.html">FAQ</a>
153
 
        <a href="download.html">Download</a>
154
 
        <a href="roadmap.html">Roadmap</a>
155
 
        <a href="contact.html">Contact</a>
156
 
</div> <!-- maradns-l -->
157
 
<hr class=moyet>
158
 
<table><tr><td width=596>
159
 
<div id=maradns-r>
160
 
<!-- This is where the header ends; begin content -->
161
 
 
162
 
<h2>What is MaraDNS ?</h2>
163
 
 
164
 
MaraDNS is a package that implements the Domain Name Service (DNS), an
165
 
essential internet service.  MaraDNS
166
 
 is intended for environments where a DNS server must be secure and where
167
 
the server must use the absolute minimum number of resources possible.
168
 
MaraDNS was created in response to issues people had with the
169
 
DNS servers available in early 2001; and has the following design
170
 
goals:
171
 
<ul>
172
 
<li> Security-aware programming.  A DNS server needs to be secure.  
173
 
  I have a number of security
174
 
  features in the code, including:</li><p>
175
 
  
176
 
  <ol>
177
 
  
178
 
  <li> The code uses a special string library which is resistant to buffer
179
 
     overflows.</li><p>
180
 
 
181
 
  <li> The code, if started as root, mandates running as an unprivledged user 
182
 
     in a chroot() jail.</li><p>
183
 
     
184
 
  </ol><p>
185
 
 
186
 
<li> Open-Source.  The 1.0 release of the DNS server is public-domain code;
187
 
the 2.0 release will be released under a 
188
 
<A href=license.html>very liberal BSD-style license.</A>
189
 
</li><p>
190
 
 
191
 
<li> Simplicity.  This DNS server has the minimum number of features needed to
192
 
  correctly act as an authoritative and/or recursive name server.</li><p>
193
 
 
194
 
</ul>
195
 
 
196
 
<h2>Mailing list</h2>
197
 
To join the mailing list, send an email to 
198
 
<A href=mailto:list-request@maradns.org>list-request@maradns.org</A> with
199
 
the word "subscribe" in the subject and body of the message.
200
 
<p>
201
 
Mailing list archives are here (Thanks, Joe):
202
 
<A href=http://www.swelltech.com/mailman/listinfo/mara-archive>Search</A>,
203
 
<A href=http://www.swelltech.com/pipermail/mara-archive/>The archive</A>.
204
 
 
205
 
<H2>Special Thanks</H2>
206
 
 
207
 
I would like to thank <A href=http://www.webconquest.com>WebConquest</A> for
208
 
hosting MaraDNS.org's web page.
209
 
<!-- , and <A href=http://www.chaosring.org/>Sean
210
 
Lynch</A> for providing DNS service for MaraDNS.org (using MaraDNS, of 
211
 
course). -->
212
 
 
213
 
<!-- The content ends here -->
214
 
</div>
215
 
</td></tr></table>
216
 
</body>
217
 
</html>
218