0.0
No release in over 3 years
metanorma-rsd lets you write RSD in AsciiDoc syntax. This gem is in active development. Formerly known as asciidoctor-rsd.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 9.1
~> 2.14
~> 12.0
~> 3.6
= 0.54.0
~> 0.15
~> 0.9

Runtime

 Project Readme

Metanorma processor for Ribose documents

Gem Version Build Status Code Climate Pull Requests Commits since latest

Functionality

This gem processes Metanorma documents following the Metanorma model for generating Ribose standards.

The gem currently inherits from the https://github.com/metanorma/metanorma-standoc gem, and aligns closely to it. Refer to https://metanorma.com for guidance.

Usage

The preferred way to invoke this gem is via the metanorma script:

$ metanorma --type ribose a.adoc                   # output HTML and DOC
$ metanorma --type ribose --extensions html a.adoc # output just HTML
$ metanorma --type ribose --extensions doc a.adoc  # output just DOC
$ metanorma --type ribose --extensions xml a.adoc  # output Metanorma XML

The gem translates the document into Metanorma XML format, and then validates its output against the Ribose Metanorma XML document model; errors are reported to console against the XML, and are intended for users to check that they have provided all necessary components of the document.

The gem then converts the XML into output formats such as HTML and PDF.

Installation

See https://www.metanorma.com for installation documentation.

Documentation

Data Models

The Ribose Standard Document format is an instance of the StandardDocument model. Details of this general model can be found on its page. Details of the Ribose modifications to this general model can be found on the Metanorma-Ribose model repository.

Examples

Example documents may be found in the mn-samples-ribose repository.

Notes

Metanorma-Ribose was formerly published as metanorma-rsd.