aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v0/sysenv.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2007-07-24 15:13:50 +0100
committerRalph Amissah <ralph@amissah.com>2007-07-24 15:13:50 +0100
commitb0481de5c3a378f3e1d6cec774cd7ce36d7fcac8 (patch)
tree08f2c85cb14d1fc1aea80985df884981db49dff4 /lib/sisu/v0/sysenv.rb
parentmatching of multiple urls within paragraph, fix (diff)
open archive initiative for metadata harvesting, initial implementation, decide use later -O
Diffstat (limited to 'lib/sisu/v0/sysenv.rb')
-rw-r--r--lib/sisu/v0/sysenv.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/sisu/v0/sysenv.rb b/lib/sisu/v0/sysenv.rb
index e9e39268..91e03459 100644
--- a/lib/sisu/v0/sysenv.rb
+++ b/lib/sisu/v0/sysenv.rb
@@ -454,6 +454,7 @@ module SiSU_Env
:digest => filename(code,'digest','.txt'),
:metadata => filename(code,'metadata','.html'), #chk
:manifest => filename(code,'sisu_manifest','.html'),
+ :oai_pmh => filename(code,'oai_pmh','.xml'),
:sitemap => filename(code,'sitemap','.xml'),
:sitemap_touch => filename(code,"sitemap_#@fnb",'.xml'),
:sxs => filename(code,@fnb,'.sxs.xml'),
@@ -1780,6 +1781,8 @@ module SiSU_Env
end
if @md.cmd =~ /o/; ft << @md.fn[:odf]
end
+ if @md.cmd =~ /O/; ft << @md.fn[:oai_pmh]
+ end
if @md.cmd =~ /s/; ft << @md.fns
end
if @md.cmd =~ /S/; ft << 'sisupod.zip' << '.kdi'
@@ -1808,6 +1811,8 @@ module SiSU_Env
end
if @opt.cmd =~ /o/; ft << 'opendocument.odt' << '??.opendocument.odt' << 'opendocument.??.odt'
end
+ if @opt.cmd =~ /O/; ft << 'oai_pmh.xml'
+ end
if @opt.cmd =~ /s/; ft << '.sst' << '.ssi' << '.ssm'
end
if @opt.cmd =~ /S/; ft << 'sisupod.zip' << '.kdi'