From e8b29c36a083e9047e1059b3121b8cdb588b26fd Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 28 May 2012 05:38:59 -0400 Subject: v3: html_format, minor cleaning --- data/doc/sisu/CHANGELOG_v3 | 2 ++ lib/sisu/v3/html_format.rb | 44 -------------------------------------------- 2 files changed, 2 insertions(+), 44 deletions(-) diff --git a/data/doc/sisu/CHANGELOG_v3 b/data/doc/sisu/CHANGELOG_v3 index 83d9528e..0dce0ec0 100644 --- a/data/doc/sisu/CHANGELOG_v3 +++ b/data/doc/sisu/CHANGELOG_v3 @@ -45,6 +45,8 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_3.2.10.orig.tar.xz * v3: sisupod.txz processing BUG image copying/processing for sisupod +* v3: html_format, minor cleaning + BUGS * broken mini table of contents (minitoc) manifest for multilingual files, better run without use --exc-manifest-minitoc diff --git a/lib/sisu/v3/html_format.rb b/lib/sisu/v3/html_format.rb index 41ce3b34..85e47e0b 100644 --- a/lib/sisu/v3/html_format.rb +++ b/lib/sisu/v3/html_format.rb @@ -269,50 +269,6 @@ module SiSU_HTML_Format else '' end end - def txt #retired 2.7.9 - txt=if @cf_defaults.cf_0 =~/[at]/ - %{ - - - #{@vz.nav_txt_plaintext} - -} - else '' - end - end - def epub #retired 2.7.9 - epub=if @cf_defaults.cf_0 =~/e/ - %{ - - - #{@vz.nav_txt_epub} - -} - else '' - end - end - def odf #retired 2.7.9 - odf=if @cf_defaults.cf_0 =~/o/ - %{ - - - #{@vz.nav_txt_odf} - -} - else '' - end - end - def concordance(text) #retired 2.7.9 - if @md.concord_make \ - and @md.wc_words < 300000 #max word count for display of concordance here as would now be a large file - %{ - - #{text} - - } - else '' - end - end end class XML end -- cgit v1.2.3