Metadata-Version: 1.1
Name: id2xml
Version: 1.2.0
Summary: Convert text-format RFCs and Internet-Drafts to .xml format
Home-page: https://tools.ietf.org/tools/ietfdb/browser/branch/elft/id2rfcx/
Author: Henrik Levkowetz
Author-email: henrik@levkowetz.com
License: Simplified BSD
Description: Internet-Draft text to XML Conversion Tool
        ==========================================
        
        This tool, 'id2xml', is intended for use by the RFC-Editor staff, in order to
        produce a first xml2rfc-compatible XML version from text-only Internet-Draft
        submissions.
        
        id2xml may also be useful for Internet-Draft authors who wish to start working
        on a new version of an older draft or RFC, for which no xml2rfc-compatible XML
        source is available.
        
        Version 1.0.x can process the drafts specified in the development Statement of
        Work to XML files acceptable to xml2rfc, and can also process a number of
        other test files to acceptable XML.  Missing is internal <xref/> links to
        figures and tables.
        
        The XML produced follows RFC 7749 [1]_ in version 1.x of the tool, and will
        follow RFC 7991 [2]_ in version 2.x, which will be released once support is
        available to process XML sources which follows the RFC 7991 vocabulary.
        
        
        .. [1] Reschke, J., "The "xml2rfc" Version 2 Vocabulary", RFC 7749, DOI
           10.17487/RFC7749, February 2016, <http://www.rfc-editor.org/info/rfc7749>.
        
        .. [2] Hoffman, P., "The "xml2rfc" Version 3 Vocabulary", RFC 7991, DOI
           10.17487/RFC7991, December 2016, http://www.rfc-editor.org/info/rfc7991>.
        
        
        Changelog
        =========
        
        Version 1.2.0 (09 Aug 2017)
        ------------------------------------------------
        
        
          This is a small feature release which adds some variations to the recognised
          title of the copyright section.  There's also a small bugfix:
        
          * Added recognition of additional variations on the title of the 
            copyright section, based on common variations received from the RFC Editor.
        
          * Fixed a bug in the handling of docname parts in reference text, when 
            the docname cannot be split into series info.
        
        
        
        
        
        Version 1.1.0 (27 Jul 2017)
        ------------------------------------------------
        
        
          This release provides minor changes in response to feedback from the
          RFC Editor staff.
        
          * Added space normalization when checking / skipping boilerplate text.
        
          * Added support for using reference anchors to identify references that 
            may have bibxml entries, including W3C, IEEE and 3GPP references.  Tweaked 
            the reference organization pattern.  Some refactoring.
        
          * Tweaked the help text for trace switches.
        
          * Removed the dependency on pyterminalsize, but will use it if installed.
        
        
        
        
Keywords: Internet-Draft text to xml conversion
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Other Audience
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Markup :: XML
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
