README.adoc in metanorma-nist-0.0.1 vs README.adoc in metanorma-nist-0.0.2
- old
+ new
@@ -1,9 +1,9 @@
= metanorma-nist: Metanorma processor for the NIST SP 800 document classes
image:https://img.shields.io/gem/v/metanorma-nist.svg["Gem Version", link="https://rubygems.org/gems/metanorma-nist"]
-image:https://img.shields.io/travis/riboseinc/metanorma-nist/master.svg["Build Status", link="https://travis-ci.org/riboseinc/metanorma-nist"]
+image:https://img.shields.io/travis/riboseinc/metanorma-nist/master.svg["Build Status", link="https://travis-ci.com/riboseinc/metanorma-nist"]
image:https://codeclimate.com/github/riboseinc/metanorma-nist/badges/gpa.svg["Code Climate", link="https://codeclimate.com/github/riboseinc/metanorma-nist"]
WARNING: This gem is still under development.
== Functionality
@@ -200,18 +200,10 @@
`:subtitle:`:: Document subtitle.
`:keywords:`:: Comma-delimited list of the keywords associated with the document.
-`:fullname{_i}:`:: The full name of a person who is a contributor to the document.
-A second person is indicated by using a numeric suffix: `:fullname:`, `:fullname_2:`, `fullname_3:`, &c.
-
-`:surname{_i}:`:: The surname of a person who is a contributor to the document.
-`:givenname{_i}:`:: The given name(s) of a person who is a contributor to the document.
-`:role{_i}:`:: The role of a a person who is a contributor to the document. By default,
-they are coded as an `editor`; they can also be represented as an `author`.
-
-`:email:`:: Email contact for document
+`:doc-email:`:: Email contact for document
== Asciidoctor features specific to NIST
The https://github.com/riboseinc/metanorma-standoc[metanorma-standoc]
gem documents the customisations of Asciidoctor markup common to all metanorma gems.