<h1>The SeaMonkey Project</h1>
<div class="explanation">
-This presentation should give a rough overview of
+This presentation provides a rough overview of
<ul>
<li>history - how the SeaMonkey Project came into place,</li>
<li>the current state of the project and the suite code,</li>
Brussels.
<br>The slides for this talk are written in HTML 4.01 Strict and CSS.
<br>It helps a lot to turn on SeaMonkey's "Site Navigation Bar" for navigating
-through the slides. Click "Next" to start with the first slide from this index
+through the slides, as all pages are linked via <link> tags (as defined
+in HTML 2.0). Click "Next" to start with the first slide from this index
page. "Top" will take you back to this index from all the slides.
<br>If you don't have such a clever navigation tool, there are "next" links on
-all slides that let you navigate through the whole presentation.
+all slides that let you navigate through the whole presentation, which also
+have the accesskey "n" assigned so one can use Alt+N to go to the next page.
<br>You can also use the <a href="toc.html">table of contents</a> to access
-all slides without the navigation bar.</b>
+all slides without the navigation bar.
<br>If you want to look through them later, see
<a href="http://kairo.mozdev.org/slides/fosdem2006/">http://kairo.mozdev.org/slides/fosdem2006/</a>.
-<br>All slides and images © 02/2006 Robert Kaiser.
+<br>All slides and images © 02/2006 Robert Kaiser and The SeaMonkey Project.
</div>
</div>
-<p class="forward"><a href="slide_01.html">next</a></p>
+<p class="forward"><a href="slide_01.html" accesskey="n">next</a></p>
</body>
</html>
<body onClick="setFade();">
<div id="splash" style="display:none;">
-<a href="index.html"><img src="seamonkey-splash.png" alt="start"></a>
+<a href="index.html" accesskey="n"><img src="seamonkey-splash.png" alt="start"></a>
</div>
</body>
</ul>
</div>
-<p class="forward"><a href="slide_02.html">next</a></p>
+<p class="forward"><a href="slide_02.html" accesskey="n">next</a></p>
</body>
</html>
</div>
-<p class="forward"><a href="slide_03.html">next</a></p>
+<p class="forward"><a href="slide_03.html" accesskey="n">next</a></p>
</body>
</html>
</ul>
</div>
-<p class="forward"><a href="slide_04.html">next</a></p>
+<p class="forward"><a href="slide_04.html" accesskey="n">next</a></p>
</body>
</html>
</div>
</div>
-<p class="forward"><a href="l10ntalk_05.html">next</a></p>
+<p class="forward"><a href="slide_05.html" accesskey="n">next</a></p>
</body>
</html>
<li>website reporter tool</li>
<li>force "new window" links into tabs</li>
<li>E4X</li>
- <li>Gecko 1.8<span class="small">.0.1</a></li>
+ <li>Gecko 1.8<span class="small">.0.1</span></li>
<li>more: <a href="http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.0/README.html">release notes</a></li>
</ul>
</li>
</ul>
</div>
-<p class="forward"><a href="l10ntalk_06.html">next</a></p>
+<p class="forward"><a href="slide_06.html" accesskey="n">next</a></p>
</body>
</html>
</div>
</div>
-<p class="forward"><a href="l10ntalk_end.html">next</a></p>
+<p class="forward"><a href="slide_end.html" accesskey="n">next</a></p>
</body>
</html>
<link rel="previous" href="slide_04.html" title="Previous page">
<!-- <link rel="next" href="slide_05.html" title="Next page">
<link rel="last" href="slide_end.html" title="Last page"> -->
+<style type="text/css">
+#splash {
+ position: absolute;
+ bottom: 1em;
+ right: 1em;
+}
+#splash > a > img { border: none; }
+</style>
</head>
<body>
</div>
</div>
+<div id="splash">
+<a href="index.html" accesskey="n"><img src="seamonkey-splash.png" alt="start"></a>
+</div>
+
</body>
</html>
padding: 3px;
border: 0px;
font-family: Arial,Helvetica,sans-serif;
- font-size: 2em;
+ font-size: 1.75em;
color: black;
background-color: white;
background-image: url('seamonkey64.png');
ul {
padding-left: 1.2em;
+ margin-bottom: 0.5em;
}
/***** headers *****/
div.explanation {
margin: 1em;
padding: 0.5em;
- border: 1px solid grey;
+ border: 1px solid gray;
background-color: #FFFFF8;
}
div.sample {
margin: 1em;
padding: 0px;
- border: 1px solid grey;
+ border: 1px solid gray;
background-color: #FFF8F8;
}
margin: 0px;
padding: 0.5em;
border: 0px;
- border-top: 1px solid grey;
+ border-top: 1px solid gray;
background-color: #F8F8FF;
}