From cf5419b53a2834ac013cdc49190c0d2497aedf71 Mon Sep 17 00:00:00 2001 From: fukachan Date: Mon, 8 Oct 2001 06:40:18 +0000 Subject: bug fix for title extraction from rfc-index --- Documentation/en/rfc/.track_relation.pl | 5 ++-- Documentation/en/rfc/index.html | 44 ++++++++++++++++----------------- 2 files changed, 25 insertions(+), 24 deletions(-) diff --git a/Documentation/en/rfc/.track_relation.pl b/Documentation/en/rfc/.track_relation.pl index 2b17d398..bae9aaab 100755 --- a/Documentation/en/rfc/.track_relation.pl +++ b/Documentation/en/rfc/.track_relation.pl @@ -5,7 +5,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: .track_relation.pl,v 1.2 2001/10/08 06:11:07 fukachan Exp $ +# $FML: .track_relation.pl,v 1.3 2001/10/08 06:28:14 fukachan Exp $ # use strict; @@ -292,8 +292,9 @@ sub _who_i_am $buf =~ s/^\d+\s//g; $buf =~ s/\n/ /g; + $buf =~ s/\s+/ /g; - if ($buf =~ /^(.*?)\./) { + if ($buf =~ /^(.*?)\.\s+/) { return "\"$1\"\n"; } } diff --git a/Documentation/en/rfc/index.html b/Documentation/en/rfc/index.html index 41542aec..904bc241 100644 --- a/Documentation/en/rfc/index.html +++ b/Documentation/en/rfc/index.html @@ -65,7 +65,7 @@
  • RFC2919 -"List-Id: A Structured Field and Namespace for the Identification of Mailing Lists" +"List-Id: A Structured Field and Namespace for the Identification of Mailing Lists"
    Updates: none
  • @@ -168,7 +168,7 @@ none

  • RFC2231 -"MIME Parameter Value and Encoded Word Extensions: Character Sets, Languages, and Continuations" +"MIME Parameter Value and Encoded Word Extensions: Character Sets, Languages, and Continuations"
    Updates: RFC2184 RFC2183 @@ -183,12 +183,12 @@ none

  • RFC2184 -"MIME Parameter Value and Encoded Word Extensions: Character Sets, Languages, and Continuations" +"MIME Parameter Value and Encoded Word Extensions: Character Sets, Languages, and Continuations"
    Updates: none
  • RFC2183 -"Communicating Presentation Information in Internet Messages: The Content-Disposition Header Field" +"Communicating Presentation Information in Internet Messages: The Content-Disposition Header Field"
    Updates: none
  • @@ -198,7 +198,7 @@ none
    none
  • RFC2156 -"MIXER (Mime Internet X" +"MIXER (Mime Internet X.400 Enhanced Relay): Mapping between X.400 and RFC 822/MIME"
    Updates: RFC1495 RFC1327 @@ -226,7 +226,7 @@ none
    none
  • RFC2049 -"Multipurpose Internet Mail Extensions (MIME) Part Five: Conformance Criteria and Examples" +"Multipurpose Internet Mail Extensions (MIME) Part Five: Conformance Criteria and Examples"
    Updates: RFC2048 RFC2047 @@ -240,22 +240,22 @@ none

  • RFC2048 -"Multipurpose Internet Mail Extensions (MIME) Part Four: Registration Procedures" +"Multipurpose Internet Mail Extensions (MIME) Part Four: Registration Procedures"
    Updates: none
  • RFC2047 -"MIME (Multipurpose Internet Mail Extensions) Part Three: Message Header Extensions for Non-ASCII Text" +"MIME (Multipurpose Internet Mail Extensions) Part Three: Message Header Extensions for Non-ASCII Text"
    Updates: none
  • RFC2046 -"Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types" +"Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types"
    Updates: none
  • RFC2045 -"Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies" +"Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies"
    Updates: none
  • @@ -323,7 +323,7 @@ none
    none
  • RFC1876 -"A Means for Expressing Location Information in the Domain Name System" +"A Means for Expressing Location Information in the Domain Name System"
    Updates: RFC1035 RFC1034 @@ -340,7 +340,7 @@ none

  • RFC1806 -"Communicating Presentation Information in Internet Messages: The Content-Disposition Header" +"Communicating Presentation Information in Internet Messages: The Content-Disposition Header"
    Updates: none
  • @@ -380,17 +380,17 @@ none
    none
  • RFC1522 -"MIME (Multipurpose Internet Mail Extensions) Part Two: Message Header Extensions for Non-ASCII Text" +"MIME (Multipurpose Internet Mail Extensions) Part Two: Message Header Extensions for Non-ASCII Text"
    Updates: none
  • RFC1521 -"MIME (Multipurpose Internet Mail Extensions) Part One: Mechanisms for Specifying and Describing the Format of Internet Message Bodies" +"MIME (Multipurpose Internet Mail Extensions) Part One: Mechanisms for Specifying and Describing the Format of Internet Message Bodies"
    Updates: none
  • RFC1495 -"Mapping between X" +"Mapping between X.400 and RFC-822 Message Bodies"
    Updates: none
  • @@ -427,12 +427,12 @@ none
    none
  • RFC1341 -"MIME (Multipurpose Internet Mail Extensions): Mechanisms for Specifying and Describing the Format of Internet Message Bodies" +"MIME (Multipurpose Internet Mail Extensions): Mechanisms for Specifying and Describing the Format of Internet Message Bodies"
    Updates: none
  • RFC1327 -"Mapping between X" +"Mapping between X.400(1988) / ISO 10021 and RFC 822"
    Updates: none
  • @@ -447,12 +447,12 @@ none

  • RFC1148 -"Mapping between X" +"Mapping between X.400(1988) / ISO 10021 and RFC 822"
    Updates: none
  • RFC1138 -"Mapping between X" +"Mapping between X.400(1988) / ISO 10021 and RFC 822"
    Updates: none
  • @@ -486,12 +486,12 @@ none
    none
  • RFC1026 -"Addendum to RFC 987: (Mapping between X" +"Addendum to RFC 987: (Mapping between X.400 and RFC-822)"
    Updates: none
  • RFC0987 -"Mapping between X" +"Mapping between X.400 and RFC 822"
    Updates: none
  • @@ -561,7 +561,7 @@ none

  • RFC0724 -"Proposed official standard for the format of ARPA Network messages" +"Proposed official standard for the format of ARPA Network messages"
    Updates: none
    -- cgit v1.2.1