diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-09-01 15:40:20 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-09-09 22:03:15 -0400 |
commit | 1f8b96b650ea645c1a92b40f29c8625b6228d53a (patch) | |
tree | 8e261492e487432d42d4d24d4908b634ab87e3d3 /README.md | |
parent | xmls, epub3 toc_nav.xhtml toc.ncx (diff) |
metadata "curate" replaces "harvest"
- "curated metadata" instead of "metadata harvest"
- css color change to related pages, light theme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 28 |
1 files changed, 14 insertions, 14 deletions
@@ -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 |