From f74de438d030629eec66eeb1f7275ed62bc5c370 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 1 Jul 2014 00:54:37 -0400 Subject: v5 v6: ao, segment numbering, fixed width, leading zeros * alphanumeric sorting --- lib/sisu/v6/constants.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/sisu/v6/constants.rb') diff --git a/lib/sisu/v6/constants.rb b/lib/sisu/v6/constants.rb index 43fff554..487d96a0 100644 --- a/lib/sisu/v6/constants.rb +++ b/lib/sisu/v6/constants.rb @@ -104,6 +104,7 @@ Xx={ html_relative1: '※', } Mx={ + auto_seg_prefix: 's', ocn_id_char: 'o', note: 'note_', note_ref: 'noteref_', -- cgit v1.2.3 From d850e670c1163dd1dba5f958d0cfd62f2a431112 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 1 Jul 2014 00:58:09 -0400 Subject: v5 v6: sysenv, developer _CONSTRUCTION_ZONE warning setup modified --- lib/sisu/v6/constants.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/sisu/v6/constants.rb') diff --git a/lib/sisu/v6/constants.rb b/lib/sisu/v6/constants.rb index 487d96a0..d25478d1 100644 --- a/lib/sisu/v6/constants.rb +++ b/lib/sisu/v6/constants.rb @@ -334,6 +334,7 @@ DISABLE={ } DEVELOPER={ maintenance: :false, + under_construction: '_CONSTRUCTION_ZONE', } __END__ utils.rb -- cgit v1.2.3