aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v0/dal_idx.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2008-09-15 21:52:19 -0400
committerRalph Amissah <ralph@amissah.com>2008-09-15 21:52:19 -0400
commit87a7cfcd56eed6746b1500c88df3fc3e76a81668 (patch)
tree9e653d09f0e8c130273ef5ef3e7be0daf12d6007 /lib/sisu/v0/dal_idx.rb
parentdal_idx, and concordance, letter list for navigation (diff)
various small fixes
* html segments, name more accurately * rough description of how book index markup works * clean out book index from these outputs * book markup sample, free as in freedom, start doing book index, only letter "A" done so far * texpdf, url matching, special characters * # Please enter the commit message for your changes.
Diffstat (limited to 'lib/sisu/v0/dal_idx.rb')
-rw-r--r--lib/sisu/v0/dal_idx.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/sisu/v0/dal_idx.rb b/lib/sisu/v0/dal_idx.rb
index a5806d06..c2bba846 100644
--- a/lib/sisu/v0/dal_idx.rb
+++ b/lib/sisu/v0/dal_idx.rb
@@ -288,8 +288,7 @@ module SiSU_book_index
path="#{@env.path.output}/#{@md.fnb}"
Dir.mkdir(path) unless FileTest.directory?(path)
html_index_file=File.new("#{path}/#{@md.fn[:book_index]}",'w')
- puts "#{path}/#{@md.fn[:book_index]}"
- #html_file(the_idx)
+ #puts "#{path}/#{@md.fn[:book_index]}"
html_idx.each {|x| html_index_file << x }
html_index_file.close
end