?? rfc1563.ps
字號:
%!PS-Adobe-1.0%%Creator: thumper:nsb (Nathaniel Borenstein,MRE 2D-296,4270,9938586,21462)%%Title: stdin (ditroff)%%CreationDate: Fri Dec 31 07:32:53 1993%%EndComments% lib/psdit.pro -- prolog for psdit (ditroff) files% Copyright (c) 1984, 1985 Adobe Systems Incorporated. All Rights Reserved.% last edit: shore Sat Nov 23 20:28:03 1985% RCSID: %Header: psdit.pro,v 2.1 85/11/24 12:19:43 shore Rel %% Psfig RCSID $Header: psdit.pro,v 1.5 88/01/04 17:48:22 trevor Exp $/$DITroff 180 dict def $DITroff begin/DocumentInitState [ matrix currentmatrix currentlinewidth currentlinecapcurrentlinejoin currentdash currentgray currentmiterlimit ] cvx def%% Psfig additions/startFig { /SavedState save def userdict maxlength dict begin currentpoint transform DocumentInitState setmiterlimit setgray setdash setlinejoin setlinecap setlinewidth setmatrix itransform moveto /ury exch def /urx exch def /lly exch def /llx exch def /y exch 72 mul resolution div def /x exch 72 mul resolution div def currentpoint /cy exch def /cx exch def /sx x urx llx sub div def % scaling for x /sy y ury lly sub div def % scaling for y sx sy scale % scale by (sx,sy) cx sx div llx sub cy sy div ury sub translate /DefFigCTM matrix currentmatrix def /initmatrix { DefFigCTM setmatrix } def /defaultmatrix { DefFigCTM exch copy } def /initgraphics { DocumentInitState setmiterlimit setgray setdash setlinejoin setlinecap setlinewidth setmatrix DefFigCTM setmatrix } def /showpage { initgraphics } def} def% Args are llx lly urx ury (in figure coordinates)/clipFig { currentpoint 6 2 roll newpath 4 copy 4 2 roll moveto 6 -1 roll exch lineto exch lineto exch lineto closepath clip newpath moveto} def% doclip, if called, will always be just after a `startfig'/doclip { llx lly urx ury clipFig } def/endFig { end SavedState restore} def/globalstart { % Push details about the enviornment on the stack. fontnum fontsize fontslant fontheight % firstpage mh my resolution slotno currentpoint pagesave restore gsave } def/globalend { grestore moveto /slotno exch def /resolution exch def /my exch def /mh exch def % /firstpage exch def /fontheight exch def /fontslant exch def /fontsize exch def /fontnum exch def F /pagesave save def} def%% end XMOD additions/fontnum 1 def /fontsize 10 def /fontheight 10 def /fontslant 0 def/xi {0 72 11 mul translate 72 resolution div dup neg scale 0 0 moveto /fontnum 1 def /fontsize 10 def /fontheight 10 def /fontslant 0 def F /pagesave save def}def/PB{save /psv exch def currentpoint translate resolution 72 div dup neg scale 0 0 moveto}def/PE{psv restore}def/arctoobig 90 def /arctoosmall .05 def/m1 matrix def /m2 matrix def /m3 matrix def /oldmat matrix def/tan{dup sin exch cos div}def/point{resolution 72 div mul}def/dround {transform round exch round exch itransform}def/xT{/devname exch def}def/xr{/mh exch def /my exch def /resolution exch def}def/xp{}def/xs{docsave restore end}def/xt{}def/xf{/fontname exch def /slotno exch def fontnames slotno get fontname eq not {fonts slotno fontname findfont put fontnames slotno fontname put}if}def/xH{/fontheight exch def F}def/xS{/fontslant exch def F}def/s{/fontsize exch def /fontheight fontsize def F}def/f{/fontnum exch def F}def/F{fontheight 0 le {/fontheight fontsize def}if fonts fontnum get fontsize point 0 0 fontheight point neg 0 0 m1 astore fontslant 0 ne{1 0 fontslant tan 1 0 0 m2 astore m3 concatmatrix}if makefont setfont .04 fontsize point mul 0 dround pop setlinewidth}def/X{exch currentpoint exch pop moveto show}def/N{3 1 roll moveto show}def/Y{exch currentpoint pop exch moveto show}def/S{show}def/ditpush{}def/ditpop{}def/AX{3 -1 roll currentpoint exch pop moveto 0 exch ashow}def/AN{4 2 roll moveto 0 exch ashow}def/AY{3 -1 roll currentpoint pop exch moveto 0 exch ashow}def/AS{0 exch ashow}def/MX{currentpoint exch pop moveto}def/MY{currentpoint pop exch moveto}def/MXY{moveto}def/cb{pop}def % action on unknown char -- nothing for now/n{}def/w{}def/p{pop showpage pagesave restore /pagesave save def}def/abspoint{currentpoint exch pop add exch currentpoint pop add exch}def/distance{dup mul exch dup mul add sqrt}def/dstroke{currentpoint stroke moveto}def/Dl{2 copy gsave rlineto stroke grestore rmoveto}def/arcellipse{/diamv exch def /diamh exch def oldmat currentmatrix pop currentpoint translate 1 diamv diamh div scale /rad diamh 2 div def currentpoint exch rad add exch rad -180 180 arc oldmat setmatrix}def/Dc{dup arcellipse dstroke}def/De{arcellipse dstroke}def/Da{/endv exch def /endh exch def /centerv exch def /centerh exch def /cradius centerv centerv mul centerh centerh mul add sqrt def /eradius endv endv mul endh endh mul add sqrt def /endang endv endh atan def /startang centerv neg centerh neg atan def /sweep startang endang sub dup 0 lt{360 add}if def sweep arctoobig gt {/midang startang sweep 2 div sub def /midrad cradius eradius add 2 div def /midh midang cos midrad mul def /midv midang sin midrad mul def midh neg midv neg endh endv centerh centerv midh midv Da currentpoint moveto Da} {sweep arctoosmall ge {/controldelt 1 sweep 2 div cos sub 3 sweep 2 div sin mul div 4 mul def centerv neg controldelt mul centerh controldelt mul endv neg controldelt mul centerh add endh add endh controldelt mul centerv add endv add centerh endh add centerv endv add rcurveto dstroke} {centerh endh add centerv endv add rlineto dstroke}ifelse}ifelse}def/Barray 200 array def % 200 values in a wiggle/D~{mark}def/D~~{counttomark Barray exch 0 exch getinterval astore /Bcontrol exch def pop /Blen Bcontrol length def Blen 4 ge Blen 2 mod 0 eq and {Bcontrol 0 get Bcontrol 1 get abspoint /Ycont exch def /Xcont exch def Bcontrol 0 2 copy get 2 mul put Bcontrol 1 2 copy get 2 mul put Bcontrol Blen 2 sub 2 copy get 2 mul put Bcontrol Blen 1 sub 2 copy get 2 mul put /Ybi /Xbi currentpoint 3 1 roll def def 0 2 Blen 4 sub {/i exch def Bcontrol i get 3 div Bcontrol i 1 add get 3 div Bcontrol i get 3 mul Bcontrol i 2 add get add 6 div Bcontrol i 1 add get 3 mul Bcontrol i 3 add get add 6 div /Xbi Xcont Bcontrol i 2 add get 2 div add def /Ybi Ycont Bcontrol i 3 add get 2 div add def /Xcont Xcont Bcontrol i 2 add get add def /Ycont Ycont Bcontrol i 3 add get add def Xbi currentpoint pop sub Ybi currentpoint exch pop sub rcurveto }for dstroke}if}defend/ditstart{$DITroff begin /nfonts 60 def % NFONTS makedev/ditroff dependent! /fonts[nfonts{0}repeat]def /fontnames[nfonts{()}repeat]def/docsave save def}def% character outcalls/oc {/pswid exch def /cc exch def /name exch def /ditwid pswid fontsize mul resolution mul 72000 div def /ditsiz fontsize resolution mul 72 div def ocprocs name known{ocprocs name get exec}{name cb} ifelse}def/fractm [.65 0 0 .6 0 0] def/fraction {/fden exch def /fnum exch def gsave /cf currentfont def cf fractm makefont setfont 0 .3 dm 2 copy neg rmoveto fnum show rmoveto currentfont cf setfont(\244)show setfont fden show grestore ditwid 0 rmoveto} def/oce {grestore ditwid 0 rmoveto}def/dm {ditsiz mul}def/ocprocs 50 dict def ocprocs begin(14){(1)(4)fraction}def(12){(1)(2)fraction}def(34){(3)(4)fraction}def(13){(1)(3)fraction}def(23){(2)(3)fraction}def(18){(1)(8)fraction}def(38){(3)(8)fraction}def(58){(5)(8)fraction}def(78){(7)(8)fraction}def(sr){gsave 0 .06 dm rmoveto(\326)show oce}def(is){gsave 0 .15 dm rmoveto(\362)show oce}def(->){gsave 0 .02 dm rmoveto(\256)show oce}def(<-){gsave 0 .02 dm rmoveto(\254)show oce}def(==){gsave 0 .05 dm rmoveto(\272)show oce}defend% an attempt at a PostScript FONT to implement ditroff special chars% this will enable us to % cache the little buggers% generate faster, more compact PS out of psdit% confuse everyone (including myself)!50 dict dup begin/FontType 3 def/FontName /DIThacks def/FontMatrix [.001 0 0 .001 0 0] def/FontBBox [-260 -260 900 900] def% a lie but .../Encoding 256 array def0 1 255{Encoding exch /.notdef put}forEncoding dup 8#040/space put %space dup 8#110/rc put %right ceil dup 8#111/lt put %left top curl dup 8#112/bv put %bold vert dup 8#113/lk put %left mid curl dup 8#114/lb put %left bot curl dup 8#115/rt put %right top curl dup 8#116/rk put %right mid curl dup 8#117/rb put %right bot curl dup 8#120/rf put %right floor dup 8#121/lf put %left floor dup 8#122/lc put %left ceil dup 8#140/sq put %square dup 8#141/bx put %box dup 8#142/ci put %circle dup 8#143/br put %box rule dup 8#144/rn put %root extender dup 8#145/vr put %vertical rule dup 8#146/ob put %outline bullet dup 8#147/bu put %bullet dup 8#150/ru put %rule dup 8#151/ul put %underline pop/DITfd 100 dict def/BuildChar{0 begin /cc exch def /fd exch def /charname fd /Encoding get cc get def /charwid fd /Metrics get charname get def /charproc fd /CharProcs get charname get def charwid 0 fd /FontBBox get aload pop setcachedevice 2 setlinejoin 40 setlinewidth newpath 0 0 moveto gsave charproc grestore end}def/BuildChar load 0 DITfd put%/UniqueID 5 def/CharProcs 50 dict defCharProcs begin/space{}def/.notdef{}def/ru{500 0 rls}def/rn{0 840 moveto 500 0 rls}def/vr{0 800 moveto 0 -770 rls}def/bv{0 800 moveto 0 -1000 rls}def/br{0 750 moveto 0 -1000 rls}def/ul{0 -140 moveto 500 0 rls}def/ob{200 250 rmoveto currentpoint newpath 200 0 360 arc closepath stroke}def/bu{200 250 rmoveto currentpoint newpath 200 0 360 arc closepath fill}def/sq{80 0 rmoveto currentpoint dround newpath moveto 640 0 rlineto 0 640 rlineto -640 0 rlineto closepath stroke}def/bx{80 0 rmoveto currentpoint dround newpath moveto 640 0 rlineto 0 640 rlineto -640 0 rlineto closepath fill}def/ci{500 360 rmoveto currentpoint newpath 333 0 360 arc 50 setlinewidth stroke}def/lt{0 -200 moveto 0 550 rlineto currx 800 2cx s4 add exch s4 a4p stroke}def/lb{0 800 moveto 0 -550 rlineto currx -200 2cx s4 add exch s4 a4p stroke}def/rt{0 -200 moveto 0 550 rlineto currx 800 2cx s4 sub exch s4 a4p stroke}def/rb{0 800 moveto 0 -500 rlineto currx -200 2cx s4 sub exch s4 a4p stroke}def/lk{0 800 moveto 0 300 -300 300 s4 arcto pop pop 1000 sub 0 300 4 2 roll s4 a4p 0 -200 lineto stroke}def/rk{0 800 moveto 0 300 s2 300 s4 arcto pop pop 1000 sub 0 300 4 2 roll s4 a4p 0 -200 lineto stroke}def/lf{0 800 moveto 0 -1000 rlineto s4 0 rls}def/rf{0 800 moveto 0 -1000 rlineto s4 neg 0 rls}def/lc{0 -200 moveto 0 1000 rlineto s4 0 rls}def/rc{0 -200 moveto 0 1000 rlineto s4 neg 0 rls}defend/Metrics 50 dict def Metrics begin/.notdef 0 def/space 500 def/ru 500 def/br 0 def/lt 416 def/lb 416 def/rt 416 def/rb 416 def/lk 416 def/rk 416 def/rc 416 def/lc 416 def/rf 416 def/lf 416 def/bv 416 def/ob 350 def/bu 350 def/ci 750 def/bx 750 def/sq 750 def/rn 500 def/ul 500 def/vr 0 defendDITfd begin/s2 500 def /s4 250 def /s3 333 def/a4p{arcto pop pop pop pop}def/2cx{2 copy exch}def/rls{rlineto stroke}def/currx{currentpoint pop}def/dround{transform round exch round exch itransform} defendend/DIThacks exch definefont popditstart(psc)xT576 1 1 xr1(Times-Roman)xf 1 f2(Times-Italic)xf 2 f3(Times-Bold)xf 3 f4(Times-BoldItalic)xf 4 f5(Helvetica)xf 5 f6(Helvetica-Bold)xf 6 f7(Courier)xf 7 f8(Courier-Bold)xf 8 f9(Symbol)xf 9 f10(DIThacks)xf 10 f10 s1 fxi%%EndProlog%%Page: 1 110 s 10 xH 0 xS 1 f7 f12 s720 688(Network)N1184(Working)X1648(Group)X3388(N.)X3562 0.4167(Borenstein)AX720 800(Request)N1184(for)X1416 0.4219(Comments:)AX1996(1563)X3678(Bellcore)X720 912 0.4167(Obsoletes:)AN1358(1523)X3446(January)X3910(1994)X720 1024 0.4219(Category:)AN1300 0.4062(Informational)AX1 f18 s1334 1304(The)N1594(text/enriched)X2382(M)X(IM)S2686(E)X2810(Content-type)X3 f16 s720 1616(Status)N1094(of)X1233(this)X1465(M)X1586(em)X1750(o)X1 f12 s720 1872(This)N939(memo)X1228(provides)X1607(information)X2110(for)X2270(the)X2436(Internet)X2784(community.)X3319(This)X3538(memo)X3828(does)X4053(not)X720 1984(specify)N1022(an)X1137(Internet)X1461(standard)X1811(of)X1915(any)X2078(kind.)X2321(Distribution)X2810(of)X2914(this)X3077(memo)X3342(is)X3430(unlimited.)X3 f16 s720 2240(Abstract)N1 f12 s720 2496(MIME)N1046([RFC-1341,)X1572(RFC-1521])X2074(de\256nes)X2411(a)X2519(format)X2841(and)X3045(general)X3394(framework)X3881(for)X4058(the)X720 2608(representation)N1303(of)X1420(a)X1499(wide)X1722(variety)X2026(of)X2142(data)X2339(types)X2578(in)X2689(Internet)X3025(mail.)X3281(This)X3488(document)X3904(de\256nes)X720 2720(one)N924(particular)X1359(type)X1591(of)X1737(MIME)X2064(data,)X2315(the)X2499(text/enriched)X3069(type,)X3325(a)X3434(re\256nement)X3912(of)X4058(the)X720 2832("text/richtext")N1300(type)X1501(de\256ned)X1819(in)X1929(RFC)X2145(1341.)X2420(The)X2604(text/enriched)X3142(MIME)X3437(type)X3637(is)X3735(intended)X4101(to)X720 2944 0.3472(facilitate)AN1109(the)X1277(wider)X1546(interoperation)X2137(of)X2267(simple)X2575(enriched)X2958(text)X3154(across)X3445(a)X3539(wide)X3777(variety)X4096(of)X720 3056(hardware)N1102(and)X1265(software)X1620(platforms.)X3 f16 s720 3312(The)N965(Text/enriched)X1759(M)X1880(IM)X2051(E)X2168(type)X1 f12 s720 3568(In)N837(order)X1077(to)X1189(promote)X1547(the)X1702(wider)X1958 0.2083(interoperability)AX2590(of)X2707(simple)X3001(formatted)X3413(text,)X3619(this)X3796(document)X720 3680(de\256nes)N1077(an)X1253(extremely)X1724(simple)X2066(subtype)X2450(of)X2614(the)X2816(MIME)X3161(content-type)X3727("text",)X4058(the)X720 3792("text/enriched")N1326(subtype.)X1697(This)X1892(subtype)X2215(was)X2388(designed)X2754(to)X2853(meet)X3065(the)X3207(following)X3605(criteria:)X1008 4016(1.)N1138(The)X1322(syntax)X1607(must)X1828(be)X1953(extremely)X2373(simple)X2664(to)X2773(parse,)X3034(so)X3153(that)X3333(even)X3550(teletype-)X1008 4128(oriented)N1366(mail)X1580(systems)X1926(can)X2102(easily)X2369(strip)X2582(away)X2826(the)X2985(formatting)X3433(information)X1008 4240(and)N1171(leave)X1399(only)X1594(the)X1736(readable)X2087(text.)X1008 4464(2.)N1133(The)X1313(syntax)X1594(must)X1811(be)X1932(extensible)X2353(to)X2458(allow)X2702(for)X2844(new)X3034(formatting)X3471(commands)X1008 4576(that)N1177(are)X1319(deemed)X1643(essential)X1999(for)X2135(some)X2362(application.)X1008 4800(3.)N1130(If)X1220(the)X1364(character)X1744(set)X1877(in)X1978(use)X2132(is)X2223(ASCII)X2500(or)X2607(an)X2725(8-bit)X2934(ASCII)X3211(superset,)X3577(then)X3770(the)X1008 4912(raw)N1231(form)X1497(of)X1656(the)X1853(data)X2093(must)X2359(be)X2529(readable)X2935(enough)X3297(to)X3451(be)X3620(largely)X1008 5024(unobjectionable)N1655(in)X1761(the)X1910(event)X2150(that)X2327(it)X2413(is)X2509(displayed)X2910(on)X3038(the)X3188(screen)X3466(of)X3578(the)X3728(user)X1008 5136(of)N1112(a)X1179(non-MIME-conformant)X2116(mail)X2312(reader.)X1008 5360(4.)N1156(The)X1358(capabilities)X1850(must)X2089(be)X2232(extremely)X2670(limited,)X3020(to)X3147(ensure)X3450(that)X3647(it)X3754(can)X1008 5472(represent)N1391(no)X1517(more)X1745(than)X1941(is)X2035(likely)X2285(to)X2390(be)X2510(representable)X3053(by)X3178(the)X3325(user's)X3583(primary)X1008 5584(word)N1255(processor.)X1721(While)X2007(this)X2196(limits)X2466(what)X2704(can)X2889(be)X3031(sent,)X3261(it)X3366(increases)X3770(the)X1008 5696(likelihood)N1423(that)X1592(what)X1803(is)X1891(sent)X2070(can)X2228(be)X2343(properly)X2693(displayed.)X720 6160(Borenstein)N3853([Page)X4096(1])X2 p%%Page: 2 212 s 12 xH 0 xS 1 f720 400(RFC)N925(1563)X1844(A)X1937(text/enriched)X2465(type)X2655(for)X2791(MIME)X3661(January)X3984(1994)X720 688(This)N916(document)X1321(de\256nes)X1618(a)X1686(new)X1872(MIME)X2159(content-type,)X2691("text/enriched".)X3347(The)X3523(content-type)X4031(line)X720 800(for)N868(this)X1043(type)X1245(may)X1447(have)X1665(one)X1839(optional)X2190(parameter,)X2635(the)X2788("charset")X3174(parameter,)X3619(with)X3825(the)X3978(same)X720 912(values)N990(permitted)X1384(for)X1520(the)X1662("text/plain")X2129(MIME)X2414(content-type.)X720 1136(The)N895(syntax)X1171(of)X1276("text/enriched")X1883(is)X1973(very)X2170(simple.)X2501(It)X2586(represents)X3002(text)X3173(in)X3274(a)X3343(single)X3599(character)X3979(set)X4112(--)X720 1248(US-ASCII)N1150(by)X1272(default,)X1590(although)X1953(a)X2022(different)X2380(character)X2760(set)X2893(can)X3053(be)X3169(speci\256ed)X3536(by)X3657(the)X3800(use)X3953(of)X4058(the)X720 1360("charset")N1111(parameter.)X1585(\(The)X1808(semantics)X2229(of)X2350(text/enriched)X2895(in)X3011(non-ASCII)X3478(character)X3873(sets)X4058(are)X720 1472(discussed)N1152(later)X1388(in)X1527(this)X1730(document.\))X2253(All)X2439(characters)X2893(represent)X3309(themselves,)X3824(with)X4058(the)X720 1584(exception)N1134(of)X1253(the)X1410("<")X1581(character)X1974(\(ASCII)X2295(60\),)X2486(which)X2760(is)X2863(used)X3078(to)X3192(mark)X3430(the)X3588(beginning)X4013(of)X4133(a)X720 1696(formatting)N1209(command.)X1719(Formatting)X2229(instructions)X2760(consist)X3109(of)X3271(formatting)X3759(commands)X720 1808(surrounded)N1181(by)X1306(angle)X1544(brackets)X1894(\("<>",)X2165(ASCII)X2444(60)X2569(and)X2737(62\).)X2942(Each)X3164(formatting)X3600(command)X4010(may)X720 1920(be)N840(no)X965(more)X1192(than)X1387(60)X1512(characters)X1932(in)X2036(length,)X2330(all)X2456(in)X2559(US-ASCII,)X3015(restricted)X3402(to)X3505(the)X3651(alphanumeric)X720 2032(and)N892(hyphen)X1208(\("-"\))X1415(characters.)X1887(Formatting)X2348(commands)X2798(may)X2997(be)X3121(preceded)X3502(by)X3632(a)X3709(solidus)X4015(\("/",)X720 2144(ASCII)N999(47\),)X1180(making)X1498(them)X1720(negations,)X2142(and)X2310(such)X2515(negations)X2912(must)X3127(always)X3422(exist)X3632(to)X3735(balance)X4058(the)X720 2256(initial)N977(opening)X1319(commands.)X1816(Thus,)X
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -