Coder Social home page Coder Social logo

draft-cpaasch-ippm-responsiveness's Introduction

About draft-cpaasch-ippm-responsiveness

This repository contains the source document for the Responsiveness under Working Conditions Internet-Draft. That document describes a technique for measuring responsiveness in a network.

Usage

make all creates PDF, text, and HTML formats of the RFC

make test runs various tests on the Markdown file to ensure that it's well formatted and passes the spell check.

Requirements

The make script requires the following tools:

  • kramdown-rfc2629 - processes a Markdown file into an XML representation. Install with gem install kramdown-rfc2629

  • xml2rfc - convert an XML file to RFC format. Install with pip install xml2rfc

  • enscript - Convert a text file to a Postscript file. Install with brew install enscript

  • ps2pdf - Convert a Postscript file to a PDF file. (May be preinstalled on macOS)

  • markdownlint-cli - Run a 'lint' process over the Markdown file Install with brew install markdownlint-cli This command relies on the rules in the .markdownlint.jsonc file. Note: The I-D file does not begin with a valid YAML heading. The --- abstract at the end confuses markdownlint's "ignoreheading" processing. To avoid the problem, place a --- line just above that line and make lint Unfortunately, this makes an invalid I-D file, so that line must be removed before creating final documents.

  • spellchecker-cli spell check the markdown files. Install with yarn global add spellchecker-cli Uses the dictionary.txt file to ignore correct, but unusual words.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.