Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomaszmrugalski/nroff2xml
Simple tool that converts nroff I-D sources into xml2rfc format (xml)
https://github.com/tomaszmrugalski/nroff2xml
Last synced: about 1 month ago
JSON representation
Simple tool that converts nroff I-D sources into xml2rfc format (xml)
- Host: GitHub
- URL: https://github.com/tomaszmrugalski/nroff2xml
- Owner: tomaszmrugalski
- License: other
- Created: 2013-09-22T17:25:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-03-19T20:12:53.000Z (almost 6 years ago)
- Last Synced: 2024-05-01T22:46:25.680Z (8 months ago)
- Language: Python
- Size: 219 KB
- Stars: 35
- Watchers: 27
- Forks: 67
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
nroff2xml
=========Simple tool that converts nroff I-D sources into xml2rfc format (xml)
Author: Tomek Mrugalski
Licence: simplified BSD licenseUsage:
python nroff2xml.py input-file.nroff
DONE:
- boilerplate xml structure
- section conversion
- text conversion
- references conversionTODO:
- figures & tables
- RFC3315 section 5.6 is not converted (that's a bug in RFC3315)
- string trimming breaks down all formatting
- convert authors list
- convert name
- convert dateNOTE: This tool is no longer under development. It served its original
purpose of doing initial conversion of RFC3315 nroff to XML. If you are
interested in taking over its development, please drop Tomek a note.
Or just grab and run with it.