aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--data/doc/sisu/CHANGELOG_v52
-rw-r--r--data/doc/sisu/CHANGELOG_v62
-rw-r--r--lib/sisu/v5/constants.rb2
-rw-r--r--lib/sisu/v6/constants.rb2
4 files changed, 6 insertions, 2 deletions
diff --git a/data/doc/sisu/CHANGELOG_v5 b/data/doc/sisu/CHANGELOG_v5
index d978b5b6..4cf5fdc5 100644
--- a/data/doc/sisu/CHANGELOG_v5
+++ b/data/doc/sisu/CHANGELOG_v5
@@ -38,6 +38,8 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_5.7.0.orig.tar.xz
sisu_5.7.0.orig.tar.xz
sisu_5.7.0-1.dsc
+* constants, remove ocn html leader (resulting hashtag #1 instead of #o1)
+
* html, reduce difference with v6
* removal of some trailing slashes <p> <br>
* mostly removal of bgcolor
diff --git a/data/doc/sisu/CHANGELOG_v6 b/data/doc/sisu/CHANGELOG_v6
index 62abf4d9..6998064e 100644
--- a/data/doc/sisu/CHANGELOG_v6
+++ b/data/doc/sisu/CHANGELOG_v6
@@ -28,6 +28,8 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_6.3.0.orig.tar.xz
sisu_6.3.0.orig.tar.xz
sisu_6.3.0-1.dsc
+* constants, remove ocn html leader (resulting hashtag #1 instead of #o1)
+
* moved files: harvest* to html_harvest*
* --maintenance revisited, bin/sisu, hub, urls --maintenance, fix required
diff --git a/lib/sisu/v5/constants.rb b/lib/sisu/v5/constants.rb
index 5bac6769..1e5a4dfe 100644
--- a/lib/sisu/v5/constants.rb
+++ b/lib/sisu/v5/constants.rb
@@ -104,7 +104,7 @@ Mx={
segname_prefix_auto_num_extract: 'c',
segname_prefix_auto_num_provide: 's',
segname_prefix_auto_num_other: 'x',
- ocn_id_char: 'o',
+ ocn_id_char: '', #'o', now as before; remove for html5
note: 'note_',
note_ref: 'noteref_',
note_astx: 'note_astx_',
diff --git a/lib/sisu/v6/constants.rb b/lib/sisu/v6/constants.rb
index 80fa7c7a..bf16d7da 100644
--- a/lib/sisu/v6/constants.rb
+++ b/lib/sisu/v6/constants.rb
@@ -104,7 +104,7 @@ Mx={
segname_prefix_auto_num_extract: 'c',
segname_prefix_auto_num_provide: 's',
segname_prefix_auto_num_other: 'x',
- ocn_id_char: 'o',
+ ocn_id_char: '', #'o', now as before; remove for html5
note: 'note_',
note_ref: 'noteref_',
note_astx: 'note_astx_',