Giter Club home page Giter Club logo

oblivion-txt's Introduction

Tools

To generate the RFC format we need xml2rfc. It can be installed using:

$ pip install xml2rfc

For details on .xml structure check this link.

To generate the output files we can use:

$ make publish

Manual Publication

For more control on what is happening, authors can also user:

$ xml2rfc --html --text --raw draft-brezorubio-wg-oblivion-00.xml

This will automatically generate the following files:

  • draft-brezorubio-wg-oblivion-00.html. A HTML version of the file.
  • draft-brezorubio-wg-oblivion-00.txt. An RFC-formatted and paginated text file.
  • draft-brezorubio-wg-oblivion-00.raw.txt. A text file without the pagination.

Note that to create a PDF we can use enscript to generate the PS file first and ps2pdf to build the PDF:

$ sudo apt install enscript -y
…
$ enscript -p draft-brezorubio-wg-oblivion-00.ps draft-brezorubio-wg-oblivion-00.txt
$ ps2pdf draft-brezorubio-wg-oblivion-00.ps draft-brezorubio-wg-oblivion-00.pdf

oblivion-txt's People

Watchers

 avatar  avatar

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.