From 5abc572129ac49178aa77ea59cb8e5d611e6374f Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 1 Mar 2011 20:46:02 -0500 Subject: v3: sysenv, separate out processing_path method plus consequences --- lib/sisu/v3/help.rb | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'lib/sisu/v3/help.rb') diff --git a/lib/sisu/v3/help.rb b/lib/sisu/v3/help.rb index 9d293979..a0d62644 100644 --- a/lib/sisu/v3/help.rb +++ b/lib/sisu/v3/help.rb @@ -766,16 +766,16 @@ If you have problems check permissions (and if in home directory ownership). #{@cX.green}directory paths as currently set#{@cX.off}: output docs: #{@cX.blue}#{@env.path.webserv}#{@cX.off} cgi scripts: #{@cX.blue}#{@env.path.cgi}#{@cX.off} - processing: #{@cX.blue}#{@env.path.processing}#{@cX.off} - sisu meta markup: #{@cX.blue}#{@env.path.dal}#{@cX.off} - html tuning: #{@cX.blue}#{@env.path.tune}#{@cX.off} - latex: #{@cX.blue}#{@env.path.tex}#{@cX.off} - texinfo: #{@cX.blue}#{@env.path.texi}#{@cX.off} + processing: #{@cX.blue}#{@env.processing_path.processing}#{@cX.off} + sisu meta markup: #{@cX.blue}#{@env.processing_path.dal}#{@cX.off} + html tuning: #{@cX.blue}#{@env.processing_path.tune}#{@cX.off} + latex: #{@cX.blue}#{@env.processing_path.tex}#{@cX.off} + texinfo: #{@cX.blue}#{@env.processing_path.texi}#{@cX.off} images: source: #{@cX.blue}#{@env.path.image_source}#{@cX.off} latex source: #{@cX.blue}#{@env.path.image_source_include}#{@cX.off} note images are also sourced from within your pwd - #{@cX.blue}#{Dir.pwd}/_sisu/image#{@cX.off} if it exists - #{@cX.grey}[ texinfo: #{@env.path.texinfo} - check duplication ]#{@cX.off} + #{@cX.grey}[ texinfo: #{@env.processing_path.texinfo} - check duplication ]#{@cX.off} #{@cX.green}resource configuraton files#{@cX.off} to change the paths specified above, are searched for in the following order: under the current SiSU markup data directory: #{@cX.blue}#{Dir.pwd}/_sisu/sisurc.yml#{@cX.off} @@ -854,11 +854,11 @@ WOK (d) #{@cX.green}processing directories#{@cX.off} sisu creates a number of processing directories, where these should be located can be modified in #{@cX.green}~/.sisu/sisurc.yml#{@cX.off} work directories include the following: - root working directory #{@cX.blue}#{@env.path.processing}#{@cX.off} - metaverse intermediate markup #{@cX.blue}#{@env.path.dal}#{@cX.off} - tune html (for special html/navigation pages) #{@cX.blue}#{@env.path.tune}#{@cX.off} - tex for latex and pdf #{@cX.blue}#{@env.path.tex}#{@cX.off} - texinfo for texinfo and info files #{@cX.blue}#{@env.path.texi}#{@cX.off} + root working directory #{@cX.blue}#{@env.processing_path.processing}#{@cX.off} + metaverse intermediate markup #{@cX.blue}#{@env.processing_path.dal}#{@cX.off} + tune html (for special html/navigation pages) #{@cX.blue}#{@env.processing_path.tune}#{@cX.off} + tex for latex and pdf #{@cX.blue}#{@env.processing_path.tex}#{@cX.off} + texinfo for texinfo and info files #{@cX.blue}#{@env.processing_path.texi}#{@cX.off} These files are usually used only for processing and removed. There is a maintenance flag to keep them. @@ -992,7 +992,7 @@ WOK papersize set (LaTeX/pdf): #{@cX.blue}#{@env.papersize}#{@cX.off} (digest and papersize can be changed in sisurc.yml under default:) #{@cX.green}intermediate processing#{@cX.off} - processing directory: #{@cX.blue}#{@env.path.processing}#{@cX.off} + processing directory: #{@cX.blue}#{@env.processing_path.processing}#{@cX.off} (to keep processing output, use -M flag) #{@cX.green}programs selected for viewing output#{@cX.off} text editor: #{@cX.blue}#{@env.program.text_editor}#{@cX.off} @@ -1314,7 +1314,7 @@ WOK lib (site-ruby): #{@cX.blue}#{Config::CONFIG['rubylibdir']}/#{SiSU_lib}#{@cX.off} or #{@cX.blue}#{Config::CONFIG['sitelibdir']}/#{SiSU_lib}#{@cX.off} conf [etc]: #{@cX.blue}#{@env.path.etc}/sisu#{@cX.off} data (document samples, images, README): #{@cX.blue}#{@env.path.sample_data}#{@cX.off} - processing: #{@cX.blue}#{@env.path.processing}#{@cX.off} + processing: #{@cX.blue}#{@env.processing_path.processing}#{@cX.off} output www: #{@cX.blue}#{@env.path.output}#{@cX.off} Output files, are currently set to be produced in: -- cgit v1.2.3