From 1f8b96b650ea645c1a92b40f29c8625b6228d53a Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 1 Sep 2021 15:40:20 -0400 Subject: metadata "curate" replaces "harvest" - "curated metadata" instead of "metadata harvest" - css color change to related pages, light theme --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 00a2d69..3a02b2f 100644 --- a/README.md +++ b/README.md @@ -135,12 +135,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 @@ -207,24 +207,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 @@ -308,7 +308,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 -- cgit v1.2.3