Class: IsoDoc::M3AAWG::HtmlConvert

Inherits:
Generic::HtmlConvert
  • Object
show all
Includes:
BaseRender, Init
Defined in:
lib/isodoc/m3aawg/html_convert.rb

Instance Method Summary collapse

Methods included from Init

#i18n_init, #metadata_init, #xref_init

Instance Method Details

#colophon(_docxml, body) ⇒ Object



13
14
15
16
17
18
19
20
21
22
23
24
# File 'lib/isodoc/m3aawg/html_convert.rb', line 13

def colophon(_docxml, body)
  body.div class: "colophon" do |div|
    div << "      <p>As with all M<sup>3</sup>AAWG documents that we publish,\n      please check the M<sup>3</sup>AAWG website\n      (<a href=\"http://www.m3aawg.org\">www.m3aawg.org</a>) for updates to\n      this paper.</p>\n      <p>&#xa9; \#{@meta.get[:docyear]} copyright by the Messaging, Malware\n      and Mobile Anti-Abuse Working Group (M<sup>3</sup>AAWG)</p>\n    COLOPHON\n  end\nend\n"

#configurationObject



9
10
11
# File 'lib/isodoc/m3aawg/html_convert.rb', line 9

def configuration
  Metanorma::M3AAWG.configuration
end