aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1
diff options
context:
space:
mode:
authorMarc Fonvieille <blackend@FreeBSD.org>2004-01-24 21:19:48 +0000
committerMarc Fonvieille <blackend@FreeBSD.org>2004-01-24 21:19:48 +0000
commit350d7186fd2df5f145d8432a81856be7b80096c2 (patch)
tree757b245ceebe437adcf02e223f055012a581a10f /en_US.ISO8859-1
parent2870f3fdac14b8765b80a0c3a9d8d8cdde815ee2 (diff)
downloaddoc-350d7186fd2df5f145d8432a81856be7b80096c2.tar.gz
doc-350d7186fd2df5f145d8432a81856be7b80096c2.zip
Say Hello to the FreeBSD Flyer!
Just type: cd /usr/doc/en_US.ISO8859-1/flyer/ && make pdf and launch your favorite PDF viewer. Thanks to people who supported this effort.
Notes
Notes: svn path=/head/; revision=19823
Diffstat (limited to 'en_US.ISO8859-1')
-rw-r--r--en_US.ISO8859-1/flyer/Makefile14
-rw-r--r--en_US.ISO8859-1/flyer/flyer.tex182
2 files changed, 196 insertions, 0 deletions
diff --git a/en_US.ISO8859-1/flyer/Makefile b/en_US.ISO8859-1/flyer/Makefile
new file mode 100644
index 0000000000..7b6a4d62a0
--- /dev/null
+++ b/en_US.ISO8859-1/flyer/Makefile
@@ -0,0 +1,14 @@
+# $FreeBSD$
+#
+
+pdf: dvi ps
+ ps2pdf13 -sPAPERSIZE=a4 flyer.ps
+
+ps: dvi
+ dvips -t a4 flyer.dvi -o
+
+dvi: flyer.tex
+ latex flyer.tex
+
+clean:
+ rm -f flyer.aux flyer.dvi flyer.log flyer.pdf flyer.ps
diff --git a/en_US.ISO8859-1/flyer/flyer.tex b/en_US.ISO8859-1/flyer/flyer.tex
new file mode 100644
index 0000000000..0957314675
--- /dev/null
+++ b/en_US.ISO8859-1/flyer/flyer.tex
@@ -0,0 +1,182 @@
+% Copyright (c) 2004 Marc Fonvieille
+% All rights reserved.
+%
+% Redistribution and use in source and binary forms, with or without
+% modification, are permitted provided that the following conditions
+% are met:
+% 1. Redistributions of source code must retain the above copyright
+% notice, this list of conditions and the following disclaimer.
+% 2. Redistributions in binary form must reproduce the above copyright
+% notice, this list of conditions and the following disclaimer in the
+% documentation and/or other materials provided with the distribution.
+%
+% THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+% ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+% IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+% ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+% FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+% DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+% OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+% HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+% LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+% OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+% SUCH DAMAGE.
+%
+% $FreeBSD$
+%
+% FreeBSD Flyer
+% Use make FORMAT (with FORMAT: pdf, ps or dvi) to build the flyer.
+%
+\documentclass[11pt]{article}
+\usepackage[T1]{fontenc}
+\usepackage[latin1]{inputenc}
+% Use the right language
+\usepackage[english]{babel}
+\usepackage{pslatex}
+\usepackage{graphicx}
+\usepackage{fancybox}
+\usepackage{url}
+% Use the right papersize, do not forget to change also the Makefile
+\usepackage[verbose,a4paper,noheadfoot,margin=1cm]{geometry}
+% Colors settings
+\usepackage{color}
+\definecolor{bkgrdtitle}{rgb}{1,.84,.22}
+%\definecolor{bkgrdtitle}{rgb}{1,.81,.3}
+%\definecolor{bkgrdtitle}{rgb}{1,.87,.32}
+%\definecolor{redtitle}{rgb}{.82,0,0}
+%\definecolor{redtitle}{rgb}{.7,.7,.9}
+%\definecolor{redtitle}{rgb}{.6,0,0}
+%\definecolor{redtitle}{rgb}{.4,0,0}
+\definecolor{redtitle}{rgb}{.65,.16,.22}
+\definecolor{ovalboxcolor}{rgb}{.65,.16,.22}
+
+% Some macros
+\newcommand{\titledframe}[3]{%
+\boxput*(0,1){\colorbox{bkgrdtitle}{\color{black} \large{\textbf{\textsf{#1}}}}} {\setlength {\fboxsep}{12pt} \color{ovalboxcolor}\Ovalbox {\color{black}\begin{minipage}{#3}#2\end{minipage}}}
+}
+
+\newcommand{\reg}{$^{\mbox{\tiny \textregistered}}$}
+\newcommand{\tm}{$^{\mbox{\tiny TM}}$}
+
+\newenvironment{itemizeflyer}%
+{ \begin{list}%
+ {\textendash}%
+ { \setlength{\leftmargin}{5pt}%
+ \setlength{\itemsep}{0pt}%
+ \setlength{\parskip}{0pt}%
+ \setlength{\parsep}{0pt}}}
+{ \end{list}}
+
+\pagestyle{empty}
+
+\begin{document}
+
+\begin{center}
+\fontsize{40}{36}\selectfont
+{\color{redtitle} \textrm{\textbf{FreeBSD}}}
+\end{center}
+%\vspace{2mm}
+
+% Main part
+\begin{center}
+\titledframe{What is FreeBSD?}{
+FreeBSD is an advanced operating system for x86 compatible (Intel\reg
+and AMD\tm), AMD64 (AMD Opteron\tm and Athlon\tm 64), DEC Alpha, IA-64
+(Intel\reg Itanium\reg Processor Family), PC-98 and UltraSPARC\reg
+architectures. It is currently being ported to PowerPC\reg and MIPS
+architectures.
+
+FreeBSD is derived from BSD, the version of UNIX\reg
+developed at the University of California, Berkeley.
+}{12.7cm}
+\begin{minipage}{4cm}
+\includegraphics[scale=0.3]{../../share/images/flyer/beastie.eps}
+\end{minipage}
+
+\vspace{1mm}
+
+\titledframe{Cutting edge features}{
+FreeBSD offers advanced networking, performance, security and
+compatibility features which are still missing in other
+operating systems, even some of the best commercial ones.
+}{5cm}
+\titledframe{\textsf{\textbf{Powerful Internet solutions}}}{
+FreeBSD includes what many consider the reference implementation for
+TCP/IP software, the 4.4BSD TCP/IP protocol stack, thereby making it
+ideal for network applications and the Internet.
+FreeBSD makes an ideal Internet or Intranet server. It provides robust
+network services under the heaviest loads and uses memory efficiently
+to maintain good response times for thousands of simultaneous user
+processes.
+}{11cm}
+
+\vspace{5mm}
+
+\titledframe{Run a huge number of applications!}{
+FreeBSD comes with over 10000 third party software packages
+ready to be installed including: Apache, Samba, MySQL\reg,
+OpenOffice.Org, KDE, GNOME, MPlayer, etc.\\
+
+FreeBSD provides the ports system which fetches sources
+and compiles binaries from the Internet or from a CD-ROM, including
+building and installing any dependencies. All these operations are
+done in a transparent way for the user.\\
+
+Most of GNU/Linux binaries run under FreeBSD, for example:
+Acrobat Reader\reg, Oracle\reg, SAP/R3\reg, Mathematica\reg, Quake3,
+etc., without any noticeable speed degradation.
+}{17.3cm}
+
+\vspace{5mm}
+
+\titledframe{FreeBSD is easy to install}{
+FreeBSD can be installed from a variety of media including CD-ROM,
+DVD-ROM, floppy disk, magnetic tape, an MS-DOS\reg
+partition, or if you have a network connection, you can install it
+directly using anonymous FTP or NFS.
+}{17.3cm}
+
+\vspace{5mm}
+
+\titledframe{FreeBSD is free}{
+FreeBSD is available free of charge and comes with full source code.
+The majority of the source code of the FreeBSD system is
+available under the standard BSD licence. In contrast to the GPL
+licence used by the Linux kernel, the BSD licence allows distribution
+of derived work without accompanying source code. This lets companies
+use the FreeBSD code as the base of a proprietary product, often
+leading to parts of what they do being released back to the community.
+}{17.3cm}
+
+\vspace{5mm}
+
+\titledframe{Can handle nearly any task}{
+FreeBSD is well-suited for a great number of desktop, server, embedded
+or appliance applications.
+Today, FreeBSD is not just a server operating system but
+aims itself also at end users, particularly newcomers from Windows\reg
+and GNU/Linux.
+}{17.3cm}
+
+\vspace{5mm}
+
+\titledframe{Contacts}{
+\begin{itemizeflyer}
+\item Web site: \url{http://www.FreeBSD.org/}
+\item FreeBSD Handbook: \url{http://www.FreeBSD.org/doc/handbook/}
+\end {itemizeflyer}
+}{17.3cm}
+\end{center}
+%
+% Copyrights
+\begin{center}
+\tiny \copyright 2004 The FreeBSD Project\\
+FreeBSD is a registered trademark of Wind River Systems,
+Inc. This is expected to change soon.\\
+All other company and product names may be trademarks of their
+respective companies.\\
+BSD Daemon, \copyright 1988 by Marshall Kirk McKusick. All Rights
+Reserved.
+\end{center}
+
+\end{document}