FreeBSD Bugzilla – Attachment 6146 Details for
Bug 14165
FDP introduction article
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 5.23 KB, created by
nbm
on 1999-10-06 15:50:01 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
nbm
Created:
1999-10-06 15:50:01 UTC
Size:
5.23 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># introduction ># introduction/article.sgml ># introduction/Makefile ># >echo c - introduction >mkdir -p introduction > /dev/null 2>&1 >echo x - introduction/article.sgml >sed 's/^X//' >introduction/article.sgml << 'END-of-introduction/article.sgml' >X<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN" [ >X<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"> >X%man; >X<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"> >X%authors; >X]> >X >X<article> >X <artheader> >X <title>Introduction to FreeBSD Documentation</title> >X >X <author> >X <surname>The FreeBSD Documentation Project</surname> >X <affiliation> >X <address><email>doc@FreeBSD.org</email></address> >X </affiliation> >X </author> >X >X <copyright> >X <year>1999</year> >X <holder role="mailto:doc@FreeBSD.org">The FreeBSD Documentation >X Project</holder> >X </copyright> >X >X <pubdate>September 1999</pubdate> >X >X <abstract> >X <para>This is an overview of the documents in the FreeBSD >X Documentation Project.</para> >X </abstract> >X </artheader> >X >X <sect1> >X <title>Books</title> >X >X <sect2> >X <title>The FreeBSD Handbook</title> >X >X <para>The <ulink url="en_US.ISO_8859-1/books/handbook/">FreeBSD >X Handbook</ulink> is <emphasis>the</emphasis> reference for >X the installation and day-to-day running of the latest FreeBSD >X release.</para> >X >X <para>It also covers the history of the FreeBSD Project, and the >X names of contributors and developers, and contact addresses >X for various important people and mailing lists.</para> >X </sect2> >X >X <sect2> >X <title>The FreeBSD FAQ</title> >X >X <para>The <ulink url="en_US.ISO_8859-1/books/faq/">FreeBSD >X FAQ</ulink> contains Frequently Asked Questions about >X FreeBSD and the FreeBSD Project, and answers to them.</para> >X </sect2> >X >X <sect2> >X <title>The FreeBSD Documentation Project Primer</title> >X >X <para>Want to contribute to the Documentation Project? Read the >X <ulink url="en_US.ISO_8859-1/books/fdp-primer/">FreeBSD >X Documentation Project Primer</ulink> to learn how!</para> >X </sect2> >X >X <sect2> >X <title>The Pedantic PPP Primer</title> >X >X <para>The <ulink >X url="en_US.ISO_8859-1/books/ppp-primer/">Pedantic PPP >X Primer</ulink> is a step-by-step guide to using user-mode >X ppp, the preferred method to do ppp and dial-up on >X FreeBSD!</para> >X </sect2> >X </sect1> >X >X <sect1> >X <title>Articles</title> >X >X <sect2> >X <title>New Users Guide</title> >X >X <para>The <ulink >X url="en_US.ISO_8859-1/articles/new-users/article.html">New >X Users' Guide</ulink> is an overview of concepts integral to >X understanding FreeBSD and other Unix-like operating system, >X aimed at new users.</para> >X </sect2> >X >X <sect2> >X <title>Installing and using FreeBSD with other operating >X systems</title> >X >X <para>The <ulink >X url="en_US.ISO_8859-1/articles/multi-os/article.html">Multi-Os >X tutorial</ulink> explains how to run multiple operating >X systems on your computer (also known as dual-booting or >X multi-booting).</para> >X </sect2> >X >X <sect2> >X <title>Formatting Media</title> >X >X <para>A how-to on <ulink >X url="en_US.ISO_8859-1/articles/formatting-media/article.html"> >X formatting media</ulink> for use with FreeBSD, covering hard >X disks, adding swap space, copying contents of disks, and >X striping disks using CCD.</para> >X </sect2> >X >X <sect2> >X <title>Fonts and FreeBSD</title> >X >X <para>A tutorial on <ulink >X url="en_US.ISO_8859-1/articles/fonts/article.html">using >X fonts in FreeBSD</ulink>, on virtual consoles and in >X applications like X, ghostscript, and groff.</para> >X </sect2> >X >X <sect2> >X <title>MH</title> >X >X <para>The <ulink >X url="en_US.ISO_8859-1/articles/mh/article.html">MH >X primer</ulink> on the use of the suite of mail tools >X included in the application MH.</para> >X </sect2> >X >X <sect2> >X <title>Programming Tools on FreeBSD</title> >X >X <para>An overview of available <ulink >X url="en_US.ISO_8859-1/articles/programming-tools/article.html">Programming >X Tools</ulink> available on FreeBSD, both in the base system, >X and in ports.</para> >X </sect2> >X </sect1> >X >X</article> >END-of-introduction/article.sgml >echo x - introduction/Makefile >sed 's/^X//' >introduction/Makefile << 'END-of-introduction/Makefile' >X# >X# $FreeBSD$ >X# >X# Build the Introducation to FreeBSD Documentation >X# >X >XMAINTAINER= nbm@rucus.ru.ac.za >X >XMASTERDOC?= ${.CURDIR}/article.sgml >XDOC?= index.${LANGCODE} >X >XFORMATS?= html >XLANGCODE= en_US.ISO_8859-1 >X >XINSTALL_COMPRESSED?= >XINSTALL_ONLY_COMPRESSED?= >X >X# SGML content >XSRCS= article.sgml >X >XDESTDIR?= ${DOCDIR}/ >X >XDOC_PREFIX?= ${.CURDIR}/../../.. >X.include "${DOC_PREFIX}/share/mk/doc.project.mk" >X >Xsymlinks: >X.if ${PRI_LANG} == ${LANGCODE} >X.for _tmp in ${FORMATS} >X (cd ${DOCDIR} && ln -sf ${DOC}.${_tmp} ${DOC:R:R}.${_tmp}) >X.endfor >X.endif >X >END-of-introduction/Makefile >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 14165
: 6146