Several ways you can publish I-Ds with pre 5378 content - TODAY (fwd)

Bernard Aboba <bernard_aboba@hotmail.com> Mon, 23 February 2009 23:07 UTC

Return-Path: <owner-radiusext@ops.ietf.org>
X-Original-To: ietfarch-radext-archive-IeZ9sae2@core3.amsl.com
Delivered-To: ietfarch-radext-archive-IeZ9sae2@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 375F928C242 for <ietfarch-radext-archive-IeZ9sae2@core3.amsl.com>; Mon, 23 Feb 2009 15:07:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.544
X-Spam-Level:
X-Spam-Status: No, score=-2.544 tagged_above=-999 required=5 tests=[AWL=0.054, BAYES_00=-2.599, HTML_MESSAGE=0.001]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id StO+Z5G5-G49 for <ietfarch-radext-archive-IeZ9sae2@core3.amsl.com>; Mon, 23 Feb 2009 15:07:56 -0800 (PST)
Received: from psg.com (psg.com [IPv6:2001:418:1::62]) by core3.amsl.com (Postfix) with ESMTP id BD58B28C229 for <radext-archive-IeZ9sae2@lists.ietf.org>; Mon, 23 Feb 2009 15:07:52 -0800 (PST)
Received: from majordom by psg.com with local (Exim 4.69 (FreeBSD)) (envelope-from <owner-radiusext@ops.ietf.org>) id 1LbjqI-000I0s-7W for radiusext-data0@psg.com; Mon, 23 Feb 2009 23:04:06 +0000
Received: from blu0-omc1-s34.blu0.hotmail.com ([65.55.116.45]) by psg.com with esmtp (Exim 4.69 (FreeBSD)) (envelope-from <bernard_aboba@hotmail.com>) id 1LbjqF-000I0a-67 for radiusext@ops.ietf.org; Mon, 23 Feb 2009 23:04:04 +0000
Received: from BLU137-W5 ([65.55.116.8]) by blu0-omc1-s34.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 23 Feb 2009 15:04:02 -0800
Message-ID: <BLU137-W55835ADF658CDE117EA7B93AE0@phx.gbl>
Content-Type: multipart/alternative; boundary="_7507b4f9-22c9-4ed3-9db4-9004ad360dea_"
X-Originating-IP: [131.107.0.80]
From: Bernard Aboba <bernard_aboba@hotmail.com>
To: "radiusext@ops.ietf.org" <radiusext@ops.ietf.org>
Subject: Several ways you can publish I-Ds with pre 5378 content - TODAY (fwd)
Date: Mon, 23 Feb 2009 15:04:02 -0800
Importance: Normal
In-Reply-To: <BAC42C76-BC6E-4FBE-85CB-98353B697CBE@cisco.com>
References: <BAC42C76-BC6E-4FBE-85CB-98353B697CBE@cisco.com>
MIME-Version: 1.0
X-OriginalArrivalTime: 23 Feb 2009 23:04:02.0685 (UTC) FILETIME=[04D822D0:01C9960B]
Sender: owner-radiusext@ops.ietf.org
Precedence: bulk
List-ID: <radiusext.ops.ietf.org>

FYI.


> From: fluffy@cisco.com
> To: wgchairs@ietf.org; ietf@ietf.org
> Subject: Several ways you can publish I-Ds with pre 5378 content - TODAY
> Date: Mon, 23 Feb 2009 15:19:13 -0700
> 
> 
> Method 1: (Not recommended)
> 
> Go read the BCP and Trust statement and edit your .txt to have the  
> right text.
> 
> Method 2: (Recommended for people using word template)
> 
> Go look at a draft that did work, such as
> http://tools.ietf.org/html/draft-jennings-http-srv-01
> 
> And copy the Copyright Notice section into your draft
> 
> Method 3: XML2RFC approach recommended for folks that run xml2rfc  
> locally
> 
> Get the very hacked version at
> http://svn.resiprocate.org/rep/ietf-drafts/xml2rfc/1.34pre2-fluffy/xml2rfc.tcl
> 
> This will soon be obsoleted when the real xml2rfc tool gets updated.  
> Don't worry, Julian, Bill, and Marshal are working on that. They will  
> produce something much better than my hack of xml2rfc
> 
> Set the ipr attribute in the <rfc> element to ipr="pre5378Trust200902"  
> and it will produce a txt file that id submission tool will accept.
> 
> Method 4: XML2RFC approach for folks that run xml2rfc on the web
> 
> Use the experimental version from http://xml.resource.org/experimental.html 
> . You can download the zip or tgz file on this page or use the online  
> version at this page.
> 
> Make sure you have
> 
> <?rfc strict="no" ?>
> somewhere above the <rfc> element.
> In the <rfc> element, set the ipr attribute to ipr="trust200811"
> Change your abstract to use a note. Do this by changing
> <abstract> <t> This draft is about ... </t> </abstract>
> To
> <note title="Abstract"><t> This draft is about ...</t> </note>
> And before this not insert a note like
> <note title=""> <t> This document may contain material from IETF  
> Documents or IETF Contributions published or made publicly available  
> before November 10, 2008. The person(s) controlling the copyright in  
> some of this material may not have granted the IETF Trust the right to  
> allow modifications of such material outside the IETF Standards  
> Process. Without obtaining an adequate license from the person(s)  
> controlling the copyright in such materials, this document may not be  
> modified outside the IETF Standards Process, and derivative works of  
> it may not be created outside the IETF Standards Process, except to  
> format it for publication as an RFC or to translate it into languages  
> other than English. </t> </note>
> 
> You can seen the XML for an example I-D that does this at
> http://svn.resiprocate.org/rep/ietf-drafts/fluffy/example.xml
> 
> That should work - good luck