aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* texpdf, indent values, use formula (to replace table)Ralph Amissah2019-07-161-132/+3
| | | | - values changed to work better with portrait a4 & letter
* --no-metadata turns off appending metadata to docRalph Amissah2017-07-142-18/+21
| | | | | * (Closes: #746742) "please implement --no-metadata similar to --no-manifest"
* html, minitoc, default offRalph Amissah2017-07-142-7/+7
| | | | | | | * default where no instruction given changed to false (requested, as minitoc is sub-optimal for viewing with smaller devices (when present minitoc is placed on left part of screen together with content to its right))
* texpf_format (debian texlive packages for usepackage .sty)Ralph Amissah2017-07-021-58/+131
| | | | * update notes
* html css, (root) heading sizeRalph Amissah2016-07-311-1/+1
|
* json, an output representation, first passRalph Amissah2016-02-2412-1/+1898
|
* txt_orgmode, update (dp add email header field)Ralph Amissah2016-02-232-12/+31
|
* header hyperlink delimiters, now square bracketsRalph Amissah2016-02-23172-1905/+1562
|
* headers, year set 2016Ralph Amissah2016-02-23172-173/+173
|
* ao_images, require 'rmagick' (instead of 'RMagick' depreciated)Ralph Amissah2015-12-151-6/+6
|
* constants, search, db name, period before and after db versionsisu_7.1.3Ralph Amissah2015-05-211-1/+1
| | | | | | * aesthetic change, the current db name base becomes SiSU.7a. * existing databases must be reinitialized * (database structure is unchanged)
* date, some remaining year updates 2015Ralph Amissah2015-05-212-4/+4
|
* appendices: bibliography & glossary, worked onRalph Amissah2015-05-155-164/+313
| | | | | | | | * bibliography & glossary make activated by markup headers 1~!biblio & 1~!glossary * bibliography tags altered (introduced in 5.8.0 v6 project dir branch) * version bump for change in behavior
* ao_references, fixRalph Amissah2015-05-151-1/+1
|
* lib/sisu/*, single libs directory (c&d gone) (7)Ralph Amissah2015-05-01346-79524/+230
| | | | | | | | * removed lib/sisu/{current,develop} dir branches v7 (v5 & v6 retired) * simplify dir structure, offer single version per snapshot * have enjoyed carrying stable and development versions v5 & v6 in a single tarball, may return to this structure
* c<-d: sync, roll develop into current dir branch (5==6)Ralph Amissah2015-05-0192-3161/+7978
| | | | | * two dir branches, same library contents (v5 synced & updated with v6)
* c&d: se_info_env, program images pathRalph Amissah2015-04-252-2/+6
|
* c: hub options, fixRalph Amissah2015-04-251-0/+18
|
* d: hub, if run from dir tree check git describe version infoRalph Amissah2015-04-132-1/+31
|
* c&d: sort image path when run from project dir (not installed)Ralph Amissah2015-04-082-19/+39
|
* c&d: pass info needed make run better without installRalph Amissah2015-04-088-12/+61
|
* c&d: se_programs for "which" i/o redirection of error messageRalph Amissah2015-04-082-2/+2
|
* d: ao_doc_objects fix for ao_doc_strRalph Amissah2015-04-081-0/+12
|
* c&d: cleaningRalph Amissah2015-04-087-15/+8
|
* d: bibliography marked up section of citations & metadataRalph Amissah2015-03-235-27/+691
| | | | | | | | | | | | | | | * if any order is as follows: endnotes; bibliography; index * to trigger, identify the bibliography section using heading 1~biblio * and either: * provide tagged bibliography at end of document, along with an id for use in footnotes & the short title that should be used to substitute the id or: * tag citations in footnotes that should appear in bibliography * bibliography currently sorted on last name year and title * first pass (see documentation to be provided)
* d: ao & elsewhere, use of map & selectRalph Amissah2015-03-2315-89/+62
|
* d: manifest add html ids to label/identify contentRalph Amissah2015-03-231-189/+195
|
* d: manpage fixRalph Amissah2015-03-231-0/+1
|
* c&d: ao regex matches, auto match possessives ending in 'sRalph Amissah2015-03-232-4/+4
| | | | | * header regex matches for bold & italics, auto match possessives ending in 's
* c&d: misc, largely but not entirely cosmeticRalph Amissah2015-03-2310-35/+77
|
* d: po4a, initialize either directly with sst or passed through aoRalph Amissah2015-01-1913-51/+1825
| | | | | | | | | | | | | | | | | | | | | | | * creates source language directory with source markup files (.sst .ssm .ssi) & the po4a.cfg configuration file, then runs po4a to place the markup source under po4a translation management * --po4a-sst uses original sisu markup source as described above * --po4a-ao passes sisu source markup through document abstraction before converting back to a sisu markup source markup equivalent of the original document, it does this in an attempt to get more uniform output, and put footnotes for example if any in a form that is easier to translate --po4a-ao -v --trans-en:fr,es en/live-manual.ssm --po4a-ao -v --trans-en:fr,es en/live-manual.ssm \ es/live-manual.ssm in the latter example also runs sisu marked up "es" document through document abstraction and returns a sisu markup source version of the document, and against this gettext is (or can be run) to (attempt to) have the source and target languages together in the po/es file * all quite rough, will need to be revisited, * these for now replace the renamed --po4a-shelf (formerly --po4a)
* d: po4a_shelf, shelf current po4a, change tackRalph Amissah2015-01-194-20/+17
|
* d: po4a, provide po4a.cfg fileRalph Amissah2015-01-192-0/+98
|
* bin/sisu-misc-utils + c&d: lib sisu_thor_lib currently only po4aRalph Amissah2015-01-192-0/+814
| | | | | | | | | | | | | * uses po4a to create po files with empty translation strings * in appropriately configured directory e.g. "data/doc/sisu/markup-samples/manual" have file named: "languages_source_and_targets" containing e.g.: source: en targets: de fr es ja ru zh command examples: ruby ~snx/bin/sisu-misc-utils po4a --next --clean ruby ~snx/bin/sisu-misc-utils po4a --next --distclean ruby ~snx/bin/sisu-misc-utils po4a --next --make
* d: utils_response, rely on module (remove class) extend moduleRalph Amissah2015-01-194-20/+97
| | | | * update a couple of affected files
* d: utils_response, ease selection optionsRalph Amissah2015-01-191-7/+10
|
* bin/sisu + c&d: SiSU_is now methods (instead of hash)Ralph Amissah2015-01-1913-44/+44
|
* bin + c&d: RbConfig (instead of Config, switch)Ralph Amissah2015-01-194-14/+14
|
* c&d: some cruftRalph Amissah2015-01-196-68/+11
|
* d: composite documents (.ssm), extract insert files listRalph Amissah2015-01-194-46/+151
|
* d: po4a, continue reorganization (translation request dev stopped)Ralph Amissah2015-01-076-404/+700
| | | | | | | | | | | | | | | | | | | | | | | | | | | * --po4a run against different language versions of sisu markup files (representing the same document in different languages) initializes po4a structure to place those documents under future po4a management * includes command line translation request (use command line program 'trans' to pass request to translation.google.com, stopped for now) NOTE in case future development is restarted: to test, remove code line 'auto_translate?(:skip)' that follows 'def auto_translation(src_txt,markup=:src)'; place identical english sisu markup files in en/test.sst fr/test.sst (or under the language code to be tested) and run against en/test.sst fr/test.sst e.g. '--po4a --trans --glob test.sst' this send identical text objects to translate.google using 'trans' and populate po file with results for placing future translation under po4a management, however in initial tests insufficient cleanly translated paragraphs were returned, so stopped development for now. (no attempt at initialization of new non-existent files using --trans-en:es,fr,de format) * [hub_options, if development of trans is pursued later consider the possibility of modifying the --trans string options to add an optional timeout value, &; possibly modifying po4a code so timeout may occur a fixed number of times before skipping translation request attempts for the remainder].
* d: po4a, reorganize a bitRalph Amissah2015-01-071-81/+95
|
* d: po4a, stub for auto-translateRalph Amissah2015-01-071-0/+42
| | | | | | | | | | * intention (stub only, not implemented) * '--po4a --trans --glob test.sst' run against en/test.sst fr/test.sst * '--po4a --trans-en:fr en/test.sst' to send identical text objects to translate.google using 'trans' and populate po file with results for placing future translation under po4a management
* d: po4a, init, if lang src == translation, empty translation fieldRalph Amissah2015-01-071-7/+28
|
* c&d: po4a, book index, reinstateRalph Amissah2015-01-072-36/+116
|
* c&d: po4a (& git) revisited, revisitRalph Amissah2015-01-0714-982/+1265
|
* c&d: html, ocn link back to self reinstatedRalph Amissah2015-01-078-47/+35
| | | | | | * requested, used as quick means to get object url reference link * d: removed ocn_html_identifier variable, unnecessary in html5 (requirement previously forced by html4)
* c&d: small fixesRalph Amissah2015-01-077-33/+35
|
* d: persist, address garbage collection issue, bug, fixRalph Amissah2014-12-118-236/+254
| | | | | * related to code related changes (re: "persistence") in recent reorganization of txt, html, epub, xmls etc.
* c&d: html, output by filename, filenames, fixRalph Amissah2014-12-092-26/+10
|