aboutsummaryrefslogtreecommitdiffhomepage
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* v4 v3: texpdf_format, list of .sty files (& their texlive source within Debian)Ralph Amissah2013-01-232-0/+8
| | | | * not part of code (relevant for packaging)
* v4 (v3): 4.0.2 (3.3.5) version & changelogRalph Amissah2013-01-234-7/+22
|
* date 2013: version & changelog; headers bin/sisu & lib/; code constants.rbsisu_4.0.1Ralph Amissah2013-01-014-6/+6
|
* v4: documentation, sisu.1 manpage & minorRalph Amissah2012-12-3019-4484/+3557
|
* v4 v3: manpage, attempt to improve output (line-spacing)Ralph Amissah2012-12-292-0/+4
|
* v4 v3: plaintext, in code blocks retain a blank empty line, a fixRalph Amissah2012-12-291-0/+4
| | | | | * [known old bug, affects sisu_manual, fix request from SynrG on irc, re live-manual]
* v4: options, sysenv, check (existing) inclusions & exclusions, fixesRalph Amissah2012-12-291-0/+7
| | | | * command line, document header, sisurc
* v4 v3: param, minor change any legacy <br> line break in metadata markup to \\Ralph Amissah2012-12-282-0/+4
|
* v4 v3: html_segments (by_filename by_filetype) broken internal doc links fixedRalph Amissah2012-12-282-0/+8
| | | | | * filenames need to include lang code * [chals on irc, re live-manual, debian-live]
* v4: bin/sisu sysenv, rc_path_options, provide fixed path to rc filesRalph Amissah2012-12-281-0/+3
| | | | | * added $sisu_document_markup_directory_base_fixed_path * needed to read right sisurc.yml & sisu_document_make
* v4: sisu: --color flag, which toggles color on/off (Closes: #622171)Ralph Amissah2012-12-282-0/+23
| | | | | | | | | | * 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 nameRalph Amissah2012-12-282-0/+6
| | | | * colored location markers to show when line passed within running code
* v4 (v3): 4.0.1 (3.3.4) new branch & version & changelog "opened"Ralph Amissah2012-12-284-6/+21
|
* v4: 4.0.0 version & changelog, dates touchedsisu_4.0.0Ralph Amissah2012-12-122-3/+3
|
* v4: documentation; markup samples & helpRalph Amissah2012-12-1236-6915/+7457
|
* v4: vim syntax, sisu.vim, make, new headersRalph Amissah2012-11-182-6/+12
|
* v4: document headers, metadata rearranged, wide-ranging effectRalph Amissah2012-11-151-0/+2
|
* v4: sisupod, use common make instruction header for documentsRalph Amissah2012-11-051-0/+3
| | | | | * sisupod make instruction header file, write & read * sisu config file names placed in constants
* v4: param, common independent document @make: header fileRalph Amissah2012-10-031-0/+5
| | | | | | | | * ./_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, footerRalph Amissah2012-10-031-0/+1
|
* v4: param (header make), html, home button: text button; image/icon buttonRalph Amissah2012-10-031-1/+5
|
* v4: param (header make), epub, pdf, book cover imagesRalph Amissah2012-10-031-0/+2
|
* v4 (&v3): markup samples, for v4 remove skins, separate (v3 & v4) directoriesRalph Amissah2012-10-03130-150/+12253
|
* v4: skins, removeRalph Amissah2012-10-031-0/+9
| | | | | | | | | | * 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 cleaningRalph Amissah2012-10-031-0/+2
|
* v4: bin/sisu $*, hub, make possible to specify dir path for markup filesRalph Amissah2012-10-031-0/+6
| | | | * bin/sisu4 & bin/sisu3 now syslinks to bin/sisu
* v4: bin/sisu $0, make possible to run sisu command on/within project dir treeRalph Amissah2012-10-031-0/+4
| | | | | * (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 Amissah2012-10-0343-348/+851
|
* v3: 3.3.3 version & changelog, dates touchedsisu_3.3.3Ralph Amissah2012-10-032-5/+4
|
* v3: markup samples, and help, minor updatesRalph Amissah2012-10-0140-666/+485
|
* v3: cgi search script, minorRalph Amissah2012-10-011-0/+2
|
* v3: db, book_idx field & minor re-arrangementRalph Amissah2012-10-011-0/+4
|
* v3: header @classify: :topic_register: provide greater classification "depth"Ralph Amissah2012-10-011-0/+4
| | | | | * param, manifest * harvest_topics
* v3: dal, sysenv, file processing, split objects; remove ref to old rubyRalph Amissah2012-10-011-0/+4
| | | | | | * 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-012-0/+2
|
* v3: cosmetic code, remove javascript holders js_ (not used)Ralph Amissah2012-10-011-0/+1
|
* v3: cosmetic code, .is_a?(X) replaces .class==X (& some defined? & nil? tests)Ralph Amissah2012-10-011-0/+1
|
* v3: cosmetic code, if true ; x, remove semicolons replace with "then"Ralph Amissah2012-10-011-0/+1
|
* v3: cosmetic code, if, else, remove some semicolons (;) replace with newlinesRalph Amissah2012-10-011-0/+1
|
* v3: cosmetic code, true ? x : yRalph Amissah2012-10-011-0/+3
|
* v3: vim, ftplugin/sisu.vimRalph Amissah2012-10-012-1/+12
| | | | | * linenumbering: on; relative; off, <leader>nn * cursor line & column: on; off, <leader>cu (existing cu+ & cu-)
* v3: odf, internal links/bookmarks, toc, book indexRalph Amissah2012-10-011-0/+2
|
* v3: vim syntax, sisu.vim, =\\= page new & -\\- page breakRalph Amissah2012-10-012-9/+6
|
* v3: dal_syntax, new syntax: =\\= page new & -\\- page breakRalph Amissah2012-10-011-0/+3
| | | | * alias for <:pn> and <:pb> respectively
* v3: html, epub, group text, bullet, fixRalph Amissah2012-10-011-0/+3
|
* v3: texpdf fixesRalph Amissah2012-10-011-0/+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, fixRalph Amissah2012-10-011-0/+3
|
* v3: options, opt_act, limit callsRalph Amissah2012-10-011-0/+3
| | | | * ruby profiler indicates much time spent here, reduce
* v3: sisupod source, paths fixRalph Amissah2012-10-011-0/+2
|
* v3: dbi, pgsql, report need for instructions when none givenRalph Amissah2012-08-291-0/+3
|