Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.
/ rfc2mn Public archive

Converter from RFC XML version 2 (and v3 later...) to Metanorma AsciiDoc

Notifications You must be signed in to change notification settings

metanorma/rfc2mn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metanorma rfc2mn

Build Status Build Status Build Status

THIS REPOSITORY IS ARCHIVED. Its functionality has been incorporated into https://github.com/metanorma/mnconvert

Installing Build Tools

You will need the maven build tool and make.

Usage

java -jar target/rfc2mn-1.0.jar <XML-FileName> [--output <Output-ADOC-FileName>]

e.g.

java -jar target/rfc2mn-1.0.jar tests/example.xml --output tests/example.adoc

Building the package

make all

Releasing a new version

Update version in pom.xml, e.g.:

<groupId>org.metanorma</groupId>
<artifactId>rfc2mn</artifactId>
<version>1.0</version>
<name>XML2RFC to Metanorma Asciidoc IETF</name>

Build the package using instructions above, the package will be created at: target/rfc2mn-{version}.jar

Tag the same version in Git:

git tag v1.0
git push origin v1.0

Then the corresponding GitHub release will be automatically created at: https://github.com/metanorma/rfc2mn/releases

Testing

The testing environment utilizes these tools:

  • make

Running the tests:

make test

Ribose Inc.