aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/flyer
diff options
context:
space:
mode:
authorSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2021-01-25 23:31:29 +0000
committerSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2021-01-25 23:31:29 +0000
commit989d921f5d4ac8d8b7c831c13b8954ad1901be24 (patch)
treea5d768f9af4b55422fdf5b17064879ae1c7ce032 /en_US.ISO8859-1/flyer
parent0cff342f42461c5081b98bce7581f43df319e4f4 (diff)
downloaddoc-989d921f5d4ac8d8b7c831c13b8954ad1901be24.tar.gz
doc-989d921f5d4ac8d8b7c831c13b8954ad1901be24.zip
Migrate doc to Hugo/AsciiDoctor
I'm very pleased to announce the release of our new website and documentation using the new toolchain with Hugo and AsciiDoctor. To get more information about the new toolchain please read the FreeBSD Documentation Project Primer[1], Hugo docs[2] and AsciiDoctor docs[3]. Acknowledgment: Benedict Reuschling <bcr@> Glen Barber <gjb@> Hiroki Sato <hrs@> Li-Wen Hsu <lwhsu@> Sean Chittenden <seanc@> The FreeBSD Foundation [1] https://docs.FreeBSD.org/en/books/fdp-primer/ [2] https://gohugo.io/documentation/ [3] https://docs.asciidoctor.org/home/ Approved by: doceng, core
Diffstat (limited to 'en_US.ISO8859-1/flyer')
-rw-r--r--en_US.ISO8859-1/flyer/Makefile17
-rw-r--r--en_US.ISO8859-1/flyer/flyer.tex206
2 files changed, 0 insertions, 223 deletions
diff --git a/en_US.ISO8859-1/flyer/Makefile b/en_US.ISO8859-1/flyer/Makefile
deleted file mode 100644
index 9dbbcb7a3e..0000000000
--- a/en_US.ISO8859-1/flyer/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $FreeBSD$
-#
-
-pdf: dvi ps
- ps2pdf -sPAPERSIZE=a4 flyer.ps
-
-ps: dvi
- dvips -t a4 flyer.dvi -o
-
-dvi: flyer.tex
- pngtopnm -mix ../../share/images/flyer/logo-full.png | \
- pnmtops -noturn > logo-full.eps
- latex flyer.tex
-
-clean:
- rm -f flyer.aux flyer.dvi flyer.log flyer.pdf flyer.ps \
- logo-full.eps
diff --git a/en_US.ISO8859-1/flyer/flyer.tex b/en_US.ISO8859-1/flyer/flyer.tex
deleted file mode 100644
index 1d10a5bf9a..0000000000
--- a/en_US.ISO8859-1/flyer/flyer.tex
+++ /dev/null
@@ -1,206 +0,0 @@
-% Copyright (c) 2004-2010 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.
-% Two layouts are available: one using Beastie the other one using the
-% FreeBSD Logo. The layout selection is done below via the value of
-% the \logo variable. By default the Beastie layout is enabled.
-%
-\documentclass[11pt]{article}
-\usepackage[T1]{fontenc}
-\usepackage[latin1]{inputenc}
-% Use the right language
-\usepackage[english]{babel}
-\usepackage{mathptmx}
-\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}
-
-\usepackage{ifthen}
-% Use of the Logo (set the \logo variable below to true) or Beastie
-% (\logo variable set to false).
-\newcommand{\logo}{false}
-
-% Colors settings
-\usepackage{color}
-\ifthenelse{\equal{\logo}{true}}{
-\definecolor{bkgrdtitle}{rgb}{.69,0,0}
-\definecolor{redtitle}{rgb}{.65,.16,.22}
-\definecolor{ovalboxcolor}{rgb}{.69,0,0}
-}
-{
-\definecolor{bkgrdtitle}{rgb}{1,.84,.22}
-\definecolor{redtitle}{rgb}{.65,.16,.22}
-\definecolor{ovalboxcolor}{rgb}{.65,.16,.22}
-}
-
-% Some macros
-\ifthenelse{\equal{\logo}{true}}{
-\newcommand{\titledframe}[3]{%
-\boxput*(0,1){\colorbox{bkgrdtitle}{\color{white} \large{\textbf{\textsf{#1}}}}} {\setlength {\fboxsep}{12pt} \color{ovalboxcolor}\Ovalbox {\color{black}\begin{minipage}{#3}#2\end{minipage}}}
-}}
-{
-\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}
-\ifthenelse{\equal{\logo}{true}}{
-\includegraphics[scale=0.5]{logo-full.eps}
-\vspace{1mm}
-}
-{
-\fontsize{40}{36}\selectfont
-{\color{redtitle} \textrm{\textbf{FreeBSD}}}\medskip}
-\end{center}
-%\vspace{2mm}
-
-% Main part
-\begin{center}
-\ifthenelse{\equal{\logo}{true}}{
-\newcommand{\size}{17.3cm}
-}
-{\newcommand{\size}{12.7cm}}
-
-\titledframe{What is FreeBSD?}{
-FreeBSD is a operating system used to power modern servers, desktops, and embedded platforms. A large community has continually developed it for more than thirty years. Its networking, security, and storage features have made FreeBSD the platform of choice for many of the busiest web sites and most pervasive embedded networking and storage devices.
-}{\size}
-\ifthenelse{\equal{\logo}{false}}{
-\begin{minipage}{4cm}
-\includegraphics[scale=0.3]{../../share/images/flyer/beastie.eps}
-\end{minipage}
-}
-
-\ifthenelse{\equal{\logo}{true}}{
-\vspace{5mm}}{\vspace{3mm}}
-
-\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 a high performance networking stack
-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.
-}{11.12cm}
-
-\vspace{5mm}
-
-\titledframe{Run a huge number of applications!}{
-FreeBSD comes with over 23000 third party software packages
-ready to be installed including: Apache, Samba, MySQL\reg,
-LibreOffice, KDE, GNOME, MPlayer, etc.
-\medskip
-
-FreeBSD provides the ports system which fetches sources
-from the Internet and compiles binaries, including
-building and installing any dependencies. All these operations are
-done in a transparent way for the user. Compiled binaries
-are also available.
-\medskip
-
-Most GNU/Linux binaries run under FreeBSD, for example:
-Acrobat Reader\reg, Oracle\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 a USB Stick,
-CD-ROM, or even directly using 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 license. In contrast to the GPL
-license used by the Linux kernel, the BSD license 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{https://www.FreeBSD.org/}
-\item FreeBSD Handbook: \url{https://www.FreeBSD.org/doc/handbook/}
-\end {itemizeflyer}
-}{17.3cm}
-\end{center}
-%
-% Copyrights
-\begin{center}
-\tiny \copyright 2004-2017 The FreeBSD Project\\
-\ifthenelse{\equal{\logo}{true}}{
-FreeBSD and the FreeBSD Logo are registered trademarks of the FreeBSD
-Foundation.\\}
-{FreeBSD is a registered trademark of the FreeBSD Foundation.\\}
-All other company and product names may be trademarks of their
-respective companies.\\
-\ifthenelse{\equal{\logo}{false}}{
-BSD Daemon, \copyright 1988 by Marshall Kirk McKusick. All Rights
-Reserved.}{}
-\end{center}
-
-\end{document}