Class: SiSU_Create_Site::CreateSite

Inherits:
SiSU_Info_Env::InfoEnv show all
Includes:
SiSU_Style
Defined in:
lib/sisu/se_createsite.rb

Overview

se_info_env.rb

Direct Known Subclasses

SiSU_Env::CreateSite

Instance Attribute Summary

Attributes inherited from SiSU_Info_Env::InfoEnv

#base_markup_dir_stub, #env, #etc, #filename, #flv, #fnb, #fnn, #fnt, #home, #hostname, #processing, #processing_git, #rc, #stub_pwd, #stub_src, #sys, #user, #webserv_host_cgi, #webserv_path, #webserv_port_cgi, #www, #yamlrc_dir

Attributes inherited from SiSU_Env_Call::EnvCall

#ad, #fnb, #fnn, #fnt, #fnv, #fnz, #rc

Instance Method Summary collapse

Methods inherited from SiSU_Info_Env::InfoEnv

#ao, #arch, #asciidoc_ocn?, #bin, #build, #cgi, #cgi_sample_search_form_name, #cjk, #cjk_ja, #cjk_ko, #cjk_zh, #composite_file, #concord_max, #console_web_browser, #console_www_browser, #current_document, #defaults, #digest, #digest_conf?, #dir_url, #docbook_viewer, #encoding, #epub, #epub_bld, #epub_cp_images, #epub_viewer, #feed, #feed_home, #fictionbook_viewer, #file_encoding, #font, #git, #host, #html, #html_minitoc?, #html_navigation?, #html_navigation_bar?, #html_quick_ref?, #html_right_pane?, #html_scroll_1, #html_scroll_2, #html_search_form?, #html_seg_1, #html_seg_2, #html_seg_title_banner?, #html_top_band?, #i18n, #image_external, #image_source, #image_source_include, #image_source_include_local, #image_source_include_remote, #image_source_sisu_includes, #images, #images_epub, #images_external, #images_local, #landscape, #lang_filename, #language, #language_default_set, #length, #links_to_manifest?, #listed?, #local, #locale, #localhost, #lout, #main, #make, #man, #manifest?, #manifest_minitoc?, #manpage, #manpage_generator, #manpage_viewer, #markdown_ocn?, #markup_emphasis, #metadata?, #minitoc?, #mono, #ocn?, #odf, #odf_pth, #odf_viewer, #odt, #odt_bld, #odt_ocn?, #omit_list, #orgmode_ocn?, #output, #output_tell, #papersize, #path, #path_rel_links, #paths, #pattern, #pdf, #pdf_viewer, #pdflatex, #php, #plaintext_ocn?, #plaintext_wrap, #po, #port, #portrait, #postgresql, #pot, #processing_base_tmp, #processing_path, #processing_sisupod, #program, #promo?, #pwd, #rbver, #read_source_file, #read_source_file_array, #read_source_file_string, #remote, #rexml, #rmagick, #root, #root_dir, #rst_ocn?, #sample_data, #sample_search_form_title, #sans, #scripts, #search?, #search_action, #search_fixed?, #search_form, #search_form?, #search_form_static, #segsubtoc?, #serif, #share, #sisupod_gen, #sisupod_gen_v2, #sisupod_gen_v3, #sisupod_v2, #sisupod_v3, #sisupod_v4, #sisurc_path, #sitearch, #size, #source_file_path, #source_file_processing_array, #source_file_with_path, #sql, #sqlite, #src_pod, #src_txt, #stub_dir, #stub_dir_orig, #stub_epub, #stub_md_harvest, #stub_pod, #style, #tex, #texi, #texinfo, #texpdf, #texpdf_hyperlinks, #text_editor, #textile_ocn?, #tidy, #tmp_root_dir, #toc?, #tune, #txt, #type, #url, #usr_dir?, #wc, #web_browser, #webrick, #webrick_port, #webserv, #webserv_base, #webserv_base_cgi, #webserv_cgi, #webserv_dir, #webserv_files_from_db, #webserv_host_base, #webserv_image, #webserv_map_pwd, #webserv_stub_ensure, #widget, #widget_static, #www_browser, #xml_docbook_ocn?, #xml_editor, #xml_fictionbook_ocn?, #xml_scaffold_ocn?, #xml_viewer, #yamlrc

Methods inherited from SiSU_Env_Call::EnvCall

#by?, #by_filename?, #by_filetype?, #by_language_code?, #default_language?, #document_language_versions_found, #dump?, #filename, #lang, #mono_multi_lingual?, #multilingual?, #output_dir_structure, #published_manifests?, #redirect?

Constructor Details

#initialize(opt) ⇒ CreateSite

Returns a new instance of CreateSite.



73
74
75
76
77
78
79
80
# File 'lib/sisu/se_createsite.rb', line 73

