diff options
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 | 
