aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3dv/po4a.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2012-01-10 23:16:46 -0500
committerRalph Amissah <ralph@amissah.com>2012-01-10 23:16:51 -0500
commit16db2c678def1a011efb4935b26ef89f37939f53 (patch)
tree9833465bca75a5d76dd35ba07eb5eb244cf0d863 /lib/sisu/v3dv/po4a.rb
parentv3dv: make further changes to module names & test (diff)
v3dv: SiSU_DAL_ for module names in dal, & module Metadata is SiSU_Metadatasisu_3.1.11
* v3dv: modify.rb script (& its artifact) removed (after use) from lib/sisu modify.rb script remains available (in generic form) under: data/sisu/v3/conf/convert/modify.rb data/sisu/v3dv/conf/convert/modify.rb
Diffstat (limited to 'lib/sisu/v3dv/po4a.rb')
-rw-r--r--lib/sisu/v3dv/po4a.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sisu/v3dv/po4a.rb b/lib/sisu/v3dv/po4a.rb
index 2aa4e21d..a622aac9 100644
--- a/lib/sisu/v3dv/po4a.rb
+++ b/lib/sisu/v3dv/po4a.rb
@@ -239,7 +239,7 @@ GSUB
end
def pot_metadata_src
@po4a_identify_type='type: SiSU doc' #'type: Plain text'
- meta_src=Metadata::Summary.new(@md_src)
+ meta_src=SiSU_Metadata::Summary.new(@md_src)
w=[]
w << [
"#. #{@po4a_identify_type} - metadata: title",
@@ -344,8 +344,8 @@ GSUB
def pot_metadata_src_trn
@po4a_identify_type='type: SiSU doc'
#@po4a_identify_type='type: Plain text'
- meta_src=Metadata::Summary.new(@md_src)
- meta_trn=Metadata::Summary.new(@md_trn)
+ meta_src=SiSU_Metadata::Summary.new(@md_src)
+ meta_trn=SiSU_Metadata::Summary.new(@md_trn)
w=[]
w << [
"#. #{@po4a_identify_type} - metadata: title",