aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/sisu/conf/editor-syntax-etc/emacs/sisu-mode.el
Commit message (Collapse)AuthorAgeFilesLines
* emacs sisu-mode.el, syntax highlighting match httpsRalph Amissah2020-04-141-2/+2
|
* sisu-mode.el 7.1.8 as committed to Gnu elpaRalph Amissah2016-02-231-204/+173
| | | | | * submissions with much feedback from Stefan Monnier * 2016-02-22
* sisu-mode.el, tic block markup, and minor arrangementRalph Amissah2016-01-051-50/+23
| | | | | * moves outline-regexp * adjustment to autoload list
* sisu-mode.el apply patch from Kevin Ryde of 2015-12-18Ralph Amissah2016-01-051-6/+11
|
* emacs sisu-mode.el match tic style markup blocks ``` (revisit required)Ralph Amissah2015-12-141-0/+63
|
* emacs sisu-mode.el & sisu-mode-autoloads.elRalph Amissah2015-12-141-32/+136
| | | | | | * sisu-mode.el, minor update and modify format to reduce diff with FSF version * sisu-mode-autoloads.el, added (see elpa 3.0.3 & Kevin Ryde recent post)
* sisu-mode.el emacs, outline mode "folding" for sisuRalph Amissah2014-12-081-1/+16
|
* update urls to git repoRalph Amissah2014-09-191-1/+1
|
* vim, emacs, syntax hilighting, restrict heading matches, minorRalph Amissah2014-08-201-1/+4
|
* v5 dev branch opened (starts as copy of v4 stable branch); v3 branch closedsisu_4.1.0Ralph Amissah2013-05-091-0/+359
| | | | | | * 5.0.0 dev opened * 4.1.0 stable * 3.* branch gone
* directory structure changes to accommodate the introduction of sisu v2Ralph Amissah2009-12-191-400/+0
|
* emacs syntax highlighting, updated metadata fieldsRalph Amissah2008-12-141-6/+17
|
* sisu harvest, introduce module along with header syntax addition & modificationRalph Amissah2008-12-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * sisu markup, additional header and new format rule: * @creator: / @author: header field, introduced author name format rules for more usable metadata harvesting: surname comma other names, additional authors separated by semi-colon * param added meta-tag, @topic_register: formatting topic levels are separated from sub-levels by a colon, a semi-colon separates main topics if there are multiple topics at lowest sub-level, a pipe can be used to create multiple headings * harvest module, harvests metadata from document set currently extracts: (i) authors and their writings from document set; (ii) topics and associated writings from document set (topics use topic_register header). harvest (when run against documents common to a directory of a site) extracts metadata and organises the documents on a site by author and topic information provided (there is a new "topic_register" header, with formatting rules similar to those of the book index), results are placed in [output_path]/sisu_site_metadata. sisu --harvest *.sst * by author (see change in param @creator: / @author: header field) * by topic / subject index (see addition in param of @topic_register: header field) initially there should be an example samples here: http://www.jus.uio.no/sisu/sisu_site_metadata/harvest_authors.html http://www.jus.uio.no/sisu/sisu_site_metadata/harvest_topics.html together with update markup source files The authors and their writings list will be made to take on a more biblographical form, with the use of additional fields as required. (concept example, suitable for medium sized sites [to remove size constraint: implement SQL equivalent]) make feature more robust * css, for harvest output added * remote placement of sisu_site_metadata (output produced by metadata harvest) * sisu markup, update document samples accordingly * tidy copyright marks in program headers, remove repetition of dates [version bump because formatting rule introduced to author / creator header - where new site metadata harvest feature is used, (at present changes changes should not be noticed except when using metadata harvest)]
* sisu-mode.el make version number match this sisu version where introducedRalph Amissah2008-11-031-1/+1
|
* sisu-mode.el, emacs syntax highlighting contributed by Ambrose Kofi LaingRalph Amissah2008-11-031-0/+388
based on work by Tong Sun (doc-mode.el) and included with his kind permission