aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v4
Commit message (Collapse)AuthorAgeFilesLines
* v4 v5: rake create build & install sisu gemspec; (.gitignore), work onRalph Amissah2013-12-031-1/+1
| | | | | * gemspec adjusted to install only libraries related to a version (v4 or v5) * select sisu version to create, build & install
* v4 v5: rake create build & install sisu gemspec; bin/sisugem (add .gitignore)Ralph Amissah2013-12-022-1/+6
| | | | | | | | | | | | | | | | | | | * rake gemcbi #(create build install sisu gem) * rake gemspecscreate && \ rake gembuild && \ sudo rake geminstall * rake gemspecscreate && \ gem build sisu5.gemspec && \ sudo gem install --no-rdoc --no-ri \ sisu-5.1.0.gem * bin/sisu updated (modified to take account of gems) * bin/sisugem added * .gitignore sisu-*.gem sisu*.gemspec consider inclusion (& tracking) of rake created sisu4.gemspec sisu5.gemspec (as this makes their availability more obvious) * once gem is installed: "sisu _5.1.0_ -vM" (to see version, commands otherwise as usual) if paths are such that sisu is not available "sisugem _5.1.0_ -vM" should work (as it is installed by gemspec, but not other sisu installers)
* v4 v5: constants, ocn output delimiter (where used) changed to 「...」Ralph Amissah2013-11-022-2/+3
|
* v4 v5: dal, document_structure_check_infosisu_4.2.9Ralph Amissah2013-10-271-16/+102
|
* v4 v5: cleaning, minorRalph Amissah2013-10-271-3/+3
|
* v4 v5: dal, collapsed levels implementedsisu_4.2.8Ralph Amissah2013-10-233-7/+51
| | | | | * convenience, collapse sisu's dual level document structure for output of markup with straight linear structure
* v4 v5: dal, parent & node info, fixRalph Amissah2013-10-231-5/+60
| | | | | * used e.g. for mind map type output (last for kdissert output, no longer supported)
* v4 v5: constants, change a couple of internal processing delimiter characterssisu_4.2.7Ralph Amissah2013-10-171-3/+3
| | | | * to characters even less likely to be of use in ordinary (marked up) text
* v4 v5: constants, change a couple of internal processing delimeter characterssisu_4.2.6Ralph Amissah2013-10-161-5/+6
| | | | * that may be used in ordinary marked up text
* v4 v5: comments, remove extra language lists, minorRalph Amissah2013-10-162-2/+2
|
* v4 v5: i18n CJK: zh ja ko, add languages Chinese, Japanese, KoreanRalph Amissah2013-09-217-12/+108
| | | | * texpdf, has large texlive xetex dependencies (Korean untested)
* v4: dal, objects, store book index as hash (simplify downstream processing)Ralph Amissah2013-09-213-77/+108
| | | | | | * merge v5 * db, book index, convert hash back to string (associated downstream processing change)
* v4 v5: minor cleaningRalph Amissah2013-09-213-20/+11
|
* v4 v5: dal, book index markup, round delimiters: allow spaces or space & newlineRalph Amissah2013-09-051-0/+3
| | | | | * allow spaces on both sides of delimiters, or a space before & newline following a delimiter \s+[:|;](\s+|\n) [else parses as before no spaces]
* v4: dal, grouped text with fontface spanning newlines, partial solutionRalph Amissah2013-09-051-5/+30
| | | | * merged from v5
* v4 v5: dal, text blocks, tuningRalph Amissah2013-08-282-8/+33
|
* v4 v5: odf:odt, footnotes, fixRalph Amissah2013-08-281-4/+4
|
* v4 v5: pdf (latex) tables, bugfix (fasttrack)Ralph Amissah2013-08-281-1/+2
|
* v4 v5: manifest, output organised by, info, minor touchRalph Amissah2013-08-281-2/+3
|
* v4: merge v5, syntax additions, block text related (version bump to 4.2.*)Ralph Amissah2013-08-257-255/+414
| | | | | | | | | | | | * syntax add * switch ocn off and on for a block of content, line containing only off: "--~#" (omit headings where possible) "---#" on: "--+#" * alternative open and close for blocks using line starting with "```", e.g. open code block: "``` code"; close code block: "```" start poem: "``` poem"; end poem: "```" * remove need for an empty line between opening & closing of a text block [ note further refinements will be required; use of tildes "~~" considered but more problematic, tics not used elsewhere]
* v4 v5: css, html, epub, adjust paragraph spacing, aestheticRalph Amissah2013-08-252-4/+4
| | | | | * increase whitespace (between paragraphs) * [review spacing (generally) further]
* v4 v5: terminal message, code markerRalph Amissah2013-08-215-30/+65
|
* v4 v5: rescued error messagesRalph Amissah2013-08-2142-90/+90
|
* v4 v5: fuchsia (sp.)Ralph Amissah2013-08-218-29/+29
|
* v4 v5: dal_expand_insertions, refinement for monolingual outputsisu_4.1.11Ralph Amissah2013-08-081-5/+11
|
* 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)
* v4 (v5): misc, minorRalph Amissah2013-07-302-3/+3
|
* v4 v5: "general code cleaning" fixsisu_4.1.7Ralph Amissah2013-06-251-14/+14
|
* v4: general code cleaning, sync with v5sisu_4.1.6Ralph Amissah2013-06-2580-876/+632
|
* v4 v5: cgi helper script, sample search form generator, file name matchingsisu_4.1.4Ralph Amissah2013-06-061-2/+2
|
* v4 v5: cgi, cosmetic, drop use of images in sample formRalph Amissah2013-06-061-15/+34
|
* v4 v5: sysenv, requested load warning removed, less screen clutterRalph Amissah2013-06-061-2/+2
|
* v4 v5: db, population of database (--update), import of master files (.ssm), fixRalph Amissah2013-06-062-6/+6
| | | | | * (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-301-22/+15
|
* v4 v5: sysenv, pgsql db connect fixRalph Amissah2013-05-301-3/+5
|
* v4 v5: cgi helper script, sample search form generator, adjust/improveRalph Amissah2013-05-296-86/+218
| | | | | | | | | * 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-293-128/+30
| | | | | * automatic check disabled * check and correction of pre 0.38 markup removed
* v4 v5: help, interactive help, out of date, removedRalph Amissah2013-05-297-1922/+43
| | | | * 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-192-13/+12
| | | | * affects 'sisu -F' (repairs breakage)
* 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
|