Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | v4 v3: largely cosmetic | Ralph Amissah | 2012-12-28 | 14 | -224/+184 |
| | |||||
* | v4: sisu: --color flag, which toggles color on/off (Closes: #622171) | Ralph Amissah | 2012-12-28 | 4 | -14/+17 |
| | | | | | | | | | | * the fix here is specific to color on/off for reporting of sisu version * sisu --version --color-off || sisu -v -k || sisu -kv * there are various ways to control color output to screen * --color-off or -k switches color off * --color or --color-on switches color on, which is usually the default * --color-toggle or -c toggles the default setting (in most cases) * sisurc.yml can set default color state which affects most screen output | ||||
* | v4 v3: debug (internal code use), color markers for line number & file name | Ralph Amissah | 2012-12-28 | 6 | -0/+268 |
| | | | | * colored location markers to show when line passed within running code | ||||
* | v4: documentation; markup samples & help | Ralph Amissah | 2012-12-12 | 2 | -188/+153 |
| | |||||
* | v4: document headers, metadata rearranged, wide-ranging effect | Ralph Amissah | 2012-11-15 | 14 | -677/+665 |
| | |||||
* | v4: sisupod, use common make instruction header for documents | Ralph Amissah | 2012-11-05 | 5 | -20/+112 |
| | | | | | * sisupod make instruction header file, write & read * sisu config file names placed in constants | ||||
* | v4: param, common independent document @make: header file | Ralph Amissah | 2012-10-03 | 5 | -480/+856 |
| | | | | | | | | * ./_sisu/v4/sisu_document_make * contains @make: header * can contain @links: header * @links:+ append links * @links: default, overwritten if document contains links | ||||
* | v4: param (header make), pdf, footer | Ralph Amissah | 2012-10-03 | 2 | -10/+29 |
| | |||||
* | v4: param (header make), html, home button: text button; image/icon button | Ralph Amissah | 2012-10-03 | 4 | -43/+123 |
| | |||||
* | v4: param (header make), epub, pdf, book cover images | Ralph Amissah | 2012-10-03 | 7 | -8/+171 |
| | |||||
* | v4: skins, remove | Ralph Amissah | 2012-10-03 | 60 | -559/+110 |
| | | | | | | | | | | * remove skins * defaults, rename class Defaults (was InfoSkin) * sisupod, remove skin * db * no skin info to store, omitted from structure * change prefix name (structure changed) | ||||
* | v4: defaults, some cleaning | Ralph Amissah | 2012-10-03 | 1 | -701/+4 |
| | |||||
* | v4: bin/sisu $*, hub, make possible to specify dir path for markup files | Ralph Amissah | 2012-10-03 | 40 | -153/+181 |
| | | | | * bin/sisu4 & bin/sisu3 now syslinks to bin/sisu | ||||
* | v4: bin/sisu $0, make possible to run sisu command on/within project dir tree | Ralph Amissah | 2012-10-03 | 2 | -47/+7 |
| | | | | | * (previously sisu needed to be correctly installed with system paths honored) * NOTE: loading of skins turned off | ||||
* | v4: 4.0.0 new branch & version & changelog "opened" | Ralph Amissah | 2012-10-03 | 150 | -22031/+32663 |
| | |||||
* | v3: markup samples, and help, minor updates | Ralph Amissah | 2012-10-01 | 1 | -107/+96 |
| | |||||
* | v3: cgi search script, minor | Ralph Amissah | 2012-10-01 | 3 | -25/+21 |
| | |||||
* | v3: db, book_idx field & minor re-arrangement | Ralph Amissah | 2012-10-01 | 5 | -70/+91 |
| | |||||
* | v3: header @classify: :topic_register: provide greater classification "depth" | Ralph Amissah | 2012-10-01 | 3 | -8/+21 |
| | | | | | * param, manifest * harvest_topics | ||||
* | v3: dal, sysenv, file processing, split objects; remove ref to old ruby | Ralph Amissah | 2012-10-01 | 4 | -75/+55 |
| | | | | | | * 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, removing | Ralph Amissah | 2012-10-01 | 24 | -369/+251 |
| | |||||
* | v3: cosmetic code, remove javascript holders js_ (not used) | Ralph Amissah | 2012-10-01 | 6 | -139/+62 |
| | |||||
* | v3: cosmetic code, .is_a?(X) replaces .class==X (& some defined? & nil? tests) | Ralph Amissah | 2012-10-01 | 44 | -247/+235 |
| | |||||
* | v3: cosmetic code, if true ; x, remove semicolons replace with "then" | Ralph Amissah | 2012-10-01 | 19 | -73/+74 |
| | |||||
* | v3: cosmetic code, if, else, remove some semicolons (;) replace with newlines | Ralph Amissah | 2012-10-01 | 10 | -13/+28 |
| | |||||
* | v3: cosmetic code, true ? x : y | Ralph Amissah | 2012-10-01 | 21 | -287/+281 |
| | |||||
* | v3: odf, internal links/bookmarks, toc, book index | Ralph Amissah | 2012-10-01 | 6 | -96/+164 |
| | |||||
* | v3: dal_syntax, new syntax: =\\= page new & -\\- page break | Ralph Amissah | 2012-10-01 | 3 | -6/+10 |
| | | | | * alias for <:pn> and <:pb> respectively | ||||
* | v3: html, epub, group text, bullet, fix | Ralph Amissah | 2012-10-01 | 3 | -4/+4 |
| | |||||
* | v3: texpdf fixes | Ralph Amissah | 2012-10-01 | 1 | -2/+6 |
| | | | | | | | * group text, bullet * group text, hardspaces at start of line (indent) * group text, pass through special characters safe * poem, bold etc. | ||||
* | v3: pdflatex, landscape cover page was botched, came out as portrait, fix | Ralph Amissah | 2012-10-01 | 1 | -9/+7 |
| | |||||
* | v3: options, opt_act, limit calls | Ralph Amissah | 2012-10-01 | 1 | -338/+344 |
| | | | | * ruby profiler indicates much time spent here, reduce | ||||
* | v3: sisupod source, paths fix | Ralph Amissah | 2012-10-01 | 1 | -22/+21 |
| | |||||
* | v3: dbi, pgsql, report need for instructions when none given | Ralph Amissah | 2012-08-29 | 3 | -5/+6 |
| | |||||
* | v3: some pre-unicode meddling sorted | Ralph Amissah | 2012-08-29 | 3 | -385/+3 |
| | | | | * covers bug reported as middle dot changed to asterisk by chals | ||||
* | v3: bin/sisu, hub, reorganize call | Ralph Amissah | 2012-08-29 | 1 | -30/+28 |
| | |||||
* | v3: sisu -v, provide version information, fix | Ralph Amissah | 2012-08-29 | 2 | -4/+8 |
| | |||||
* | v3: constants, year static (current): YEAR=2012 | Ralph Amissah | 2012-08-29 | 2 | -2/+3 |
| | |||||
* | v3: texpdf, xetex screen reporting of warnings off unless sisu -pV usedsisu_3.3.2 | Ralph Amissah | 2012-06-30 | 1 | -1/+6 |
| | |||||
* | v3: sysenv, rsync put (post to remote site), fix, needs comprehensive checksisu_3.3.1 | Ralph Amissah | 2012-06-23 | 1 | -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: texpdf_format, urls in headings break pdf documents, fix | Ralph Amissah | 2012-06-23 | 1 | -4/+8 |
| | | | | * e.g. output generation of document sample gpl.fsf.sst pdf fixed | ||||
* | v3: hub, some re-arrangement | Ralph Amissah | 2012-06-23 | 1 | -366/+370 |
| | |||||
* | v3: shared_sisupod_source, common build for sisu (markup) source representationssisu_3.3.0 | Ralph Amissah | 2012-06-17 | 12 | -433/+593 |
| | | | | | | | | | | * 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: hub, post bundles, sisupod_make, file selection selection for tar.xz, fixsisu_3.2.12 | Ralph Amissah | 2012-06-06 | 1 | -10/+40 |
| | |||||
* | v3: sysenv, check @md.make.respond_to?(:skin) | Ralph Amissah | 2012-06-06 | 1 | -1/+2 |
| | |||||
* | v3: html_segments, @make.build.html_navigation?, fix, (excludes --exc-html-) | Ralph Amissah | 2012-06-06 | 1 | -4/+9 |
| | |||||
* | v3: html, excludes (options) --exc-html-top-band, touch | Ralph Amissah | 2012-06-06 | 1 | -2/+6 |
| | | | | | * html (toc & scroll), (html_segments, concordance,) exclude top band sisu --exc-top-band --html --concordance filename.sst | ||||
* | v3: screen reporting, ansi colors, cosmetic | Ralph Amissah | 2012-06-06 | 3 | -4/+4 |
| | |||||
* | v3: shared_images, fix | Ralph Amissah | 2012-06-06 | 1 | -1/+2 |
| | |||||
* | v3: dbi_discreet, screen reporting db location, fix | Ralph Amissah | 2012-06-06 | 1 | -2/+2 |
| |