diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 30 |
1 files changed, 15 insertions, 15 deletions
@@ -194,6 +194,21 @@ at the time of writing this provides the following output: # Examples +## curate + +if you have a document collection with documents that have metadata headers a +summary of the collection can be made using the curate command + + spine -v --curate --output=`echo ~webDocRoot` ~spineMarkupSamples/pod/* + + spine -v --curate ~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-curate --curate ~spineMarkupSamples/pod/* + +## sqlite + if configuartion has been set specify just - the desired output and - the markup document/pod(s) to process @@ -213,21 +228,6 @@ note: ~webDocRoot should be the path to web doc root, provide a suitable output spine -v --html --epub --latex --odt --curate --output=`echo ~webDocRoot` ~spineMarkupSamples/pod/* -## curate - -if you have a document collection with documents that have metadata headers a -summary of the collection can be made using the curate command - - spine -v --curate --output=`echo ~webDocRoot` ~spineMarkupSamples/pod/* - - spine -v --curate ~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-curate --curate ~spineMarkupSamples/pod/* - -## sqlite - ### create db if there is no sqlite db you first need to create one, to do so |