aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v2/param.rb
Commit message (Collapse)AuthorAgeFilesLines
* texpdf set/select font, default "Liberation Sans"Ralph Amissah2010-06-111-12/+17
| | | | | | | | * requires that Liberation fonts be installed, hence version bump * set font in: sisurc.yml under default: texpdf_font: marked up document under @make: :texpdf_font: default if nothing set "Liberation Sans"
* param, fix breakage on malformed sisu identifier (top header line)Ralph Amissah2010-06-111-2/+2
| | | | '% SiSU ...' [where badly formed]
* general extension of regex matches for http: to include https:Ralph Amissah2010-05-261-1/+1
|
* texpdf, special word and number optional break pointsRalph Amissah2010-05-051-1/+1
|
* ansi, screen info related, arrangingRalph Amissah2010-05-031-30/+15
|
* *{emphasis}* display configurable as being bold, italics or underscoreRalph Amissah2010-05-011-3/+5
| | | | | | | * markup for *{emphasis}* configurable as being displayed as bold, italics or underscore, the default is that emphasis output is in bold so there is no change unless configured, either in sisurc.yml (default: emphasis: 'bold'), or the markup source document header @make: :emphasis: 'bold'
* param_identify_markup, identify version 2 markupRalph Amissah2010-05-011-14/+19
|
* emphasis display and plaintext line wrap configurable in document or sisRalph Amissah2010-04-301-0/+13
| | | | | | | | | | | | * markup for *{emphasis}* configurable as being displayed either bold or italics, the default is that emphasis output is in bold so there is no at present unless configured, either in sisurc.yml (default: emphasis: 'italics'), or the markup source document header @make: :emphasis: 'it [requested] * plaintext, wrap width configurable between 20 to 200 characters, the default width being 78, configuration eithe rin sisurc.yml (default: t 78), or the markup source document header (@make: :plaintext_wrap: 78)
* param, for topic_register, an additional check required, bug fix, repostRalph Amissah2010-04-271-0/+1
|
* metadata, db sql (table structure), adds OCLC number, and; html metadata, ↵Ralph Amissah2010-04-261-1/+20
| | | | | | | | | | renables showing of topic_register * db (sql) add oclc (Online Computer Library Center) number, affects table structure, (hence breakage & version bump) * new db name prefix "sisu_v2c_"; new pgsql db name prefix "SiSUv2c_" * OCLC == Online Computer Library Center
* db name, tables, columns, indexes changes, review (need another version bump ↵Ralph Amissah2010-04-201-16/+41
| | | | | | | | | | | | | 2.2.0) * db (sql) table structure, further review and changes (hence breakage & version bump) * new pgsql db name prefix "sisu_v2b_" * new table column words in doc_objects & endnotes, VARCHAR 3000 to contain list of unique sorted words in object * increase use of VARCHAR * constants takes on related additions * param, extensive db column size checks for metadata
* param, information on missing author, title, or copyrightRalph Amissah2010-04-171-18/+25
|
* param checks metadata string lengths against set db column sizesRalph Amissah2010-04-161-71/+207
| | | | | | | * param, checks metadata string lengths against set db column sizes, drops entries that are too long with warning * param, classify "populated" a fix
* param, recommended links (reinstated)Ralph Amissah2010-03-211-1/+10
|
* param, adjustment for manpage synopsisRalph Amissah2010-03-171-1/+1
|
* introducing version 2, major patch, (version 1 libraries retained)sisu_2.0.0Ralph Amissah2010-03-061-0/+1144