Add a nascent marketing section to the FreeBSD website, with links to

recent presentations, whitepapers, flyers, press highlights, etc.

Reviewed by:	Dru Lavigne <dlavigne6@sympatico.ca>
This commit is contained in:
Murray Stokely 2005-07-24 16:24:41 +00:00
parent d73a7ab289
commit db8dacb8a6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25237
2 changed files with 100 additions and 2 deletions
en/marketing

View file

@ -1,4 +1,4 @@
# $FreeBSD$
# $FreeBSD: www/en/marketing/Makefile,v 1.1 2005/05/08 15:53:13 murray Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@ -7,6 +7,6 @@
.include "../Makefile.inc"
.endif
DOCS?= os-comparison.sgml
DOCS?= index.sgml os-comparison.sgml
.include "${WEB_PREFIX}/share/mk/web.site.mk"

98
en/marketing/index.sgml Normal file
View file

@ -0,0 +1,98 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD$">
<!ENTITY email 'marketing'>
<!ENTITY title "Marketing Materials">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
]>
<html>
&header;
<p>This page contains presentations, whitepapers, and other marketing
materials for FreeBSD.</p>
<ul>
<li><a href="#presentations">Presentations</a></li>
<li><a href="#whitepapers">Whitepapers</a></li>
<li><a href="#flyers">Promotional Flyers</a></li>
<li><a href="#press">Press Highlights</a></li>
<li><a href="#faq">Frequently Asked Questions</a></li>
</ul>
<a name="presentations"></a>
<h3>Presentations</h3>
<ul>
<li>28 April 2005, <a
href="http://people.FreeBSD.org/~murray/presentations/20050429-msu-freebsd">FreeBSD
in the Enterprise, an Introduction for Linux Users</a>, Murray
Stokely (Open Source Forum, Moscow)</li>
<li>2 September 2004, <a
href="http://people.freebsd.org/~andre/FreeBSD-5.3-Networking.pdf">Enhancements
in the FreeBSD 5.3 Network Stack</a>, Andre Opperman (SUCON
04)</li>
<li>18 September 2002, <a
href="http://people.freebsd.org/~murray/presentations/re-jus/index.html">FreeBSD
Release Engineering</a>, Murray Stokely (Japan Unix Society)</li>
<li>10 June 2001, <a
href="http://people.freebsd.org/~nik/Leeds">FreeBSD
for Linux Users</a>, Nik Clayton</li>
</ul>
<a name="whitepapers"></a>
<h3>Whitepapers</h3>
<ul>
<li><a href="os-comparison.html">FreeBSD vs. Linux vs. Windows
2000</a> : How does your OS compare?</li>
</ul>
<a name="flyers"></a>
<h3>Flyers</h3>
<ul>
<li>What is FreeBSD? (<a
href="http://www.FreeBSD.org/~blackend/flyer.pdf">PDF</a> |
<a href="http://www.FreeBSD.org/~blackend/flyer.ps">PostScript</a>)</li>
<li>How does your OS compare (<a
href="http://people.FreeBSD.org/~murray/OS.pdf">PDF</a>).</li>
<li>BSD Success Stories (flier) (<a
href="http://linux.oreilly.com/news/bsd_ss_flier.pdf">PDF</a>),
O'Reilly.</li>
<li>BSD Success Stories (27 pages) (<a
href="http://linux.oreilly.com/news/bsd_ss.pdf">PDF</a>),
O'Reilly.</li>
</ul>
<a name="press"></a>
<h3>Press Highlights</h3>
<ul>
<li>2005 April, Host Department Transitions to FreeBSD - <a
href="http://www.thewhir.com/marketwatch/hos042505.cfm">http://www.thewhir.com/marketwatch/hos042505.cfm</a>.</li>
</ul>
<a name="faq"></a>
<h3>Frequently Asked Questions</h3>
<p>An excellent introductory article about BSD is available <a
href="http://www.freebsd.org/doc/en_US.ISO8859-1/articles/explaining-bsd/article.html">here</a>.</p>
&footer;
</body>
</html>