def initialize(opt)
  @opt=opt
  @env=SiSU_Env::InfoEnv.new
  @init=SiSU_Env::GetInit.new
  @home,@pwd=ENV['HOME'],ENV['PWD'] #@pwd=Dir.pwd
  @rc=SiSU_Env::GetInit.new.sisu_yaml.rc
  @home_set=SiSU_Proj_HTML::Home.new
end

Instance Method Details

#cp_base_imagesObject

fix images



165
166
167
168
169
170
171
172
173
174
# File 'lib/sisu/se_createsite.rb', line 165

def cp_base_images #fix images
  src=SiSU_is.path_base_system_data? + '/image'
  dest_arr=[
    "#{@env.path.webserv}/_sisu/image_sys",
    "#{@env.path.webserv}/#{@env.path.base_markup_dir_stub}/_sisu/image_sys"
  ]
  dest_arr.each do |dest|
    cp_images(src,dest) if FileTest.directory?(src)
  end
end

#cp_cssObject



175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
# File 'lib/sisu/se_createsite.rb', line 175

def cp_css
  FileUtils::mkdir_p("#{@env.path.output}/#{@env.path.style}") \
    unless FileTest.directory?("#{@env.path.output}/#{@env.path.style}")
  css_path=[
    '/etc/sisu/css',
    "#{@home}/.sisu/css",
    "#{@pwd}/_sisu/css",
  ] #BROKEN
  if defined? @rc['permission_set']['css_modify'] \
  and @rc['permission_set']['css_modify']
    SiSU_Screen::Ansi.new(
      @opt.selections.str,
      "*WARN* modify is css set to: #{@rc['permission_set']['css_modify']}"
    ).warn if @opt.act[:verbose_plus][:set]==:on \
    or @opt.act[:maintenance][:set]==:on
    css_path.each do |x|
      if FileTest.directory?(x)
        FileUtils::cd(x)
        source=Dir.glob("*.{css}")
        source.each do |i|
          if FileTest.file?(i)
            FileUtils::cp(
              i,
              @env.path.output + '/' + @env.path.style
            )
          else STDERR.puts %{\t*WARN* did not find css - "#{i}" [#{__FILE__}:#{__LINE__}]}
          end
        end
        FileUtils::cd(@pwd)
      end
    end
  else
    SiSU_Screen::Ansi.new(
      @opt.selections.str,
      "*WARN* modify css is not set or is set to: false"
    ).warn if @opt.act[:verbose_plus][:set]==:on \
    or @opt.act[:maintenance][:set]==:on
  end
  fn_css=SiSU_Env::CSS_Default.new
  css=SiSU_Style::CSS.new
  path_style="#{@env.path.output}/#{@env.path.style}"
  FileUtils::mkdir_p(path_style) \
    unless FileTest.directory?(path_style)
  if @opt.act[:site_init][:set]==:on \
  or not FileTest.file?("#{path_style}/#{fn_css.homepage}")
    style=File.new("#{path_style}/#{fn_css.homepage}",'w')
    style << css.homepage
    style.close
  end
  if @opt.act[:site_init][:set]==:on \
  or not FileTest.file?("#{path_style}/#{fn_css.html_tables}")
    style=File.new("#{path_style}/#{fn_css.html_tables}",'w')
    style << css.html_tables
    style.close
  end
  if @opt.act[:site_init][:set]==:on \
  or not FileTest.file?("#{path_style}/#{fn_css.html}")
    style=File.new("#{path_style}/#{fn_css.html}",'w')
    style << css.html
    style.close
  end
  if @opt.act[:site_init][:set]==:on \
  or not FileTest.file?("#{path_style}/#{fn_css.harvest}")
    style=File.new("#{path_style}/#{fn_css.harvest}",'w')
    style << css.harvest
    style.close
  end
  if @opt.act[:site_init][:set]==:on \
  or (@opt.act[:xml_sax][:set]==:on \
  and not FileTest.file?("#{path_style}/#{fn_css.xml_sax}"))
    style=File.new("#{path_style}/#{fn_css.xml_sax}",'w')
    style << css.xml_sax
    style.close
  end
  if @opt.act[:site_init][:set]==:on \
  or (@opt.act[:xml_dom][:set]==:on \
  and not FileTest.file?("#{path_style}/#{fn_css.xml_dom}"))
    style=File.new("#{path_style}/#{fn_css.xml_dom}",'w')
    style << css.xml_dom
    style.close
  end
  if @opt.act[:site_init][:set]==:on \
  or (@opt.act[:xml_docbook_book][:set] == :on \
  and not FileTest.file?("#{path_style}/#{fn_css.xml_docbook}"))
    style=File.new("#{path_style}/#{fn_css.xml_docbook}",'w')
    style << css.xml_docbook
    style.close
  end
  if @opt.act[:site_init][:set]==:on \
  or (@opt.act[:xhtml][:set] == :on \
  and not FileTest.file?("#{path_style}/#{fn_css.xhtml}"))
    style=File.new("#{path_style}/#{fn_css.xhtml}",'w')
    style << css.xhtml
    style.close
  end
end

#cp_external_imagesObject



136
137
138
139
140
141
142
143
144
145
146
# File 'lib/sisu/se_createsite.rb', line 136

def cp_external_images
  src=@env.processing_path.processing + '/' \
  + 'external_document/image'
  dest=
    @env.path.webserv + '/' \
    + @env.path.base_markup_dir_stub + '/' \
    + '_sisu/image_external'
  if FileTest.directory?(src)
    cp_images(src,dest) if FileTest.directory?(src)
  end
end

#cp_images(src_path, dest_path) ⇒ Object



112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
# File 'lib/sisu/se_createsite.rb', line 112

def cp_images(src_path,dest_path)
  if FileTest.directory?(src_path)
    FileUtils::cd(src_path)
    source=Dir.glob("*.{png,jpg,gif,ico}")
    FileUtils::mkdir_p(dest_path) unless FileTest.directory?(dest_path)
    FileUtils::chmod(0755,dest_path)
    source.each do |i|
      if FileTest.file?(i)
        FileUtils::cp(i,"#{dest_path}/#{i}")
        FileUtils::chmod(0644,"#{dest_path}/#{i}")
      else STDERR.puts %{\t*WARN* did not find image - "#{i}" [#{__FILE__}:#{__LINE__}]}
      end
    end
    FileUtils::cd(@pwd)
  else STDERR.puts %{\t*WARN* did not find - #{src_path} [#{__FILE__}:#{__LINE__}]}
  end
end

#cp_local_imagesObject



129
130
131
132
133
134
135
# File 'lib/sisu/se_createsite.rb', line 129

def cp_local_images
  src=@pwd + '/_sisu/image'
  dest=
    @env.path.webserv + '/' \
    + @env.path.base_markup_dir_stub + '/_sisu/image'
  cp_images(src,dest) if FileTest.directory?(src)
end

#cp_webserver_imagesObject



147
148
149
150
151
152
153
154
155
156
# File 'lib/sisu/se_createsite.rb', line 147

def cp_webserver_images
  src=@env.path.image_source
  dest_arr=[
    "#{@env.path.webserv}/_sisu/image",
    "#{@env.path.webserv}/#{@env.path.base_markup_dir_stub}/_sisu/image",
  ]
  dest_arr.each do |dest|
    cp_images(src,dest) if FileTest.directory?(src)
  end
end

#cp_webserver_images_localObject

this should not have been necessary



157
158
159
160
161
162
163
164
# File 'lib/sisu/se_createsite.rb', line 157

def cp_webserver_images_local      #this should not have been necessary
  src=@env.path.image_source
  dest=
    @env.path.webserv + '/' \
    + @env.path.base_markup_dir_stub + '/' \
    + '_sisu/image'
  cp_images(src,dest) if FileTest.directory?(src)
end

#create_default_sisu_homepage(action = :none) ⇒ Object



81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# File 'lib/sisu/se_createsite.rb', line 81

def create_default_sisu_homepage(action=:none)
  if action==:none
    puts %{  place your homepages in directory:\n    "#{@env.path.rc}/home/*.html"\n  (no action taken)}
  else # turned off, unless something other than :none passed
    puts %{  place your homepages in directory:\n    "#{@env.path.rc}/home/*.html"\n  (in order to replace default sisu homepage)}
    filename_homepage=
      @env.path.webserv + '/' \
      + @env.path.base_markup_dir_stub + '/index.html'
    filename_home_toc=
      @env.path.webserv + '/' \
      + @env.path.base_markup_dir_stub + '/toc.html'
    file_homepage=File.new(filename_homepage,'w')
    file_home_toc=File.new(filename_home_toc,'w')
    file_homepage << @home_set.homepage
    file_home_toc << @home_set.homepage
    file_homepage.close
    file_home_toc.close
  end
end

#homepageObject



100
101
102
103
104
105
106
107
108
109
110
111
# File 'lib/sisu/se_createsite.rb', line 100

def homepage
  home_pages_manually_created=Dir.glob("#{@env.path.rc}/home/*.html")
  FileUtils::mkdir_p("#{@env.path.webserv}/#{@env.path.base_markup_dir_stub}") \
    unless FileTest.directory?("#{@env.path.webserv}/#{@env.path.base_markup_dir_stub}")
  if home_pages_manually_created.length > 0
    home_pages_manually_created.each do |homepage|
      FileUtils.cp(homepage,"#{@env.path.webserv}/#{@env.path.base_markup_dir_stub}")
    end
  else
    create_default_sisu_homepage(:none) # :default
  end
end