aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3/cgi_sqlite.rb
Commit message (Collapse)AuthorAgeFilesLines
* v3: code headers mainly copyrightRalph Amissah2012-05-281-5/+4
|
* v3: 3.2 branch is main (v3dv --> v3); dev (v3dv) branch directories removedRalph Amissah2012-03-191-14/+14
| | | | | | | | | * v3dv (3.2) "merged" into v3 (previously 3.1) (& removed) * conf/sisu/v3dv --> conf/sisu/v3 * data/sisu/v3dv --> data/sisu/v3 * lib/sisu/v3dv --> lib/sisu/v3 * bin/sisu* (v3dv references changed to v3) * (--dev modifier (superfluous for the time being) runs main v3 branch)
* v3: date, year 2012, updateRalph Amissah2012-01-101-1/+1
|
* v3: cgi, sample search form reverted to '#!/usr/bin/env ruby'Ralph Amissah2011-06-091-2/+1
| | | | * appears to be a fix in libdbi-ruby1.9.1, see comments in sisu-3.0.8 changelog
* v3: cgi search form, fixes related to language codeRalph Amissah2011-05-241-2/+2
| | | | * filename with language code being required as unique document identifier
* v3: cgi sample search form, differ depending on output directory structureRalph Amissah2011-05-151-3/+3
|
* v3: sample search form, revert to generating ruby 1.8.7 sampleRalph Amissah2011-05-041-7/+9
| | | | | | | * sisu3 using ruby >=1.9.2p180 generates search form for ruby 1.8.7, so: generate sample form using sisu3 -F (options), then; start webrick using ruby 1.8.7 & sisu -W (not sisu3) * take account of alternative output directory structures [work on, test]
* v2 v3: cgi, sample-search-formRalph Amissah2011-04-191-6/+6
| | | | | * results still not right, (ruby1.9.2 libraries? double check script) * not yet done variable directory path fixing for result links
* v2, v3: cgi, sample-search-form, string output (+ clean unused help text)Ralph Amissah2011-03-301-1/+1
| | | | * ruby1.9.2 transition related
* v3: space between each and opening curly brace e.g. "x.each {|y| p y}"Ralph Amissah2011-03-011-2/+2
|
* v3: ruby 1.9 hash symbol syntax adoptedRalph Amissah2011-03-011-1/+1
|
* v3: use rb1.9.2 "require_relative" syntaxRalph Amissah2011-03-011-2/+2
|
* v3: use "encoding: utf-8" (instead of coding)Ralph Amissah2011-03-011-1/+1
|
* increment year (2011) for bin and lib/sisu/v3Ralph Amissah2011-02-071-1/+1
|
* v3 introduced as development branch, invoked using "sisu --v3 [instructions]Ralph Amissah2011-02-011-0/+216