Module: Metanorma::Csd

Defined in:
lib/metanorma/csd.rb,
lib/metanorma/csd/version.rb,
lib/metanorma/csd/processor.rb

Defined Under Namespace

Classes: Processor

Constant Summary collapse

DOCSUFFIX =
{
  "standard" => "",
  "directive" => "DIR",
  "guide" => "Guide",
  "specification" => "S",
  "report" => "R",
  "amendment" => "Amd",
  "technical-corrigendum" => "Cor",
  "administrative" => "A",
  "advisory" => "Adv",
}
DOCSTATUS =
{
  "working-draft" => "WD",
  "committee-draft" => "CD",
  "draft-standard" => "DS",
  "final-draft" => "FDS",
  "published" => "",
  "cancelled" => "",
  "withdrawn" => "",
}
VERSION =
"1.3.1"