aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* v4: merge v5 lib (5.0.10)sisu_4.1.10Ralph Amissah2013-08-0816-391/+764
| | | | | | | | | | | | | | | | | | | | | * output structure by, add monolingual alt for :filetype & :filename, step 1 * output structure by, monolingual alternative for :filetype or :filename without language code, if document is in default language * set a default language, 'en' or as specified * set in rc file or from command line instruction * command line e.g. sisu -hv --monolingual --by-filename sisu_markup.sst sisu -3v --monolingual --by-filetype sisu_manual.ssm * sisurc.yml lingual: 'mono' | 'multi' lingual: 'mono' * note: output by :filetype is roughly equivalent to what monolingual output by :language would be * allow command line setting of default language using language code --default-language='en' --default-lang-en if used together with --monolingual and --by-filetype or --by-filename the selected default language document will not have a language code in the output filename * output structure by, monolingual alternative, documentation * cgi helper script, sample search form, single form, monolingual option * single cgi form, (with different internal variables set for output types)
* v5: output structure by, multilingual, monolingual filenames tweakRalph Amissah2013-08-086-270/+157
|
* v5: concordance, fixsisu_4.1.9Ralph Amissah2013-08-011-23/+12
|
* v5: output structure by :filename or :filetype, default multilingual, fixRalph Amissah2013-08-011-30/+29
|
* v5: cgi helper script, sample search form, single form, monolingual optionsisu_4.1.8Ralph Amissah2013-07-304-78/+87
| | | | | * single cgi form, (with different internal variables set for output types) * monolingual output search form option
* v5: output structure by, monolingual alternative for :filetype or :filenameRalph Amissah2013-07-309-260/+691
| | | | | | | | | | | | | | | | | * filename without language code, if document is in default language * set a default language, 'en' or as specified * set in rc file or from command line instruction * command line e.g. sisu -hv --monolingual --by-filename sisu_markup.sst sisu -3v --monolingual --by-filetype sisu_manual.ssm * sisurc.yml lingual: 'mono' | 'multi' lingual: 'mono' * note: output by :filetype is roughly equivalent to what monolingual output by :language would be * allow command line setting of default language using language code --default-language='en' --default-lang-en if used together with --monolingual and --by-filetype or --by-filename the selected default language document will not have a language code in the output filename
* v5: output structure by, add monolingual alt for :filetype & :filename, step 1Ralph Amissah2013-07-304-14/+72
|
* v4 (v5): misc, minorRalph Amissah2013-07-303-5/+5
|
* v4 v5: "general code cleaning" fixsisu_4.1.7Ralph Amissah2013-06-252-28/+28
|
* v4: general code cleaning, sync with v5sisu_4.1.6Ralph Amissah2013-06-2580-876/+632
|
* v5: "general code cleaning" fixRalph Amissah2013-06-251-10/+12
|
* v5: general code cleaningsisu_4.1.5Ralph Amissah2013-06-2280-868/+622
| | | | * propagate back to v4 after testing
* v4 v5: cgi helper script, sample search form generator, file name matchingsisu_4.1.4Ralph Amissah2013-06-062-4/+4
|
* v4 v5: cgi, cosmetic, drop use of images in sample formRalph Amissah2013-06-062-30/+68
|
* v4 v5: sysenv, requested load warning removed, less screen clutterRalph Amissah2013-06-062-4/+4
|
* v4 v5: db, population of database (--update), import of master files (.ssm), fixRalph Amissah2013-06-064-12/+12
| | | | | * (Note: for .ssm: @md.fns (is set during runtime & is) != @opt.fns @md.opt.fns, affects construction of unique identifier)
* v4 v5: cgi_pgsql, cgi helper script sample search form generator, detailsisu_4.1.3Ralph Amissah2013-05-302-44/+30
|
* v4 v5: sysenv, pgsql db connect fixRalph Amissah2013-05-302-6/+10
|
* v4 v5: cgi helper script, sample search form generator, adjust/improveRalph Amissah2013-05-2912-172/+436
| | | | | | | | | * adds settings * db type --db-pq or db-sqlite * webserver for cgi script & db --webserv-search='' * webserver for sisu ouptut files --webserv-output='' * cgi search form link name --cgi-search-form-name='' * db user (pg) --db-user=''
* v4 v5: document version check, disableRalph Amissah2013-05-296-256/+60
| | | | | * automatic check disabled * check and correction of pre 0.38 markup removed
* v4 v5: help, interactive help, out of date, removedRalph Amissah2013-05-2914-3844/+86
| | | | * sysenv, version info moved here from interactive help
* v4 v5: cgi script for sample search form generator, sqlite, minor fixessisu_4.1.1Ralph Amissah2013-05-194-26/+24
| | | | * affects 'sisu -F' (repairs breakage)
* v5 dev branch opened (starts as copy of v4 stable branch); v3 branch closedsisu_4.1.0Ralph Amissah2013-05-09124-5511/+5160
| | | | | | * 5.0.0 dev opened * 4.1.0 stable * 3.* branch gone
* v4: cgi script for sample search form, minor fixesRalph Amissah2013-05-093-6/+7
|
* v4: defaults, sysenv, simplify default home page (not used by default)Ralph Amissah2013-05-092-327/+41
|
* v4: minor sysenv, cgi_sql_commonsisu_4.0.21Ralph Amissah2013-05-062-14/+12
|
* v4: cgi sample search form, minorsisu_4.0.20Ralph Amissah2013-04-112-7/+8
|
* v4: zap, delete output files, based on given (existing) source file nameRalph Amissah2013-04-076-85/+96
|
* v4: options, exclude manifest links if no manifest (--no-manifest) selectedRalph Amissah2013-03-311-0/+3
|
* v4: sysenv, yamlrc cosmeticRalph Amissah2013-03-311-4/+6
|
* v4: cgi, auto-generated sample search formRalph Amissah2013-03-295-40/+57
| | | | | * for various sisu output directory structures * fixes
* v4: dbi, import composite files (.ssm) correctlyRalph Amissah2013-03-282-5/+8
|
* v4: dal, screen_text_color, distinguish doc abstraction, as start of processingRalph Amissah2013-03-262-1/+4
|
* v4: hub, non-verbose terminal info reduced, minorRalph Amissah2013-03-251-1/+1
|
* v4: param, guard against situation where no document creator/author givenRalph Amissah2013-03-251-1/+2
|
* v4: sysenv, copy or create homepages, one of the actions taken on --configRalph Amissah2013-03-251-7/+15
| | | | | * provide info as to where manually created homepages may be stored * do not make default sisu homepage (previously did)
* v4: manifest & harvest, links to default site home page index.htmlRalph Amissah2013-03-203-7/+41
|
* v4: sysenv, epub images where processing multilingual doc in lang code sub-dirsisu_4.0.16Ralph Amissah2013-03-181-1/+4
|
* v4: hub, processing flow, sequence, fixRalph Amissah2013-03-181-7/+20
| | | | | | * re-run manifests at end of general processing run: * where document source shared and more than one markup file processed; * where translations of same document exist (determined by filename)
* v4: share document source, markup text file &/or sisupodsisu_4.0.15Ralph Amissah2013-03-184-13/+16
| | | | | * processing flow, correct sequence * terminal reporting
* v4: sysenv, rsync remote placement, output_by? alternatives, tuningRalph Amissah2013-03-142-188/+184
| | | | | | * site harvest * pdf fix * backround rsync only for processing of single sisu markup files
* v4: manifest, links for output_by? alternatives, harvest & qrcode relatedRalph Amissah2013-03-141-7/+22
|
* v4: harvest, links for output_by? filenameRalph Amissah2013-03-141-2/+5
|
* v4: harvest, authors, topics, terminal infoRalph Amissah2013-03-142-4/+4
|
* v4: hub, sql db, fix for actions not requiring files, create, drop, etc.Ralph Amissah2013-03-131-29/+22
|
* v4: hub, sysenv, remote, work on rsync of document/site buildRalph Amissah2013-03-133-180/+202
|
* v4: manifest, link to harvest authors & topics if available, else cosmeitcRalph Amissah2013-03-121-7/+14
|
* v4: terminal reporting, cosmeticRalph Amissah2013-03-126-9/+13
|
* v4: html_format, manifest red arrow, next (segment), (broken) link fix, to tocRalph Amissah2013-03-102-7/+15
|
* v4: sysenv, cosmetic, minorRalph Amissah2013-03-081-10/+6
|