aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2024-01-02 16:19:06 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2024-01-02 16:23:57 -0500
commit32b8127ce89050dd8440629f552a63947dc0d929 (patch)
tree6cab71c719e659231479d4f4b126003684928af0 /README.md
parentorg, ocda (ongoing) (diff)
2024
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index c8a6980..f11370b 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ project_name: Spine, Doc Reform
name: Ralph Amissah
email: ralph.amissah@gmail.com
- copyright: "(C) 2015 - 2023 Ralph Amissah, All Rights Reserved."
+ copyright: "(C) 2015 - 2024 Ralph Amissah, All Rights Reserved."
license: "AGPL 3 or later"
@@ -270,15 +270,15 @@ for a document collection you can point to the document collection:
spine -v --cgi-search-form-codegen \
--output=/var/www/html \
~spineMarkupSamples/pod
-
+
spine -v --cgi-search-form-codegen --config=~spineMarkupSamples/pod
-
+
spine -v --cgi-search-form-codegen --config=~spineMarkupSamples/pod/.dr/config_local_site
-
+
spine --cgi-search-form-codegen --output=`echo ~webDocRoot` ~spineMarkupSamples/pod
-
+
spine --cgi-search-form-codegen --cgi-sqlite-search-filename="spine_search" --output=`echo ~webDocRoot`
-
+
spine -v --cgi-search-form-codegen \
--sqlite-db-filename="spine.search.db" \
--cgi-sqlite-search-filename="spine-search" \