From db15c23ad882d0a61a7244d381544c653accf659 Mon Sep 17 00:00:00 2001
From: Ralph Amissah \1')
+ para.gsub!(/
/,'
')
+ para.gsub!(/<:pb>\s*/,'')
+ para.gsub!(/<[-~]#>/,'')
+ #temporary -->
+ para.gsub!(/<:\S+?>/,'')
+ #<-- temporary
+ para.gsub!(/<[-~]#>/,'')
+ para.gsub!(/(^|\s)&\s+/,'\1& ') #sort
+ para.gsub!(/&([^;]{1,5})/,'&\1') #sort, rough estimate, revisit #WATCH found in node not sax
+ para.gsub!(/(?:^|[^_\\])\{(\S+?\.(?:png|jpg|gif)) .+?\}(?:(?:https?|file|ftp):\/\/\S+|image)/,
+ "
')
diff --git a/lib/sisu/v0/sysenv.rb b/lib/sisu/v0/sysenv.rb
index e5c2c394..3f92e9b7 100644
--- a/lib/sisu/v0/sysenv.rb
+++ b/lib/sisu/v0/sysenv.rb
@@ -2315,7 +2315,9 @@ WOK
def rsync
self.remote_host_base.each do |remote_conn|
local_gen=@source_path
+ local_gen_image="#{@env.path.webserv}/#{@env.path.stub_pwd}/_sisu/image"
remote_gen="#{remote_conn[:name]}/#{@env.path.stub_pwd}/."
+ remote_images="#{remote_conn[:name]}/#{@env.path.stub_pwd}/_sisu/image/."
local_src=@source_path_src
remote_src="#{remote_conn[:name]}/#{@env.path.stub_src}/."
src_txt=@opt.fnc
@@ -2330,6 +2332,10 @@ WOK
if FileTest.file?("#{local_src}/#{src_txt}") \
or FileTest.file?("#{local_src}/#{src_pod}")
System_call.new("#{local_src}/#{src_txt} #{local_src}/#{src_pod}",remote_src,@opt.cmd).rsync
+ if defined? @md.ec[:image]
+ images="#{local_gen_image}/" + @md.ec[:image].join(" #{local_gen_image}/")
+ System_call.new(images,remote_images,@opt.cmd).rsync
+ end
end
elsif @opt.cmd =~/U/
puts "#{__FILE__} #{__LINE__}" if @opt.cmd =~/M/
diff --git a/lib/sisu/v0/xml_fictionbook.rb b/lib/sisu/v0/xml_fictionbook.rb
new file mode 100644
index 00000000..8722f1d5
--- /dev/null
+++ b/lib/sisu/v0/xml_fictionbook.rb
@@ -0,0 +1,311 @@
+=begin
+
+ * Name: SiSU
+
+ * Description: extract and print an XML rendition of document structure to screen
+
+ * Author: Ralph Amissah
+
+ * Copyright: (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+ 2007 Ralph Amissah All Rights Reserved.
+
+ * License: GPL 3 or later:
+
+ SiSU, a framework for document structuring, publishing and search
+
+ Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+ 2007 Ralph Amissah
+
+ This program is free software: you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the Free
+ Software Foundation, either version 3 of the License, or (at your option)
+ any later version.
+
+ This program is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ more details.
+
+ You should have received a copy of the GNU General Public License along with
+ this program. If not, see
#{@md.dc_date_modified} Last Modified
" + else '' + end + head=<#{endnote}
" + util=SiSU_text_utils::Wrap.new(endnote,80,10) + endnote=util.line_wrap + put(endnote) + end + end + def tail + tail=<#{para}
" + else "<#{type}>#{para}
#{type}>" + end + util=SiSU_text_utils::Wrap.new(para,80,10) + wrap=util.line_wrap + end + def put(line) + @file_fictionbook.puts line + puts line if @md.cmd =~/V/ + end + def structure_build_tag_close(lev,h) + @sp=' ' + case h[0] + when 1 + put("#{@sp*1}#{@s[1]}>") if (lev <= 1) and h[1] + put("#{@s[0]}>") if (lev == 0) + when 2 + put("#{@sp*2}#{@s[2]}>") if (lev <= 2) and h[2] + put("#{@sp*1}#{@s[1]}>") if (lev <= 1) and h[1] + put("#{@s[0]}>") if (lev == 0) + when 3 + put("#{@sp*3}#{@s[3]}>") if (lev <= 3) and h[3] + put("#{@sp*2}#{@s[2]}>") if (lev <= 2) and h[2] + put("#{@sp*1}#{@s[1]}>") if (lev <= 1) and h[1] + put("#{@s[0]}>") if (lev == 0) + when 4 + put("#{@sp*4}#{@s[4]}>") if (lev <= 4) + put("#{@sp*3}#{@s[3]}>") if (lev <= 3) and h[3] + put("#{@sp*2}#{@s[2]}>") if (lev <= 2) and h[2] + put("#{@sp*1}#{@s[1]}>") if (lev <= 1) and h[1] + put("#{@s[0]}>") if (lev == 0) + when 5 + put("#{@sp*5}#{@s[5]}>") if (lev <= 5) + put("#{@sp*4}#{@s[4]}>") if (lev <= 4) + put("#{@sp*3}#{@s[3]}>") if (lev <= 3) and h[3] + put("#{@sp*2}#{@s[2]}>") if (lev <= 2) and h[2] + put("#{@sp*1}#{@s[1]}>") if (lev <= 1) and h[1] + put("#{@s[0]}>") if (lev == 0) + when 6 + put("#{@sp*6}#{@s[6]}>") if (lev <= 6) + put("#{@sp*5}#{@s[5]}>") if (lev <= 5) + put("#{@sp*4}#{@s[4]}>") if (lev <= 4) + put("#{@sp*3}#{@s[3]}>") if (lev <= 3) and h[3] + put("#{@sp*2}#{@s[2]}>") if (lev <= 2) and h[2] + put("#{@sp*1}#{@s[1]}>") if (lev <= 1) and h[1] + put("#{@s[0]}>") if (lev == 0) + end + end + def structure_build(ds) + @h=[0,false,false,false] + put("<#{@s[0]}>") + ds.each_with_index do |x,i| + @ef=false + case x[:lev] + when /^1/ + structure_build_tag_close(1,@h) + #put("#{@sp*1}<#{@s[1]}>\n#{x[:para]}\n#{@sp*1}#{x[:ocn]} #{x[:lev]} #{x[:hdr]}") + y="#{@sp*1}<#{@s[1]}>\n#{x[:para]}" + @h=[1,true,false,false] + when /^2/ + structure_build_tag_close(2,@h) + y="#{@sp*2}<#{@s[2]}>\n#{x[:para]}" + @h=[2,true,true,false] + when /^0:0/ #endnotes and metadata + structure_build_tag_close(2,@h) + y="#{@sp*2}<#{@s[2]}>\n#{x[:para]}" + @h=[2,true,true,false] + @ef=true if x[:hdr] =~/u0/ + when /^3/ + structure_build_tag_close(3,@h) + y="#{@sp*3}<#{@s[3]}>\n#{x[:para]}" + @h=[3,true,true,true] + when /^4/ + structure_build_tag_close(4,@h) + y="#{@sp*4}<#{@s[4]}>\n#{x[:para]}" + @h[0]=4 + when /^m2/ #metadata + structure_build_tag_close(4,@h) + y="#{@sp*4}<#{@s[4]}>\n#{x[:para]}" + @h[0]=4 + #when /^0:0/ #endnotes + # structure_build_tag_close(4,@h) + # y="#{@sp*4}<#{@s[4]}>\n#{x[:para]}" + # @h[0]=4 + # @ef=true + when /^5/ + structure_build_tag_close(5,@h) + y="#{@sp*5}<#{@s[5]}>\n#{x[:para]}" + @h[0]=5 + when /^6/ + structure_build_tag_close(6,@h) + y="#{@sp*6}<#{@s[6]}>\n#{x[:para]}" + @h[0]=6 + else + y=if @md.cmd =~/V/; "#{x[:para]}" + else nil + end + end + put(y) if y + endnotes if @ef + end + structure_build_tag_close(0,@h) + end + def structure + data=@data + @ds=[] + c=0 + data.each do |para| + rgx_headers=/<~(\d+);((?:\w|[0-6]:)\d+);(\w\d+)>/ + if para =~rgx_headers + x=(rgx_headers).match(para) + if x[3] =~/^[hum]\d+/ + @ds[c]={} + @ds[c][:ocn]=x[1] + @ds[c][:lev]=x[2] + @ds[c][:hdr]=x[3] + @ds[c][:para]=markup(para,'title') + #puts "#{x[1]} #{x[2]} #{x[3]}" + else + @ds[c]={} + @ds[c][:para]=markup(para) if @md.cmd =~/V/ + end + c+=1 + #puts "#{para} #{x[1]} #{x[2]} #{x[3]}" + end + end + structure_build(@ds) + @ds + end + end + end +end +__END__ -- cgit v1.2.3