+++ to secure your transactions use the Bitcoin Mixer Service +++

 


* WGs marked with an * asterisk has had at least one new draft made available during the last 5 days

IETF Tools

IETF-related tools, standalone or hosted on tools.ietf.org.
(Tools hosted by the secretariat are listed at http://www.ietf.org/tools).


author Prepare documents
RFC dependency checker
Joe Touch
A script to check the references in Internet Drafts for dependencies and updates, provided as an online service.
Bibtex Citation Converter
Yaron Sheffer
This tools converts bibtex-formatted citations into the bibxml format used in xml2rfc. Many (if not most) academic papers have bibtex citations available online, and the tool makes it easier to reference them in Internet Drafts.
Draft HTML and PDF from XML source
Julian Reschke
A set of XSLT transformations that can be used to transform RFC2629-compliant XML (see RFC 2629) to various output formats, such as HTML and PDF
Templates for xml2rfc work
Elwyn Davies
Elwyn Davies has produced a template as a starting point for writing drafts using xml2rfc. You can find a copy of the XML template at the RFC-Editor's site, and another copy of the XML template at tools.ietf.org.
Write RFCs using wiki-style markup ('markdown')
Miek Gieben
Pandoc2rfc uses Pandoc in combination with Make and XSLT scripting to produce internet-drafts in XML format from plain text input. The plain text only needs a few formatting conventions, more or less like wiki markup.
Draft Submission
Henrik Levkowetz
The New Internet Draft Submission Tool replaces the older Draft Submission Tool and the even older email submission workflow, and lets an author submit a new or updated draft through a webpage, and have it appear in the archives immediately.
Validate XML input for XML2RFC
Bill Fenner
Performs many checks on an XML input document, verifying both XML welformedness and many other issues specific to document processing through xml2rfc.
Writing Internet-Drafts using Microsoft Word
Joe Touch
Use Microsoft Word or .doc-compatible editors to edit Internet Drafts. Word is a WYSIWYG editor that runs on Windows and Mac OSes, with an open-source variant (OpenOffice) that runs on Linux. This method is documented in RFC 5385 based on a template , using a post-processing Perl script which is available as an online service.
Convert nroff for drafts and RFCs to RFC2629 format XML
This is a first release of nroff2xml. The tool is able to get nroff source and generate xml based on it. The output XML has well formed sections, paragraphs, and external references. The output can be successfully processed with xml2rfc. The author is not going to develop this further, as it's served its initial purpose in converting the .nroff source for RFC3315 to xml; other people are however very welcome to pick this up and refine it.
Draft TXT and HTML from XML source (xml2rfc)
Henrik Levkowetz

xml2rfc will allow you to take your XML source (using the format defined in RFC 2629 and its unofficial successor) and generate well-formatted text and html versions of drafts from it.

Version 2 of xml2rfc is a complete rewrite in Python. You can get the source of the command-line tool here: http://svn.tools.ietf.org/svn/tools/xml2rfc/trunk/cli.tgz . It is also available for installation from the Python Package Index (PyPi): http://pypi.python.org/pypi/xml2rfc/
There's a tutorial available on how to install from PyPi, or if you're impatient you can try the following commands on the command line:
  pip install xml2rfc
if that fails:
  easy_install pip
  pip install xml2rfc
if that fails, go to the tutorial above.

The GUI source is here: http://svn.tools.ietf.org/svn/tools/xml2rfc/version2/gui.tgz and you can download various installation packages from here: http://tools.ietf.org/tools/xml2rfc2/ .


Edit IDs in .nroff with wysiwyg display
Stefan Santesson
NroffEdit is a Java application for writing and editing Internet Draft files using the nroff format. This application lets you load any I-D nroff file, which will be shown processed in the right-hand window, and can be edited in the left-hand window.
Write Internet-Drafts using the LyX Editor.
Nico Williams , Yaron Sheffer
Use lyx2rfc togeter with LyX to edit Internet-Drafts. LyX is an open source WYSIWYM GUI editor that runs on all major operating systems. Currently lyx2rfc outputs XML, text, and HTML, but only runs on Linux. A web interface is also available.
Fix document spacing.
Henrik Levkowetz
Fix up the spacing between sentences to use two spaces. (This is a small script written in awk).
Check internet-drafts for submission nits
Henrik Levkowetz
Use idnits to check that your draft has the desired formatting, boilerplate, references consistency and more.
Run a spelling-check on your internet-draft
Henrik Levkowetz
Idspell uses an IETF-specific wordlist built from the last 2 years' published RFCs, surnames of recent I-D authors and some manually added words.
Draft HTML and PDF from XML source
Julian Reschke
A set of XSLT transformations that can be used to transform RFC2629-compliant XML (see RFC 2629) to various output formats, such as HTML and PDF. For more information, see the documentation.
Draft Diff Tool
Henrik Levkowetz
When looking at updated drafts, you want a diff with the previous draft which ignores changing page layout and moved page headers and footers. Get it here. Or get the source.
Templates for MIB Documents
David B. Harrington
The MIB Doctors have produced three templates specifically aimed at drafts containing MIB modules:
• The first is an XML template for editors that use XML2RFC. Some advice echoing guidelines from RFC4181 is embedded in comments.
• A second template is a text template for MIB documents with advice embedded in the document.
• A third template is a plain text template with no advice included.

old author tools page ...

support Get support
IETF Database
The IETF Database holds information related to documents, authors, positions and messages within the IETF.
IETF Nomcom Support Tool
Henrik Levkowetz
Pages to support the nomcom work. Now part of the datatracker.
Set up or update tools server login and password
Henrik Levkowetz
loginmgr provides scripts used to generate and verify keyed-hash URLs in order to confirm that email addresses are reachable and owned by the person requesting a password, and also a web frontend and a backend to set the password in an apache digest file.
Nomcomsel
Suresh Krishnan
Do nomcom selection from volunteers according to RFC 3797
stats Statistics - Overview and Trivia
Document Statistics
Jari Arkko
Which companies are the most active contributors? How has the situation changed over the years? Who has published most RFCs? What percentage of drafts use ABNF or PDF? And more ...
chair Manage Working Groups and Documents
Template for Chairs' Document Writeup
IESG
This is the current version of the document shepherd writeup template introduced by RFC 4858.
news Stay updated
Get your daily dose of IETF news
Pasi Eronen
A summary of the progress and events of the last 24 hours in all parts of the IETF world.
review Review documents
Idcomments
Henrik Levkowetz

display Search, show and print documents
Download the latest documents
Rsync access to various document archives:
• Unpurged IETF drafts repository:
To list the content, do:
  rsync rsync.tools.ietf.org::tools.id
To sync the content, do:
  rsync -avz rsync.tools.ietf.org::tools.id ./id
• Currently available htmlized drafts and RFCs:
To list the content, do:
  rsync rsync.tools.ietf.org::tools.html
To sync the content, do:
  rsync -avz rsync.tools.ietf.org::tools.html ./html
• For a full list of the various rsync sources at tools.ietf.org, do:
rsync rsync.tools.ietf.org::

Extract ABNF from a document
Bill Fenner
Shows the ABNF contained in a draft or RFC, as extracted by 'aex' from Bill Fenner's 'bap' toolsuite (http://bap.googlecode.com/)
Chrome: Rewrite IETF ID URLs to the Tools or Datatracker versions
Warren Kumari
This will rewrite the "official" IETF Internet Draft URLs (http://www.ietf.org/id/foo-42.txt) to the Tools (http://tools.ietf.org/html/foo-42) or Datatracker (http://datatracker.ietf.org/docs/foo) versions instead.
Retrieve IETF Documents from the search bar
Sean Leonard
This adds an IETF document retrieval search provider to the Firefox (v2+) or IE (v7+)
Print an Internet Draft (ID) or RFC as PDF.
Warren Kumari
Because of the difference between the number of lines on laser printers and line / dot-matrix printers, each "page" of the draft actually takes up 2 pages and you end up with lots of pages with just a one line footer. This script tries to fix that by downloading the draft, converting it to a PDF and then printing it.
Downloading RFCs & I-Ds eBooks
Tero Kivinen
There is weekly generated ebooks in .epub and .mobi (kindle) format for RFCs and Internet-Drafts. The rfc.mobi and rfc.epub files contains all RFCs in one big file. For I-Ds there is files for each separate working group (i-d.*) and one file per area containing all WGs in the area (area.*). In addition to the active WG drafts those files also contain the published RFCs and related I-Ds.
Extract ABNF from a document
Bill Fenner
Shows the ABNF contained in a draft or RFC, as extracted by 'aex' from Bill Fenner's 'bap' toolsuite (http://bap.googlecode.com/)
PDF Conversions of drafts and RFCs
Henrik Levkowetz
This repository provides PDF conversions of drafts and RFCs, which can be very helpful in order to print these documents.
Internet-drafts archive.
Henrik Levkowetz
Find old and current drafts by full or partial name. If a complete draft name without version indication is used, the latest revision of the draft is provided.
Browse and search IETF documents
Henrik Levkowetz
RFCs and drafts with hyperlink markup for easier reading and browsing, with a Google search interface.
Rfcindex
Simon Leinen
A script which creates a compact HTML index to the RFCs.
Rfcmarkup
Henrik Levkowetz
Add HTML markup to a plain text draft or RFC
more display tools ...

share Share and communicate
BOF Wiki
A Wiki which lists all intended BOFs, per IETF meeting
Comprehensive Mailing List Search
Lars Eggert
Searches the mailing list archives of the working groups of the Internet Engineering Task Force (IETF) and the research groups of the Internet Research Task Force (IRTF), as well as several related lists.
WG Chairs' Wiki
WG Chairs' Guide - Everything a WG Chair Needs to Know but Was Afraid to Ask
WG Issue Trackers
Henrik Levkowetz
Some IETF Working Groups have issue trackers set up to facilitate tracking of document issues. To find the issue tracker of a WG, please go to the WG status page and follow the link which says 'Issues' in the top horizontal menubar. If there is no such link, the WG doesn't have a registered issue tracker.
IESG Wiki
IESG Guide - Everything an AD Needs to Know
WG Subversion Repositories
Henrik Levkowetz
Some IETF Working Groups have subversion repositories set up, to facilitate cooperative editing and change tracking. To find the repository of a WG, please go to the WG status page and follow the link which says 'Svn' in the top horizontal menubar. If there is no such link, the WG doesn't have a registered issue tracker. In order to check out a document from the repository, find the svn url to it, then use:
svn co <document-url>

Email aliases to draft authors and chairs
Henrik Levkowetz
tools.ietf.org provides email aliases to WG chairs and draft authors, to make it easier to reach them without having the individual addresses available. To reach the authors of a draft, send an email to:
<DRAFTNAME>@tools.ietf.org
[See the complete draft alias file]

In a similar manner, to reach a WG's Chairs or ADs, send an email to:
<WG>-chairs@tools.ietf.org or
<WG>-ads@tools.ietf.org, respecitvely.
[See the complete WG alias file]


validation Verify compliance
BNF Parser²
Václav Vacek
BNF Parser² is an online syntax verification utility. It is capable of checking whether a string conforms to a syntax specification written in a Backus-Naur Form (BNF) dialect.
Generate ABNF Parsers (with extensions)
Munjo Yu
Generates complete c language code for decoding/encoding messages from an ABNF definition file with extension rules. Examples and automated test suite are provided for a quick start.
Bap
Bill Fenner
An ABNF parser, focusing on human-friendly error messages.
Validate the signature for an Internet-Draft
Russ Housley
RFC 5485 specifies a mechanism to provide a cryptographic signature for valid internet drafts. The Cryptographic Message Syntax (CMS) is used to create a detached signature, which is stored in a separate companion file so that no existing utilities are impacted by the addition of the digital signature. This scripts provides a way to verify these signatures.
Msglint
Chris Newman
Check Email Headers for RFC Compliance
more validation tools ...

meeting Follow an IETF meeting
Download Agenda draft tarballs
Henrik Levkowetz
On the IETF meeting agenda provided on http://tools.ietf.org/agenda, there are links provided to tarballs of all drafts mentioned on each WG agenda. If a tarball exists, there is an archive symbol between the WG acronym and the WG name.
IETF Meeting App for iPhone
Tom Pusateri
A Conference App for the iPhone, letting you track meeting slot times, agendas, rooms and their location.
Download WG drafts
Eric Rescorla
Download and optionally print WG drafts for a specific IETF meeting, as listed in the meeting agenda for the WG(s).
admin Server admin tools
Update
Henrik Levkowetz
Copy over a new version of a file only if there are changes.
Latest update: 2014-06-25 12:18 PDT - webmaster@tools.ietf.org