aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/spine_info.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/spine_info.org')
-rw-r--r--org/spine_info.org46
1 files changed, 23 insertions, 23 deletions
diff --git a/org/spine_info.org b/org/spine_info.org
index 5c0b098..4babdca 100644
--- a/org/spine_info.org
+++ b/org/spine_info.org
@@ -196,12 +196,12 @@ at the time of writing this provides the following output:
--debug debug
--digest hash digest for each object
--epub process epub output
- --harvest extract info on authors & topics from document header metadata
- --harvest-authors extract info on authors from document header metadata
- --harvest-topics extract info on topics from document header metadata
+ --curate extract info on authors & topics from document header metadata
+ --curate-authors extract info on authors from document header metadata
+ --curate-topics extract info on topics from document header metadata
--hide-ocn object cite numbers
--html process html output
- --html-link-harvest place links back to harvest in segmented html
+ --html-link-curate place links back to curate in segmented html
--html-link-search html embedded search submission
--html-seg process html output
--html-scroll process html output
@@ -274,24 +274,24 @@ if configuartion has not been set or to overide the set configration specify
note: ~webDocRoot should be the path to web doc root, provide a suitable output path.
- spine -v --html --html-link-search --html-link-harvest --output=`echo ~webDocRoot` ~spineMarkupSamples/pod/*
+ spine -v --html --html-link-search --html-link-curate --output=`echo ~webDocRoot` ~spineMarkupSamples/pod/*
- spine -v --html --html-link-search --html-link-harvest --epub --output=`echo ~webDocRoot` ~spineMarkupSamples/pod/*
+ spine -v --html --html-link-search --html-link-curate --epub --output=`echo ~webDocRoot` ~spineMarkupSamples/pod/*
- spine -v --html --epub --latex --odt --harvest --output=`echo ~webDocRoot` ~spineMarkupSamples/pod/*
+ spine -v --html --epub --latex --odt --curate --output=`echo ~webDocRoot` ~spineMarkupSamples/pod/*
-## harvest
+## curate
if you have a document collection with documents that have metadata headers a
-summary of the collection can be made using the harvest command
+summary of the collection can be made using the curate command
- spine -v --harvest --output=`echo ~webDocRoot` ~spineMarkupSamples/pod/*
+ spine -v --curate --output=`echo ~webDocRoot` ~spineMarkupSamples/pod/*
- spine -v --harvest ~spineMarkupSamples/pod/*
+ spine -v --curate ~spineMarkupSamples/pod/*
- spine -v --html --html-link-search --html-link-harvest --harvest --output=`echo ~webDocRoot` ~spineMarkupSamples/pod/*
+ spine -v --html --html-link-search --html-link-curate --curate --output=`echo ~webDocRoot` ~spineMarkupSamples/pod/*
- spine -v --html --html-link-search --html-link-harvest --harvest ~spineMarkupSamples/pod/*
+ spine -v --html --html-link-search --html-link-curate --curate ~spineMarkupSamples/pod/*
## sqlite
@@ -375,7 +375,7 @@ cgi-bin directory
spine -v --html --html-link-search --output=`echo ~webDocRoot` ~spineMarkupSamples/pod/*
- spine -v --html --html-link-search --cgi-sqlite-search-filename="spine-search" --html-link-harvest --harvest --output=`echo ~webDocRoot` ~spineMarkupSamples/pod/*
+ spine -v --html --html-link-search --cgi-sqlite-search-filename="spine-search" --html-link-curate --curate --output=`echo ~webDocRoot` ~spineMarkupSamples/pod/*
### create db & search form
@@ -609,17 +609,17 @@ not implemented
.B --epub [path + filename]
produces an epub document
.TP
-.B --harvest [path to files]
+.B --curate [path to files]
extract and present info on authors & topics from document header metadata.
makes two lists of sisu output based on the sisu markup documents in a
directory: list of author and authors works (year and titles), and; list by
topic with titles and author. Makes use of header metadata fields (author,
title, date, topic_register).
.TP
-.B --harvest-authors [path to files]
+.B --curate-authors [path to files]
extract and present info on authors from metadata in document headers
.TP
-.B --harvest-topics [path to files]
+.B --curate-topics [path to files]
extract and present info on topics from metadata in document headers
.TP
.B --hide-ocn
@@ -629,9 +629,9 @@ turn visibility of object numbers off
produces html output in two forms (i) segmented text with table of contents
(toc.html and index.html) and (ii) the document in a single file (scroll.html).
.TP
-.B --html-link-harvest
-within html output creates link to the document set metadata harvest output
-part of --html output instruction and assumes that --harvest has been or will
+.B --html-link-curate
+within html output creates link to the document set metadata curate output
+part of --html output instruction and assumes that --curate has been or will
be run
.TP
.B --html-link-search
@@ -1031,9 +1031,9 @@ pod (directory may contain multiple documents)
.TP
note: ~webDocRoot should be the path to web doc root, provide a suitable output path.
.TP
-spine -v --html --html-link-search --html-link-harvest --harvest --output=`echo ~webDocRoot` ~spineMarkupSamples/pod/*
+spine -v --html --html-link-search --html-link-curate --curate --output=`echo ~webDocRoot` ~spineMarkupSamples/pod/*
.TP
-spine -v --html --html-link-search --html-link-harvest --epub --harvest --output=`echo ~webDocRoot` ~spineMarkupSamples/pod/*
+spine -v --html --html-link-search --html-link-curate --epub --curate --output=`echo ~webDocRoot` ~spineMarkupSamples/pod/*
.TP
spine -v --sqlite-db-create --sqlite-db-filename="spine.search.db" --output=`echo ~webDocRoot` ~spineMarkupSamples/pod
.TP
@@ -4525,7 +4525,7 @@ matches are found.
.SH SEE ALSO
sisu(1),
sisu-epub(1),
- sisu-harvest(1),
+ sisu-curate(1),
sisu-html(1),
sisu-odf(1),
sisu-pdf(1),