docs/master

changeset 198:9ed707d62150

Added separate RFC page to the references.
author markus schnalke <meillo@marmaro.de>
date Thu, 12 Jul 2012 00:56:47 +0200
parents 05a243dffaca
children 5cd9bacdfcd3
files makefile rfcs rfcs.roff
diffstat 3 files changed, 50 insertions(+), 9 deletions(-) [+]
line diff
     1.1 --- a/makefile	Thu Jul 12 00:39:41 2012 +0200
     1.2 +++ b/makefile	Thu Jul 12 00:56:47 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  NAME = thesis
     1.5  CHAPS = style front.roff dedication.roff toc.roff \
     1.6  	preface.roff intro.roff discussion.roff summary.roff tools.roff \
     1.7 -	refs.roff official.roff colophon.roff
     1.8 +	refs.roff rfcs.roff official.roff colophon.roff
     1.9  BIB = bib *.bib
    1.10  PDFFLAGS = -sPAPERSIZE=a4 -dPDFSETTINGS=/prepress
    1.11  REFER = refer -n -p bib -p mail.bib -p web.bib -e -P -sLAD -l,2 -k
     2.1 --- a/rfcs	Thu Jul 12 00:39:41 2012 +0200
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,8 +0,0 @@
     2.4 -%L RFC\|821
     2.5 -%A Jonathan B. Postel
     2.6 -%T Simple Mail Transfer Protocol
     2.7 -%S Request for Comments
     2.8 -%V 821
     2.9 -%I IETF
    2.10 -%D August 1982
    2.11 -%O \f(CW\s-1http://www.ietf.org/rfc/rfc821.txt\s0
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/rfcs.roff	Thu Jul 12 00:56:47 2012 +0200
     3.3 @@ -0,0 +1,49 @@
     3.4 +.H- "Requests for Comments
     3.5 +.P
     3.6 +RFCs document the Internet. They are published by the
     3.7 +.I "Internet Engineering Task Force
     3.8 +(IETF).
     3.9 +Any particular RFC is located at:
    3.10 +.VS
    3.11 +http://www.ietf.org/rfc/rfcNNNN.txt
    3.12 +VE
    3.13 +The placeholder `\fLNNNN\fP' needs to be replaced with the four-digit
    3.14 +number of the RFC.
    3.15 +RFC\|821, for example, can be found at
    3.16 +.Fn http://www.ietf.org/rfc/rfc0821.txt .
    3.17 +.P
    3.18 +The following list of contains all RFCs referenced in this document.
    3.19 +.sp
    3.20 +
    3.21 +.IP RFC\|821
    3.22 +.I "Simple Mail Transfer Protocol",
    3.23 +August 1982.
    3.24 +
    3.25 +.IP RFC\|822
    3.26 +.I "Standard for the Format of ARPA Internet Text Messages",
    3.27 +August 1982.
    3.28 +
    3.29 +.IP RFC\|2045
    3.30 +.I "Multipurpose Internet Mail Extensions (MIME) Part One:\
    3.31 +	Format of Internet Message Bodies" ,
    3.32 +November 1996.
    3.33 +
    3.34 +.IP RFC\|2046
    3.35 +.I "Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types" ,
    3.36 +November 1996.
    3.37 +
    3.38 +.IP RFC\|2047
    3.39 +.I "MIME (Multipurpose Internet Mail Extensions) Part Three:\
    3.40 +	Message Header Extensions for Non-ASCII Text" ,
    3.41 +November 1996.
    3.42 +
    3.43 +.IP RFC\|2048
    3.44 +.I "Multipurpose Internet Mail Extensions (MIME) Part Four:\
    3.45 +	Registration Procedures" ,
    3.46 +November 1996.
    3.47 +
    3.48 +.IP RFC\|2049
    3.49 +.I "Multipurpose Internet Mail Extensions (MIME) Part Five:\
    3.50 +	Conformance Criteria and Examples" ,
    3.51 +November 1996.
    3.52 +