aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v4
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* v4: hub, operations, report on absent markup file, if needed by requested actionRalph Amissah2013-03-082-56/+66
|
* v4: manifest, sysenv, manifests sisupod relative link for output_by languageRalph Amissah2013-03-072-2/+2
|
* v4: share_src, sisu source, permissions, make world readable when sharedRalph Amissah2013-03-071-0/+4
|
* v4: html_format, html segment navigation to toc, fixRalph Amissah2013-03-061-1/+1
|
* v4: options, sisupod, name determination, fixRalph Amissah2013-03-062-20/+9
| | | | * needed for creation of multiple sisupods
* v4: sysenv, base images path determined from given path for sisu executableRalph Amissah2013-03-061-2/+3
| | | | * where system sisu not called directly
* v4: html, epub, minor "cleaning" of outputsisu_4.0.10Ralph Amissah2013-03-054-27/+22
|
* v4: sysenv, set default output (directory layout) type where none configuredRalph Amissah2013-03-051-4/+8
| | | | * (also turned off reporting where imagemagick & graphicsmagick not installed)
* v4: texpdf, report to STDERR when pdf not generated (Closes: #617359)Ralph Amissah2013-03-052-3/+7
| | | | | * note: .tex file is almost certainly produced by sisu, this will be a sisu packaging, texlive dependency issue, preventing its conversion to pdf
* v4: dal, markup: line across page divider -..- introducedRalph Amissah2013-02-2214-25/+60
| | | | | * an alternative to page breaks -\\- & =\\=, significantly affects pdf & odf * output formats modified to include (pdf, odf, epub, html, plaintext)
* v4 (v3): html, modification to markup of angle brackets [<>] & ampersand [&]Ralph Amissah2013-02-201-3/+6
|
* v4 (v3): epub, tinkering with headers & cleaning of angle brackets '<' & '>'Ralph Amissah2013-02-202-13/+18
|
* v4 (v3): cosmetic, minor code shuffle, & remove trailing white-spacesRalph Amissah2013-02-147-23/+21
|
* v4 (v3): lib, bin/sisu, misc, code headers provide url to online git file sourcesisu_4.0.7Ralph Amissah2013-02-10123-0/+492
| | | | | | * 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-106-34/+34
|
* v4: options, for pdf, concentrate & simplify matching of orientation & papersizeRalph Amissah2013-02-071-38/+51
|
* v4: options, param, pdf papersize, command-line options to override sisurcRalph Amissah2013-02-062-16/+67
|
* v4: pdf (texpdf, options, hub, urls) orientation discrete, individually callableRalph Amissah2013-02-064-156/+257
|
* v4: texpdf, cosmetic codeRalph Amissah2013-02-062-67/+71
|
* v4: sysenv, webserv dir (output dir), ensure is determined from base markup dirRalph Amissah2013-02-061-0/+4
| | | | | * where relative path provided (remove possibility of path expansion being done from a language sub-directory), fix
* v4: utils, SiSU_Utils::Path.new.base_markup provides base markup directoryRalph Amissah2013-02-062-2/+14
| | | | | | * base markup directory contains sisu markup files, any language sub-directories (with sisu markup files) and sisu resource configuration sub-directory, if any (./_sisu) (identifies when needed in runtime)
* v4 (v3): utils (debug renamed), SiSU_Utils::CodeMarker (from Debug::Mark)Ralph Amissah2013-02-064-12/+12
|
* v4: html, screen reporting for --html-scroll, correctly identify output fileRalph Amissah2013-02-062-12/+11
|
* v4: html (urls), scroll & seg optionally discrete, individually callableRalph Amissah2013-02-044-58/+129
| | | | | | * --html (both), --html-scroll, --html-seg * [possibly of interest where only one form of html of interest for use &/or to cut generation time (roughly to 63% for --html-scroll only)]
* v4 (v3): css (html & epub) line spacing reduced, paragraph spacing increasedRalph Amissah2013-02-042-10/+10
| | | | | | * may need to tune spacing further to distinguish lines from new paragraphs (especially where ocn is not used as the distinction may be less clear/obvious)
* v4 (v3): html, includes book index fix, rest cosmeticRalph Amissah2013-02-042-14/+14
|
* v4 (v3): sysenv, on --redirect, stop creation of redundant dirRalph Amissah2013-02-031-1/+2
|
* v4 v3: dal (obj), html, br_page* behavior in html depending on origin of breakRalph Amissah2013-01-314-11/+16
| | | | * markup specified v auto
* v4: epub, constants, debug alternative for various readers ... work onRalph Amissah2013-01-317-107/+113
|
* v4 v3: dal, on ocn excluded paragraphs (~# -#), hang/indent bullet, fixRalph Amissah2013-01-311-4/+4
| | | | * [bug reported indirectly by Cory Doctorow (discovered in work with markup)]
* v4: param_make, :cover_image: regex, less finicky match of image & detailsRalph Amissah2013-01-281-1/+1
| | | | * [bug reported by Mikael Böök]
* v4: check xml representation of characters (& < > in particular)Ralph Amissah2013-01-272-125/+47
|
* v4 v3: epub, toc.ncx fix, navpoint_closeRalph Amissah2013-01-271-0/+1
|
* v4 v3: epub, epub_format, provide full depth epub table of contentssisu_4.0.2Ralph Amissah2013-01-232-46/+87
| | | | * [request Mikael Böök]