[BACK]Return to porting.html CVS log [TXT][DIR] Up to [local] / www

File: [local] / www / Attic / porting.html (download) (as text)

Revision 1.64, Mon May 27 22:55:26 2019 UTC (5 years ago) by bentley
Branch: MAIN
Changes since 1.63: +18 -21 lines

Substantially clean up and modernize HTML markup across openbsd.org.

This was done with three purposes in mind:
- to reduce the massive amount of inline HTML, to be easier on developers
  adding actual content
- to allow running the HTML validator across the source (doing this found
  many unintentional mistakes in the present code, including at least a
  dozen cases of half- or fully-invisible text)
- to separate content from presentation, so appearance can be controlled
  through stylesheets

Great care was taken to keep all pages, even very old ones, looking the
same, give or take a few pixels of whitespace.

Much review, critique, and improvement from tj@

<!doctype html>
<html lang=en>
<meta charset=utf-8>

<title>OpenBSD Porter's Handbook</title>
<meta http-equiv="refresh" content="8; url=faq/ports/">
<script>
<!--
        window.location.href="faq/ports/"
-->
</script>

<h2 id=OpenBSD>
<a href="index.html">
<i>Open</i><b>BSD</b></a>
Porter's Handbook
</h2>

<p>
If you are not redirected automatically, follow the link to
<a href='faq/ports/'>https://www.openbsd.org/faq/ports/</a>