From fb1e1bf0cb8a2202eda1ab254b01b997df60a6db Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 13 Dec 2008 14:23:56 -0500 Subject: metadata, variable renaming (requires testing) metadata, variable renaming (dropped use of dc_ to signify dublin core metadata as is subset of what is used and cumbersome to identify) - testing required manpage minor touch --- lib/sisu/v0/sitemaps.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/sisu/v0/sitemaps.rb') diff --git a/lib/sisu/v0/sitemaps.rb b/lib/sisu/v0/sitemaps.rb index c08a0789..8e706ce4 100644 --- a/lib/sisu/v0/sitemaps.rb +++ b/lib/sisu/v0/sitemaps.rb @@ -153,8 +153,8 @@ WOK idx=sitemap_idx.join end def sitemap - map=if @md.dc_date_modified \ - and @md.dc_date_modified=~/\d{4}-\d{2}-\d{2}/ + map=if @md.date_modified \ + and @md.date_modified=~/\d{4}-\d{2}-\d{2}/ sitemap_date_modified else sitemap_no_date end @@ -169,18 +169,18 @@ WOK #{@rdf.comment_xml} #{@env.path.url.remote}/#@fnb_utf8_xml/#{@fn[:toc]} - #{@md.dc_date_modified} + #{@md.date_modified} monthly 0.7 #{@env.path.url.remote}/#@fnb_utf8_xml/#{@fn[:doc]} - #{@md.dc_date_modified} + #{@md.date_modified} 0.5 #{@env.path.url.remote}/#@fnb_utf8_xml/#{@fn[:manifest]} - #{@md.dc_date_modified} + #{@md.date_modified} 0.5 -- cgit v1.2.3