aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3dv/dal_idx.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2012-01-10 23:11:27 -0500
committerRalph Amissah <ralph@amissah.com>2012-01-10 23:11:27 -0500
commit19e69de67694b886800f6ee131d3ded9b5dd3d7a (patch)
treeb8ffe0123475cffcb4f29dc6555a0b3ecec1ade0 /lib/sisu/v3dv/dal_idx.rb
parentv3dv: class names, use more CamelCase (diff)
v3dv: make further changes to module names & test
Diffstat (limited to 'lib/sisu/v3dv/dal_idx.rb')
-rw-r--r--lib/sisu/v3dv/dal_idx.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/sisu/v3dv/dal_idx.rb b/lib/sisu/v3dv/dal_idx.rb
index 63c6c846..8ba2f2b5 100644
--- a/lib/sisu/v3dv/dal_idx.rb
+++ b/lib/sisu/v3dv/dal_idx.rb
@@ -56,7 +56,7 @@
** Description: system environment, resource control and configuration details
=end
-module SiSU_BookIndex
+module SiSU_DAL_BookIndex
class BookIndex
def initialize(md,data,env=nil)
@md,@data,@env=md,data,env
@@ -164,15 +164,15 @@ module SiSU_BookIndex
idx={}
idx[:sst_rel_html_seg],idx[:sst_rel],idx[:html],idx[:xhtml]=[],[],[],[]
h={obj: Mx[:br_page]}
- o=SiSU_DocumentStructure::ObjectLayout.new.break(h)
+ o=SiSU_DAL_DocumentStructure::ObjectLayout.new.break(h)
idx[:sst_rel_html_seg] << o
idx[:sst_rel] << o
h={lv: '2', name: 'index', obj: "Index"}
- o=SiSU_DocumentStructure::ObjectHeading.new.heading(h)
+ o=SiSU_DAL_DocumentStructure::ObjectHeading.new.heading(h)
idx[:sst_rel_html_seg] << o
idx[:sst_rel] << o
h={lv: '4', name: 'idx', obj: " [Index] #{Mx[:pa_non_object_dummy_heading]}"}
- o=SiSU_DocumentStructure::ObjectHeading.new.heading(h)
+ o=SiSU_DAL_DocumentStructure::ObjectHeading.new.heading(h)
idx[:sst_rel_html_seg] << o
idx[:sst_rel] << o
alph=%W[9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]