aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3/harvest.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2012-05-01 23:30:34 -0400
committerRalph Amissah <ralph@amissah.com>2012-05-01 23:31:05 -0400
commitaae35fa1dd9c736bbb8dc93e66fed2188007465c (patch)
treecbcbfa8ff24b3ce8668e9a15edab8a4ea9d4b9bf /lib/sisu/v3/harvest.rb
parentv3: 3.2.6 version & changelog "opened" (diff)
v3: harvest (metadata, site/document summary) fixes
* harvest_topics, sort fix * harvest_authors, minor fix * sst content parsing lang dir * output file location, currently works for (by?) :language & :filetype
Diffstat (limited to 'lib/sisu/v3/harvest.rb')
-rw-r--r--lib/sisu/v3/harvest.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v3/harvest.rb b/lib/sisu/v3/harvest.rb
index 71adb0f0..17931696 100644
--- a/lib/sisu/v3/harvest.rb
+++ b/lib/sisu/v3/harvest.rb
@@ -93,8 +93,8 @@ WOK
case opt.mod.inspect
when/--harvest/i
css(opt) if opt.cmd.inspect =~/M/
- SiSU_Harvest_Authors::Songsheet.new(opt,env).songsheet
- SiSU_Harvest_Topics::Songsheet.new(opt,env).songsheet
+ SiSU_HarvestAuthors::Songsheet.new(opt,env).songsheet
+ SiSU_HarvestTopics::Songsheet.new(opt,env).songsheet
if opt.cmd.inspect =~/R/
require_relative 'remote' # remote.rb
SiSU_Remote::Put.new(opt).rsync_harvest