diff options
author | Ralph Amissah <ralph@amissah.com> | 2010-12-16 23:19:35 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2010-12-16 23:46:13 -0500 |
commit | ff4ceb260ae3931072810a0ada124841d3b8e032 (patch) | |
tree | a736b8a7c4d7ce046d23f3cc834619e374f9bf68 /data | |
parent | dal_syntax, sisu syntax modification (insist on curly braces) (diff) |
document objects: page break; object separator (introduced & used, adjust later)
* 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)
Diffstat (limited to 'data')
-rw-r--r-- | data/doc/sisu/v2/CHANGELOG | 16 | ||||
-rw-r--r-- | data/sisu/v2/conf/editor-syntax-etc/vim/syntax/sisu.vim | 3 | ||||
-rw-r--r-- | data/sisu/v2/v/version.yml | 4 |
3 files changed, 18 insertions, 5 deletions
diff --git a/data/doc/sisu/v2/CHANGELOG b/data/doc/sisu/v2/CHANGELOG index 47b3ce14..e1f2d14a 100644 --- a/data/doc/sisu/v2/CHANGELOG +++ b/data/doc/sisu/v2/CHANGELOG @@ -12,7 +12,7 @@ Reverse Chronological: %% Development branch UNSTABLE -%% 2.7.10.orig.tar.gz (2010-12-13:50/1) +%% 2.7.10.orig.tar.gz (2010-12-16:50/4) http://www.jus.uio.no/sisu/pkg/src/sisu_2.7.10.orig.tar.gz sisu_2.7.10.orig.tar.gz sisu_2.7.10-1.dsc @@ -20,11 +20,23 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_2.7.10.orig.tar.gz * dal_syntax, (sisu syntax) * enforce use of curly braces in markup, remove single word markup without - curly braces; + curly braces; (requested fix, Ben Armstrong (live-manual), problematic for technical writing) * removed some undocumented alternative markup attributes + * 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) + %% 2.7.9.orig.tar.gz (2010-12-09:49/4) http://www.jus.uio.no/sisu/pkg/src/sisu_2.7.9.orig.tar.gz 97240b74573904f5f2d120fbb56492179ec501fe8eee111dcace34068b8c960e 2752226 sisu_2.7.9.orig.tar.gz diff --git a/data/sisu/v2/conf/editor-syntax-etc/vim/syntax/sisu.vim b/data/sisu/v2/conf/editor-syntax-etc/vim/syntax/sisu.vim index 2071fa5c..1f7e94ba 100644 --- a/data/sisu/v2/conf/editor-syntax-etc/vim/syntax/sisu.vim +++ b/data/sisu/v2/conf/editor-syntax-etc/vim/syntax/sisu.vim @@ -1,6 +1,6 @@ "SiSU Vim syntax file "SiSU Maintainer: Ralph Amissah <ralph@amissah.com> -"SiSU Markup: SiSU (sisu-2.6.8, 2010-10-25) +"SiSU Markup: SiSU (sisu-2.7.10, 2010-12-16) "(originally looked at Ruby Vim by Mirko Nasato) if version < 600 @@ -18,6 +18,7 @@ if !exists("sisu_no_identifiers") syn match sisu_mark_endnote "\~^" syn match sisu_break contains=@NoSpell "<br>\|<br />" syn match sisu_control contains=@NoSpell "<:p[bn]>" + syn match sisu_control contains=@NoSpell "<:\(ols\|---\)>" syn match sisu_marktail "[~-]#" syn match sisu_control "\"" syn match sisu_underline "\(^\| \)_[a-zA-Z0-9]\+_\([ .,]\|$\)" diff --git a/data/sisu/v2/v/version.yml b/data/sisu/v2/v/version.yml index 390ceee1..3af00bea 100644 --- a/data/sisu/v2/v/version.yml +++ b/data/sisu/v2/v/version.yml @@ -1,5 +1,5 @@ --- -:version: 2.7.10 -:date_stamp: 2010w50/1 +:version: 2.7.16 +:date_stamp: 2010w50/4 :date: "2010-12-10" :project: SiSU |