aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v2/constants.rb
Commit message (Collapse)AuthorAgeFilesLines
* document objects: page break; object separator (introduced & used, adjust later)Ralph Amissah2010-12-161-0/+1
| | | | | | | | | | | | | | * object separator introduced (requested Cory Doctorow, implementation not discussed) * dal_syntax, object separator syntax (<:---> or <:ols>) * constants, object separator * vim syntax highlighting, match object separator * document objects: page break; object separator (introduced & used) * dal, page break and object separator objects * represent page break and object separator: plaintext, html, epub, odf, texpdf (adjust later)
* codeblocks, numbered markup option, fixRalph Amissah2010-10-141-0/+1
| | | | | | | | | | | (requested fix needed by debian-live:live-manual, Ben Armstrong & Mark Schneider) * numbered codeblocks, , where codeblock opens with code{# * dal changes as required, flag markup request and number * constants, provide vertical line symbol, use to separate numbered codeblock from code * texpdf substitute \vline for numbered codeblock line separator
* dal_syntax, constants, introduce #{ monospace }# tagRalph Amissah2010-07-061-0/+2
|
* Removing useless whitespaces from upstream files at EOL.Daniel Baumann2010-07-021-5/+5
|
* minor (cosmetic, & info retention)Ralph Amissah2010-06-111-1/+1
|
* emphasis display and plaintext line wrap configurable in document or sisRalph Amissah2010-04-301-0/+2
| | | | | | | | | | | | * 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)
* metadata, db sql (table structure), adds OCLC number, and; html metadata, ↵Ralph Amissah2010-04-261-2/+2
| | | | | | | | | | 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
* git, start experimenting with an alternative/parallel git based sisu ↵Ralph Amissah2010-04-261-1/+5
| | | | | | | | | | | | | | | | document structure * git, start to experiment with file structure to replace sisupod -g and will be in configure options, to track changes to document, enable creation of "pods" (zipped content) and allow for remote versioned (or unversioned) placement of content source; ideally would end up with two co-existing, distinct parse-able structures whether local or remote, the existing directory structure with multiple documents and document images etc. and git directories with all content associated with a single document (including other language versions of it); cannot guarantee at this stage that the file structure will be retained, which may mean recreating any directory started and defeat the purpose of using it, though it is in a version control repo, so perhaps not ... best left alone (unused) for now
* constants, reduce max limit for SQL VARCHAR to 2500 to be within default ↵Ralph Amissah2010-04-211-1/+1
| | | | postgresql range
* db name, tables, columns, indexes changes, review (need another version bump ↵Ralph Amissah2010-04-201-2/+5
| | | | | | | | | | | | | 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
* db sql table and column structure changes, name prefix "sisu_v2a_" resulting ↵Ralph Amissah2010-04-161-1/+17
| | | | | | | | | | | | | | | sisu version bump 2.1.0, plus other lesser fixes [Note: it is necessary to create new database and tables and to populate them] * db (sql) database table name and column structure changes, new pgsql db name prefix "sisu_v2a_" (version bump), continue to review (db_columns, db_create, db_import, db_sqltxt) * db remove and update fix, match filename for removal with = (not LIKE or ~) * db sqlite, issue with --recreate, bugfix (db_drop)
* plaintext docoration (more flexible markings)Ralph Amissah2010-03-171-1/+18
|
* introducing version 2, major patch, (version 1 libraries retained)sisu_2.0.0Ralph Amissah2010-03-061-0/+158