aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3/sysenv.rb
Commit message (Collapse)AuthorAgeFilesLines
* v5 dev branch opened (starts as copy of v4 stable branch); v3 branch closedsisu_4.1.0Ralph Amissah2013-05-091-6022/+0
| | | | | | * 5.0.0 dev opened * 4.1.0 stable * 3.* branch gone
* v4 (v3): lib, bin/sisu, misc, code headers provide url to online git file sourcesisu_4.0.7Ralph Amissah2013-02-101-0/+4
| | | | | | * e.g. bin/sisu header * Git <http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=summary> <http://sources.sisudoc.org/?p=code/sisu.git;a=blob;f=bin/sisu;hb=HEAD>
* v4 (v3): dbi_discrete, discreet should have been discrete, renames accordinglyRalph Amissah2013-02-101-15/+15
|
* v4 (v3): sysenv, on --redirect, stop creation of redundant dirRalph Amissah2013-02-031-1/+2
|
* date 2013: version & changelog; headers bin/sisu & lib/; code constants.rbsisu_4.0.1Ralph Amissah2013-01-011-1/+1
|
* v4 v3: largely cosmeticRalph Amissah2012-12-281-1/+3
|
* v3: dal, sysenv, file processing, split objects; remove ref to old rubyRalph Amissah2012-10-011-11/+8
| | | | | | * markup file processing, change to sourcefile readlines & split of sourcefile array * removal of RUBY_VERSION references to older versions of ruby
* v3: some fixes, cleaning, removingRalph Amissah2012-10-011-72/+59
|
* v3: cosmetic code, .is_a?(X) replaces .class==X (& some defined? & nil? tests)Ralph Amissah2012-10-011-47/+33
|
* v3: cosmetic code, if, else, remove some semicolons (;) replace with newlinesRalph Amissah2012-10-011-1/+2
|
* v3: odf, internal links/bookmarks, toc, book indexRalph Amissah2012-10-011-2/+2
|
* v3: pdflatex, landscape cover page was botched, came out as portrait, fixRalph Amissah2012-10-011-9/+7
|
* v3: constants, year static (current): YEAR=2012Ralph Amissah2012-08-291-2/+2
|
* v3: texpdf, xetex screen reporting of warnings off unless sisu -pV usedsisu_3.3.2Ralph Amissah2012-06-301-1/+6
|
* v3: sysenv, rsync put (post to remote site), fix, needs comprehensive checksisu_3.3.1Ralph Amissah2012-06-231-24/+23
| | | | | | | | * broken since version 3 (did not cope with alternative output structures, initial fix * still broken: * rsync get (sisu source); * scp put & scp get)
* v3: shared_sisupod_source, common build for sisu (markup) source representationssisu_3.3.0Ralph Amissah2012-06-171-57/+61
| | | | | | | | | | * to be used by sisupod.txz, git, (and src) * sisupod_make (--sisupod) * share_source (--source) NOTE not used git at present * changed representation of shared sisu source, include related files in directory rather than just markup file [reason for version bump] NOTE there are no changes to sisu markup (only the sharing of source files)
* v3: sysenv, check @md.make.respond_to?(:skin)Ralph Amissah2012-06-061-1/+2
|
* v3: images, copy (system link removed)sisu_3.2.11Ralph Amissah2012-06-031-29/+17
|
* v3: images, regular & sisupodRalph Amissah2012-06-031-0/+32
|
* v3: warn when files to be copied not found, addRalph Amissah2012-06-031-4/+13
|
* v3: error & warning messages touched, revisitRalph Amissah2012-06-031-29/+29
|
* v3: sisupod.txz processingRalph Amissah2012-05-281-1/+5
| | | | * BUG image copying/processing for sisupod
* v3: css, ensure css available for generated contentRalph Amissah2012-05-281-64/+127
| | | | | * checks whether exists if not copies (for --init-site / --configure just copies, takes as a re-copy request)
* v3: options, command line control of output directory structureRalph Amissah2012-05-281-45/+72
| | | | | * --output-by-language; --output-by-filetype; --output-by-filename, or --by-language; --by-filetype; --by-filename
* v3: code headers mainly copyrightRalph Amissah2012-05-281-5/+4
|
* v3: sisupod make, re-fixed, check againsisu_3.2.8Ralph Amissah2012-05-121-32/+74
|
* v3: misc, minorRalph Amissah2012-05-011-1/+1
|
* v3: rescue reportingsisu_3.2.4Ralph Amissah2012-04-211-5/+20
|
* v3: sysenv, default processing dir name changeRalph Amissah2012-04-211-6/+9
| | | | | | * distinguish sisu branch, add sisu branch to processing directory name * if constants, 'DEVELOPER[:maintenance] == :true' then additionally add sisu version number to processing directory name
* v3: urls, reporting, some cleaningRalph Amissah2012-04-051-0/+1
|
* v3: sysenv, path.style (a quick fix, review)Ralph Amissah2012-04-051-5/+6
|
* v3: 3.2 branch is main (v3dv --> v3); dev (v3dv) branch directories removedRalph Amissah2012-03-191-378/+940
| | | | | | | | | * 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-2/+2
|
* v3: html, seg output, index.html fixessisu_3.1.9Ralph Amissah2011-12-191-1/+1
| | | | | | | | | * place in correct directory and use language code as appropriate * remove broken index.html from output [note the existing erroneous file is not removed by a program run, it has to be removed manually] * [issue reported by chals (debian live-manual) on irc oftc #sisu]
* v3: sysenv, html files in _sisu/home (*.html) copied as home pagesRalph Amissah2011-12-191-7/+5
|
* v3: texpdf, output_by: filetype, fix, language code part of filename, fixsisu_3.1.8Ralph Amissah2011-12-131-4/+2
| | | | | | * files previously given same name and written over * [reported by chals (live-manual) on irc oftc #sisu] * [output_by language and filename ok]
* v3: sysenv, only copy external images directory if it existsRalph Amissah2011-12-081-1/+3
|
* v3: FileUtils, replace system callssisu_3.1.4Ralph Amissah2011-11-111-6/+4
|
* v3: FileUtils, make explicit calls (more verbose, easier to find)Ralph Amissah2011-11-111-80/+80
|
* v3: sysenv, skins, a fixRalph Amissah2011-10-311-5/+7
|
* v2 v3: odf:odt v1.0: make odt header easier to track; remove binary blobRalph Amissah2011-10-151-10/+15
| | | | | | | | * make odt header changes easier to track (this commit maintains rough equivalence to sisu-3.1.0 headers) * sysenv, builds odf:odt directory structure instead of binary blob * get rid of odf:odt (binary changeset) blob zipfile (containing odf:odt directory structure)
* v3: sysenv, output_structure_by: filename, fix to output directories createdRalph Amissah2011-10-031-2/+8
|
* v3: texpdf, fonts, Liberation series default (main: Sans, mono: Mono)Ralph Amissah2011-10-031-4/+25
| | | | | | | * (mono) improved with selection of Liberation Mono as default * font (main font, mono) configurable in sisurc.yml under default: (texpdf_font:|texpdf_font_mono:) or within document under @make: (:texpdf_font:|:texpdf_font_mono:)
* v3: sysenv, rc_path adds ./.sisu/ (to existing ./_sisu/ & ~/.sisu/)Ralph Amissah2011-10-031-3/+16
|
* v3: remote, src & sisupod processing, and rsync placementsisu_3.0.19sisu-3.0.19Ralph Amissah2011-09-241-27/+44
|
* v3: qrcode, sisu generated manifest output, treat as suchRalph Amissah2011-09-241-0/+66
| | | | | * place qrcode images in directory under manifest (manifest/qrcode) * fix remote placement of qrcode images when requested
* v3: info files, fix output; remote, include info file & manpage (when selected)Ralph Amissah2011-09-241-1/+32
|
* v3: cosmetic, minorRalph Amissah2011-09-241-3/+3
|
* v3: image (relative) paths for different sisu output structuresRalph Amissah2011-09-131-0/+36
| | | | | | * (re: by_language, by_filetype, by_filename) * sysenv, set path * html seg, scroll, manifest (qrcodes), xmls
* v3: hub (affecting options +others) sisupod processing (v2 enabled)Ralph Amissah2011-09-131-14/+20
|