[BACK]Return to support.skel CVS log [TXT][DIR] Up to [local] / www / build

File: [local] / www / build / support.skel (download)

Revision 1.41, Mon May 27 22:55:27 2019 UTC (5 years ago) by bentley
Branch: MAIN
CVS Tags: HEAD
Changes since 1.40: +36 -24 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: Support and Consulting</title>
<meta name="GENERATOR" content="The vi editor from UNIX">
<meta name="Author" content="Ian Darwin">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="openbsd.css">
<link rel="canonical" href="https://www.openbsd.org/support.html">

<!-- DO NOT EDIT SUPPORT.HTML
  ** But only make changes in the "build" directory, type "make".
  ** When tested(!), commit in build, make again, commit here
  ** with a log message of "sync".
  -->

<style>
table {
	border: 1px #000 solid;
	border-spacing: 2px;
}

th, td {
	border: 1px #000 solid;
}

tbody th {
	background-color: var(--buildhead);
}
</style>

<h2 id="OpenBSD">
<a href="index.html">
<i>Open</i><b>BSD</b></a>
Support and Consulting
</h2>

<hr>

<p>
OpenBSD has attracted a critical mass of developers, support organizations
and consultants such that it is now safe to commit to using OpenBSD in your
projects. The following individuals and organizations have indicated that
they are able to provide support as indicated. However, the OpenBSD Project
does not necessarily endorse any of these. Please contact each site directly.

<p>
These entries are arranged geographically by country, so that you can find
a consultant near you.

paste(support.countries)

<p>
If you want to submit your own entry, the format is quite rigid; please use
<a href="supp-tmpl.txt">this template</a>. Do not just copy and paste plain
text from your browser!
If you want your website to be listed, make sure it can actually be viewed
on OpenBSD, and does not require any proprietary software.
When you think your entry is ready, mail it to <em>misc at openbsd.org</em>,
with a Subject: line containing the word "support"
<em>and</em> either the word "new" or "update."
Note that we may at any time, and without notification, remove your entry
if it is found to be inaccurate, if your website is broken, or if there
is no mention of OpenBSD on it.
If this happens, just re-submit your entry after the situation is corrected
if you want to be listed again.

<table>
<!-- This TR sets up the table format -->
<thead>
<tr>
	<th>Contact Name/<br>Organization/<br>Address
	<th>Notes

<!-- THIS TABLE IS MECHANICALLY GENERATED ** DO NOT EDIT.
 **  INSTEAD, RTFM ABOVE, UPDATE support.dat in ./build CAREFULLY and "make".
 **  IF YOU DO NOT HAVE COMMIT ACCESS, MAIL ME YOUR CHANGES.
 -->

paste(support-tbl.html)

</table>