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 wrap: on
line diff
--- a/makefile	Thu Jul 12 00:39:41 2012 +0200
+++ b/makefile	Thu Jul 12 00:56:47 2012 +0200
@@ -1,7 +1,7 @@
 NAME = thesis
 CHAPS = style front.roff dedication.roff toc.roff \
 	preface.roff intro.roff discussion.roff summary.roff tools.roff \
-	refs.roff official.roff colophon.roff
+	refs.roff rfcs.roff official.roff colophon.roff
 BIB = bib *.bib
 PDFFLAGS = -sPAPERSIZE=a4 -dPDFSETTINGS=/prepress
 REFER = refer -n -p bib -p mail.bib -p web.bib -e -P -sLAD -l,2 -k
--- a/rfcs	Thu Jul 12 00:39:41 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-%L RFC\|821
-%A Jonathan B. Postel
-%T Simple Mail Transfer Protocol
-%S Request for Comments
-%V 821
-%I IETF
-%D August 1982
-%O \f(CW\s-1http://www.ietf.org/rfc/rfc821.txt\s0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rfcs.roff	Thu Jul 12 00:56:47 2012 +0200
@@ -0,0 +1,49 @@
+.H- "Requests for Comments
+.P
+RFCs document the Internet. They are published by the
+.I "Internet Engineering Task Force
+(IETF).
+Any particular RFC is located at:
+.VS
+http://www.ietf.org/rfc/rfcNNNN.txt
+VE
+The placeholder `\fLNNNN\fP' needs to be replaced with the four-digit
+number of the RFC.
+RFC\|821, for example, can be found at
+.Fn http://www.ietf.org/rfc/rfc0821.txt .
+.P
+The following list of contains all RFCs referenced in this document.
+.sp
+
+.IP RFC\|821
+.I "Simple Mail Transfer Protocol",
+August 1982.
+
+.IP RFC\|822
+.I "Standard for the Format of ARPA Internet Text Messages",
+August 1982.
+
+.IP RFC\|2045
+.I "Multipurpose Internet Mail Extensions (MIME) Part One:\
+	Format of Internet Message Bodies" ,
+November 1996.
+
+.IP RFC\|2046
+.I "Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types" ,
+November 1996.
+
+.IP RFC\|2047
+.I "MIME (Multipurpose Internet Mail Extensions) Part Three:\
+	Message Header Extensions for Non-ASCII Text" ,
+November 1996.
+
+.IP RFC\|2048
+.I "Multipurpose Internet Mail Extensions (MIME) Part Four:\
+	Registration Procedures" ,
+November 1996.
+
+.IP RFC\|2049
+.I "Multipurpose Internet Mail Extensions (MIME) Part Five:\
+	Conformance Criteria and Examples" ,
+November 1996.
+