diff options
author | Ralph Amissah <ralph@amissah.com> | 2013-06-22 01:13:46 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2013-06-22 01:13:49 -0400 |
commit | f31e286f4a73c5c0f355512b0cb45c6c82088516 (patch) | |
tree | fdf22b179aef9937e7f6a3e71fc6c1e7f0ff9119 /lib/sisu/v5/html_segments.rb | |
parent | vim, ftplugin sisu.vim, c-\ hard wrap lines to line width (moved from c-j) (diff) |
v5: general code cleaningsisu_4.1.5
* propagate back to v4 after testing
Diffstat (limited to 'lib/sisu/v5/html_segments.rb')
-rw-r--r-- | lib/sisu/v5/html_segments.rb | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/lib/sisu/v5/html_segments.rb b/lib/sisu/v5/html_segments.rb index 9efa2067..54292175 100644 --- a/lib/sisu/v5/html_segments.rb +++ b/lib/sisu/v5/html_segments.rb @@ -185,7 +185,7 @@ module SiSU_HTML_Seg end protected def articles(data) - track,tracking,newfile=0,0,0 + tracking,newfile=0,0 @@is4=@@is3=@@is2=@@is1=0 printed_endnote_seg='n' idx_html=nil @@ -200,7 +200,7 @@ module SiSU_HTML_Seg || dob.is == :heading_insert) \ && dob.ln == 4 @@seg_name << dob.name - seg_name=dob.name + dob.name end end @@seg_name_html=@@seg_name @@ -257,7 +257,7 @@ module SiSU_HTML_Seg if not (dob.is==:heading \ || dob.is==:heading_insert) \ && dob.ln==1 - head1=$_ #; check + $_ #; check end end if @@is4==1 @@ -268,8 +268,6 @@ module SiSU_HTML_Seg || dob.is==:heading_insert) \ && dob.ln==4 if tracking != 0 - dirout=SiSU_Env::InfoEnv.new(@md.fns) - dir_sisu=dirout.path.output @file=SiSU_Env::FileOp.new(@md) unless FileTest.directory?(@file.output_path.html_seg.dir) FileUtils::mkdir_p(@file.output_path.html_seg.dir) if File.writable?("#{@file.output_path.base.dir}/.") @@ -426,7 +424,7 @@ module SiSU_HTML_Seg end def markup(dob) @debug=[] - format_head_seg=SiSU_HTML_Format::HeadSeg.new(@md) + SiSU_HTML_Format::HeadSeg.new(@md) if dob.is !=:meta if dob.is==:heading \ || dob.is==:heading_insert \ @@ -439,7 +437,7 @@ module SiSU_HTML_Seg || dob.is==:para dob_html=if dob.is==:heading \ || dob.is==:heading_insert - x=if dob.ln==4 + if dob.ln==4 sto.seg_heading4 elsif dob.ln==5 sto.seg_heading5 |