| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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)
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
postgresql range
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|