diff options
author | Ralph Amissah <ralph@amissah.com> | 2010-02-04 17:45:42 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2010-02-04 17:45:42 -0500 |
commit | 832167755f955dcc771b83d8b094ccc370c7451d (patch) | |
tree | 802a0911f0c8044799749257027be3fa4de0820f | |
parent | CHANGELOG & README ... (diff) |
cosmetic
-rw-r--r-- | data/doc/sisu/v1/html/sisu.1.html | 4 | ||||
-rw-r--r-- | lib/sisu/v1/dal.rb | 1 | ||||
-rw-r--r-- | lib/sisu/v1/html_format.rb | 20 |
3 files changed, 2 insertions, 23 deletions
diff --git a/data/doc/sisu/v1/html/sisu.1.html b/data/doc/sisu/v1/html/sisu.1.html index ea0c304e..01aafbb1 100644 --- a/data/doc/sisu/v1/html/sisu.1.html +++ b/data/doc/sisu/v1/html/sisu.1.html @@ -270,8 +270,8 @@ that produced it) (digest.txt). -NV for verbose digest output to screen. <p> </dd> <dt><b>-n -[filename/wildcard/url]</b> </dt> - +[filename/wildcard/url]</b> +</dt> <dd>skip the creation of intermediate processing files (document abstraction) if they already exist, this skips the equivalent of -m which is otherwise assumed by most processing flags. diff --git a/lib/sisu/v1/dal.rb b/lib/sisu/v1/dal.rb index 627244c6..63b7b534 100644 --- a/lib/sisu/v1/dal.rb +++ b/lib/sisu/v1/dal.rb @@ -178,7 +178,6 @@ module SiSU_DAL else nil #SiSU_DAL::Source.new(@opt).create_dal end -#p dal; dal end end class Output diff --git a/lib/sisu/v1/html_format.rb b/lib/sisu/v1/html_format.rb index 0ceb1a8b..af8de05e 100644 --- a/lib/sisu/v1/html_format.rb +++ b/lib/sisu/v1/html_format.rb @@ -959,23 +959,6 @@ WOK <tr><td valign="top"> #{@vz.paragraph_txt}} end -## def toc_endnote -## %{#{@vz.margin_txt_3} -## #{@vz.paragraph_font_small} -## <a href="#endnotes"> -## Endnotes -## </a> -## #{@vz.table_close}} -## end -# def toc_endnote -# %{#{@vz.margin_css} -# <h4 class="toc"> -# <a href="#endnotes"> -# Endnotes -# </a> -# </h4> -##{@vz.table_close}} -# end def title_endnote #revisit # %{#{@vz.margin_txt_0} # #{@vz.paragraph_txt} @@ -1401,9 +1384,6 @@ WOK lev('h0','minitoc') end def mini_tail -# <h0 class="minitoc"> -# <a href="metadata.html">Document Information (metadata)</a> -# </h0> %{ <h4 class="minitoc"> <a href="sisu_manifest.html">Manifest (alternative outputs)</a> |