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

#configurationObject



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

def configuration
  Metanorma::M3AAWG.configuration
end