doc/en/logo.sgml
Hiroki Sato cfd9e12239 www cleanup mega commit:
- Move includes.nav*.sgml to share/sgml/navibar.ent and
   <lang>/share/sgml/nabibar.l10n.ent.

 - Move includes.sgml and includes.xsl to
   share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent,
   and <lang>?share/sgml/header.l10n.ent.

 - Move most of XSLT libraries to share/sgml/*.xsl and
   <lang>/share/sgml/*.xsl.

 - Move news.xml and other *.xml files for the similar purpose
   to share/sgml/*.xml and <lang>/share/sgml/*.xml.

 - Switch to use a custom DTD for HTML document.  Now we use
   "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is
   HTML 4.01 + some entities previously pulled via
   "<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line.
   The location of entity file will be resolved by using catalog file.

 - Add DOCTYPE declearation to XML documents.  This makes the followings
   possible:

   * Use of &foo; entities for SGML in an XML file instead of defining
     {$foo} as the same content.

   * &symbolic; entities for Latin characters.

 - Duplicated information between SGML and XML, or English and
   translated doc, has been removed as much as possible.
2006-08-19 21:20:54 +00:00

124 lines
3.6 KiB
Text

<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY date "$FreeBSD: www/en/logo.sgml,v 1.6 2006/06/28 18:51:47 simon Exp $">
<!ENTITY title "FreeBSD Logo">
<!ENTITY % navinclude.about "INCLUDE">
<!ENTITY % developers SYSTEM "developers.sgml"> %developers;
]>
<html>
&header;
<ul>
<li><a href="#GUIDELINE">Usage Guideline</a></li>
<li><a href="#RESOURCE">Resource</a></li>
<li><a href="#SAMPLE">Sample</a></li>
</ul>
<p></p>
<h2 id="GUIDELINE">Usage Guideline</h2>
<p>FreeBSD is a registered trademark of The FreeBSD Foundation. The
FreeBSD logo and The Power to Serve are trademarks of The FreeBSD
Foundation.</p>
<p>All images listed under the heading "Resource" are available for
use under license from The FreeBSD Foundation.</p>
<p>For more information on how to obtain permission to use the logo,
please refer to the FreeBSD Logo Usage Guidelines at <a
href="http://www.freebsdfoundation.org/documents/Guidelines.shtml">The
FreeBSD Foundation.</a></p>
<h2 id="RESOURCE">Resource</h2>
<h3>Standard Logo (fullcolor)</h3>
<!-- p>Format: <a>Adobe(r) Illustrator(r)</a>, <a>SVG</a>, <a>EPS</a></p -->
<p><a href="logo/logo-full.png"><img src="logo/logo-full-thumb.png"
alt=""></a></p>
<h3>Standard Logo (fullcolor for dark background)</h3>
<!-- p>Format: <a>Adobe(r) Illustrator(r)</a>, <a>SVG</a>, <a>EPS</a></p -->
<p><a href="logo/logo-reverse.png"><img
src="logo/logo-reverse-thumb.png" alt=""></a></p>
<!-- h3>Standard Logo (grayscaled)</h3 -->
<!-- p>Format: <a>Adobe(r) Illustrator(r)</a>, <a>SVG</a>, <a>EPS</a></p -->
<h3>Standard Logo (black and white)</h3>
<!-- p>Format: <a>Adobe(r) Illustrator(r)</a>, <a>SVG</a>, <a>EPS</a></p -->
<p><a href="logo/logo-bw.png"><img src="logo/logo-bw-thumb.png"
alt=""></a></p>
<h3>Vector formats</h3>
<p>Format: <a href="logo/logo-basic.ai">Adobe(r) Illustrator(r)</a>,
<a href="logo/logo-basic.svg">SVG</a></p>
<p><a href="logo/logo-basic.png"><img
src="logo/logo-basic-thumb.png" alt=""></a></p>
<h2 id="sample">Sample</h2>
<p>NOTE: "free<font color="red">BSD</font>" text in these images
were created based on draft version of logo contest. Correct
version of this text should be rendered by one black color, not
two colors and first "f" character should be spelled capitalized
as "F".</p>
<h3>CD/DVD package</h3>
<p><a href="logo/cd.jpg"><img src="logo/cd-thumb.jpg" alt=""></a></p>
<h3>Postcard</h3>
<div><a href="logo/postcard1.jpg"><img style="margin:0.5em;
border:2px solid black;" src="logo/postcard1-thumb.jpg"
alt=""></a></div>
<div style="float:left;"><a href="logo/postcard2.jpg"><img
style="margin:0.5em; border:2px solid black;"
src="logo/postcard2-thumb.jpg" alt=""></a></div>
<div style="float:left;"><a href="logo/postcard3.jpg"><img
style="margin:0.5em; border:2px solid black;"
src="logo/postcard3-thumb.jpg" alt=""></a></div>
<div style="float:left;"><a href="logo/postcard4.jpg"><img
style="margin:0.5em; border:2px solid black;"
src="logo/postcard4-thumb.jpg" alt=""></a></div>
<div style="clear:left;">&nbsp;</div>
<h3>Wallpaper</h3>
<p>Here are sample wallpapers.</p>
<p><a href="logo/wall1.jpg"><img src="logo/wall1-thumb.jpg"
alt=""></a></p>
<p><a href="logo/wall2.jpg"><img src="logo/wall2-thumb.jpg"
alt=""></a></p>
<p><a href="logo/wall3.jpg"><img src="logo/wall3-thumb.jpg"
alt=""></a></p>
&footer;
</body>
</html>
<!--
Local Variables:
mode: sgml
sgml-indent-data: t
sgml-omittag: nil
sgml-always-quote-attributes: t
End:
-->