diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-01-02 16:19:06 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-01-02 16:23:57 -0500 |
commit | 32b8127ce89050dd8440629f552a63947dc0d929 (patch) | |
tree | 6cab71c719e659231479d4f4b126003684928af0 /README | |
parent | org, ocda (ongoing) (diff) |
2024
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -4,7 +4,7 @@ #+FILETAGS: :spine:build:tools: #+AUTHOR: Ralph Amissah #+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]] -#+COPYRIGHT: Copyright (C) 2015 - 2023 Ralph Amissah +#+COPYRIGHT: Copyright (C) 2015 - 2024 Ralph Amissah #+LANGUAGE: en #+STARTUP: content hideblocks hidestars noindent entitiespretty #+OPTIONS: H:3 num:nil toc:t \n:nil @:t ::t |:t ^:nil _:nil -:t f:t *:t <:t @@ -29,7 +29,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" @@ -287,15 +287,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" \ |