docubot 0.3 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (89) hide show
  1. data/bin/docubot +0 -0
  2. data/lib/docubot/bundle.rb +75 -11
  3. data/lib/docubot/glossary.rb +19 -14
  4. data/lib/docubot/page.rb +114 -56
  5. data/lib/docubot/shells/nvphysx/0_License.md +3 -0
  6. data/lib/docubot/shells/nvphysx/1_Getting_Started.haml +51 -0
  7. data/lib/docubot/shells/nvphysx/Appendix/Glossary.md +7 -0
  8. data/lib/docubot/shells/nvphysx/_glossary/APEX.md +1 -0
  9. data/lib/docubot/shells/nvphysx/_glossary/NVIDIA.md +1 -0
  10. data/lib/docubot/shells/nvphysx/_glossary/PhysX.textile +3 -0
  11. data/lib/docubot/shells/nvphysx/_static/NVBadge_3D.png +0 -0
  12. data/lib/docubot/shells/nvphysx/_static/PhysXbyNV_Black.png +0 -0
  13. data/lib/docubot/shells/nvphysx/_templates/_root/bg_green_bar_revised.gif +0 -0
  14. data/lib/docubot/shells/nvphysx/_templates/_root/close.png +0 -0
  15. data/lib/docubot/shells/nvphysx/_templates/_root/common.css +264 -0
  16. data/lib/docubot/shells/nvphysx/_templates/_root/glossary.css +4 -0
  17. data/lib/docubot/shells/nvphysx/_templates/_root/glossary.js +24 -0
  18. data/lib/docubot/shells/nvphysx/_templates/_root/nvdevtools.js +31 -0
  19. data/lib/docubot/shells/nvphysx/_templates/_root/nvidia-logo.gif +0 -0
  20. data/lib/docubot/shells/nvphysx/_templates/_root/right-sidebar.png +0 -0
  21. data/lib/docubot/shells/nvphysx/_templates/top.haml +28 -0
  22. data/lib/docubot/shells/nvphysx/index.txt +5 -0
  23. data/lib/docubot/snippet.rb +1 -0
  24. data/lib/docubot/snippets/glossary.rb +1 -0
  25. data/lib/docubot/templates/_root/glossary.css +4 -0
  26. data/lib/docubot/templates/_root/glossary.js +58 -0
  27. data/lib/docubot/templates/glossary.haml +3 -2
  28. data/lib/docubot/templates/top.haml +4 -0
  29. data/lib/docubot/writers/chm.rb +6 -3
  30. data/lib/docubot/writers/html.rb +1 -1
  31. data/spec/_all.rb +12 -0
  32. data/spec/_helper.rb +6 -0
  33. data/spec/bundle.rb +142 -0
  34. data/spec/command.rb +3 -0
  35. data/spec/converters.rb +2 -0
  36. data/spec/glossary.rb +93 -0
  37. data/spec/index.rb +2 -0
  38. data/spec/page.rb +24 -0
  39. data/spec/samples/glossary/Glossary.txt +5 -0
  40. data/spec/samples/glossary/Some Page.md +3 -0
  41. data/spec/samples/glossary/_glossary/Simple Term.md +3 -0
  42. data/spec/samples/glossary/_glossary/complex.haml +8 -0
  43. data/spec/samples/glossary/_glossary/project_x.md +4 -0
  44. data/spec/samples/link_test/index.txt +11 -0
  45. data/spec/samples/link_test/root.md +14 -0
  46. data/spec/samples/link_test/sub1/inner1.md +11 -0
  47. data/spec/samples/link_test/sub2.md +3 -0
  48. data/{test/site1_html/toc.css → spec/samples/link_test/sub2/bozo.bin} +0 -0
  49. data/spec/samples/link_test/sub2/inner2.md +7 -0
  50. data/spec/samples/simplest/HTML.html +10 -0
  51. data/spec/samples/simplest/Haml.haml +13 -0
  52. data/spec/samples/simplest/Markdown.md +10 -0
  53. data/spec/samples/simplest/Text.txt +10 -0
  54. data/spec/samples/simplest/Textile.textile +10 -0
  55. data/test/site1_html/toc.js b/data/spec/samples/titletest/1 First → One.txt +0 -0
  56. data/spec/samples/titletest/2_Second_One.txt +0 -0
  57. data/spec/samples/titletest/3_renamed.txt +2 -0
  58. data/spec/samples/titletest/4 Fourth_One.txt b/data/spec/samples/titletest/4 → Fourth_One.txt +0 -0
  59. data/spec/samples/titletest/5_Fifth One.txt b/data/spec/samples/titletest/5_Fifth → One.txt +0 -0
  60. data/spec/samples/titletest/index.txt +2 -0
  61. data/spec/templates.rb +2 -0
  62. data/spec/toc.rb +73 -0
  63. data/spec/writer/chm.rb +2 -0
  64. data/spec/writer/html.rb +2 -0
  65. metadata +74 -35
  66. data/test/all.rb +0 -8
  67. data/test/site1/A Slight Change of Heart/1 Ze First Page in Ze Section.md +0 -1
  68. data/test/site1/A Slight Change of Heart/2 Another Page in the Section.md +0 -1
  69. data/test/site1/A Slight Change of Heart/3_more_crap.haml +0 -17
  70. data/test/site1/appendices/gkheadftw.html +0 -2
  71. data/test/site1/appendices/index.md +0 -2
  72. data/test/site1/headers.md +0 -10
  73. data/test/site1/preamble.haml +0 -4
  74. data/test/site1/raw.textile +0 -10
  75. data/test/site1_html/A Slight Change of Heart/1 Ze First Page in Ze Section.html +0 -30
  76. data/test/site1_html/A Slight Change of Heart/2 Another Page in the Section.html +0 -30
  77. data/test/site1_html/A Slight Change of Heart/3_more_crap.html +0 -42
  78. data/test/site1_html/A Slight Change of Heart/3_more_crap.html#frist-post +0 -29
  79. data/test/site1_html/A Slight Change of Heart/3_more_crap.html#moar +0 -29
  80. data/test/site1_html/A Slight Change of Heart/index.html +0 -28
  81. data/test/site1_html/_index.html +0 -17
  82. data/test/site1_html/_toc.html +0 -73
  83. data/test/site1_html/appendices/gkheadftw.html +0 -32
  84. data/test/site1_html/appendices/index.html +0 -28
  85. data/test/site1_html/common.css +0 -108
  86. data/test/site1_html/glossary-terms.js +0 -1
  87. data/test/site1_html/headers.html +0 -42
  88. data/test/site1_html/preamble.html +0 -36
  89. data/test/site1_html/raw.html +0 -33
@@ -0,0 +1,10 @@
1
+ <h2>Hello World</h2>
2
+
3
+ <p>It's the end of the world as we know it, and I feel fine. Because:</p>
4
+
5
+ <ul>
6
+ <li>I'm on my medication. Which is delicious.<ul>
7
+ <li>I buy it from a store. A candy store.</li>
8
+ </ul></li>
9
+ <li>In the end, we're all going to go.</li>
10
+ </ul>
@@ -0,0 +1,13 @@
1
+ %h2 Hello World
2
+
3
+ %p
4
+ It's the end of the world as we know it,
5
+ and I feel fine. Because:
6
+
7
+ %ul
8
+ %li
9
+ I'm on my medication.
10
+ Which is delicious.
11
+ %ul
12
+ %li I buy it from a store. A candy store.
13
+ %li In the end, we're all going to go.
@@ -0,0 +1,10 @@
1
+ Hello World
2
+ -----------
3
+ It's the end of the world as we know it,
4
+ and I feel fine. Because:
5
+
6
+ * I'm on my medication.
7
+ Which is delicious.
8
+ * I buy it from a store.
9
+ A candy store.
10
+ * In the end, we're all going to go.
@@ -0,0 +1,10 @@
1
+ Hello World
2
+ -----------
3
+ It's the end of the world as we know it,
4
+ and I feel fine. Because:
5
+
6
+ * I'm on my medication.
7
+ Which is delicious.
8
+ * I buy it from a store.
9
+ A candy store.
10
+ * In the end, we're all going to go.
@@ -0,0 +1,10 @@
1
+ h2. Hello World
2
+
3
+ It's the end of the world as we know it,
4
+ and I feel fine. Because:
5
+
6
+ * I'm on my medication.
7
+ Which is delicious.
8
+ ** I buy it from a store.
9
+ A candy store.
10
+ * In the end, we're all going to go.
@@ -0,0 +1,2 @@
1
+ title: Third One
2
+ +++
@@ -0,0 +1,2 @@
1
+ title: Title Changin'
2
+ +++
@@ -0,0 +1,2 @@
1
+ #encoding: UTF-8
2
+ require File.join(File.dirname(__FILE__), "_helper")
@@ -0,0 +1,73 @@
1
+ #encoding: UTF-8
2
+ require File.join(File.dirname(__FILE__), "_helper")
3
+
4
+ describe "Simplest Table of Contents" do
5
+ before do
6
+ Dir.chdir SAMPLES/'simplest' do
7
+ @bundle = DocuBot::Bundle.new( '.' )
8
+ @toc = @bundle.toc
9
+ @files = Dir['*']
10
+ end
11
+ end
12
+
13
+ it "knows who its bundle is" do
14
+ @toc.bundle.must_equal @bundle
15
+ end
16
+
17
+ it "responds to queries for undefined attributes" do
18
+ @toc.never_defined_attribute?.must_equal false
19
+ @toc.never_defined_attribute.must_be_nil
20
+ end
21
+
22
+ it "responds to queries for defined attributes" do
23
+ @toc.title?.must_equal true
24
+ @toc.title.wont_be_nil
25
+ end
26
+
27
+ it "defaults to the name 'Table of Contents'" do
28
+ @toc.title.must_equal "Table of Contents"
29
+ end
30
+
31
+ it "preserves simple names as titles" do
32
+ @toc.pages.length.must_equal @files.length
33
+ @files.each do |source_file|
34
+ filename_without_extension = source_file.sub( /\.[^.]+$/, '' )
35
+ @toc.pages.find{ |page| page.title==filename_without_extension }.wont_be_nil
36
+ end
37
+ end
38
+
39
+ it "preserves file system ordering" do
40
+ @files.each_with_index do |source_file,i|
41
+ filename_without_extension = source_file.sub( /\.[^.]+$/, '' )
42
+ @toc.pages[i].title.must_equal filename_without_extension
43
+ end
44
+ end
45
+
46
+ it "has no parent or ancestors" do
47
+ @toc.parent.must_be_nil
48
+ @toc.ancestors.must_be_empty
49
+ end
50
+
51
+ it "is the parent of all top-level pages" do
52
+ @toc.pages.each{ |page| page.parent.must_equal @toc }
53
+ end
54
+
55
+ it "is not a leaf" do
56
+ @toc.leaf?.must_equal false
57
+ end
58
+
59
+ it "is at depth 0 with no root" do
60
+ @toc.depth.must_equal 0
61
+ @toc.root.must_equal ""
62
+ end
63
+
64
+ it "raises an error setting a non-standard attribute" do
65
+ proc{ @toc.title = "Yo!" }.must_raise(NoMethodError)
66
+ end
67
+ end
68
+
69
+ describe "Renamed Table of Contents" do
70
+ it "honors the title of the root index file" do
71
+ DocuBot::Bundle.new(SAMPLES/'titletest').toc.title.must_equal "Title Changin'"
72
+ end
73
+ end
@@ -0,0 +1,2 @@
1
+ #encoding: UTF-8
2
+ require File.join(File.dirname(__FILE__), "..", "_helper")
@@ -0,0 +1,2 @@
1
+ #encoding: UTF-8
2
+ require File.join(File.dirname(__FILE__), "..", "_helper")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: docubot
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.3"
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gavin Kistner
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2010-01-16 00:00:00 -07:00
13
+ date: 2010-01-20 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -53,6 +53,16 @@ dependencies:
53
53
  - !ruby/object:Gem::Version
54
54
  version: "0"
55
55
  version:
56
+ - !ruby/object:Gem::Dependency
57
+ name: minitest
58
+ type: :runtime
59
+ version_requirement:
60
+ version_requirements: !ruby/object:Gem::Requirement
61
+ requirements:
62
+ - - ">="
63
+ - !ruby/object:Gem::Version
64
+ version: "0"
65
+ version:
56
66
  description: DocuBot creates HTML or CHM documentation from a hierarchy of files, supporting markups like Markdown, Textile, and Haml.
57
67
  email: gavin@phrogz.net
58
68
  executables:
@@ -74,11 +84,11 @@ files:
74
84
  - lib/docubot/index.rb
75
85
  - lib/docubot/page.rb
76
86
  - lib/docubot/shells/default/0_License.md
77
- - lib/docubot/shells/default/_static/logo.png
78
87
  - lib/docubot/shells/default/Appendix/Glossary.md
79
88
  - lib/docubot/shells/default/Appendix/Index_Page.md
80
89
  - lib/docubot/shells/default/Appendix/Table of Contents.md
81
90
  - lib/docubot/shells/default/index.txt
91
+ - lib/docubot/shells/default/_static/logo.png
82
92
  - lib/docubot/shells/docubot-help/0_License.md
83
93
  - lib/docubot/shells/docubot-help/1_Getting_Started.md
84
94
  - lib/docubot/shells/docubot-help/2_Basic_Concepts/0 The Metasection.md
@@ -94,21 +104,41 @@ files:
94
104
  - lib/docubot/shells/docubot-help/4_Appendix/Glossary.md
95
105
  - lib/docubot/shells/docubot-help/4_Appendix/Index_Page.md
96
106
  - lib/docubot/shells/docubot-help/4_Appendix/Table of Contents.md
107
+ - lib/docubot/shells/docubot-help/index.txt
97
108
  - lib/docubot/shells/docubot-help/_glossary/Template.md
98
109
  - lib/docubot/shells/docubot-help/_static/glider.png
99
- - lib/docubot/shells/docubot-help/index.txt
110
+ - lib/docubot/shells/nvphysx/0_License.md
111
+ - lib/docubot/shells/nvphysx/1_Getting_Started.haml
112
+ - lib/docubot/shells/nvphysx/Appendix/Glossary.md
113
+ - lib/docubot/shells/nvphysx/index.txt
114
+ - lib/docubot/shells/nvphysx/_glossary/APEX.md
115
+ - lib/docubot/shells/nvphysx/_glossary/NVIDIA.md
116
+ - lib/docubot/shells/nvphysx/_glossary/PhysX.textile
117
+ - lib/docubot/shells/nvphysx/_static/NVBadge_3D.png
118
+ - lib/docubot/shells/nvphysx/_static/PhysXbyNV_Black.png
119
+ - lib/docubot/shells/nvphysx/_templates/top.haml
120
+ - lib/docubot/shells/nvphysx/_templates/_root/bg_green_bar_revised.gif
121
+ - lib/docubot/shells/nvphysx/_templates/_root/close.png
122
+ - lib/docubot/shells/nvphysx/_templates/_root/common.css
123
+ - lib/docubot/shells/nvphysx/_templates/_root/glossary.css
124
+ - lib/docubot/shells/nvphysx/_templates/_root/glossary.js
125
+ - lib/docubot/shells/nvphysx/_templates/_root/nvdevtools.js
126
+ - lib/docubot/shells/nvphysx/_templates/_root/nvidia-logo.gif
127
+ - lib/docubot/shells/nvphysx/_templates/_root/right-sidebar.png
100
128
  - lib/docubot/snippet.rb
101
129
  - lib/docubot/snippets/glossary.rb
102
130
  - lib/docubot/snippets/index_entries.rb
103
- - lib/docubot/templates/_root/common.css
104
- - lib/docubot/templates/_root/toc.css
105
- - lib/docubot/templates/_root/toc.js
106
131
  - lib/docubot/templates/glossary.haml
107
132
  - lib/docubot/templates/index.haml
108
133
  - lib/docubot/templates/page.haml
109
134
  - lib/docubot/templates/section.haml
110
135
  - lib/docubot/templates/toc.haml
111
136
  - lib/docubot/templates/top.haml
137
+ - lib/docubot/templates/_root/common.css
138
+ - lib/docubot/templates/_root/glossary.css
139
+ - lib/docubot/templates/_root/glossary.js
140
+ - lib/docubot/templates/_root/toc.css
141
+ - lib/docubot/templates/_root/toc.js
112
142
  - lib/docubot/writer.rb
113
143
  - lib/docubot/writers/chm/hhc.erb
114
144
  - lib/docubot/writers/chm/hhk.erb
@@ -116,32 +146,40 @@ files:
116
146
  - lib/docubot/writers/chm.rb
117
147
  - lib/docubot/writers/html.rb
118
148
  - lib/docubot.rb
119
- - test/all.rb
120
- - test/site1/A Slight Change of Heart/1 Ze First Page in Ze Section.md
121
- - test/site1/A Slight Change of Heart/2 Another Page in the Section.md
122
- - test/site1/A Slight Change of Heart/3_more_crap.haml
123
- - test/site1/appendices/gkheadftw.html
124
- - test/site1/appendices/index.md
125
- - test/site1/headers.md
126
- - test/site1/preamble.haml
127
- - test/site1/raw.textile
128
- - test/site1_html/_index.html
129
- - test/site1_html/_toc.html
130
- - test/site1_html/A Slight Change of Heart/1 Ze First Page in Ze Section.html
131
- - test/site1_html/A Slight Change of Heart/2 Another Page in the Section.html
132
- - test/site1_html/A Slight Change of Heart/3_more_crap.html
133
- - test/site1_html/A Slight Change of Heart/3_more_crap.html#frist-post
134
- - test/site1_html/A Slight Change of Heart/3_more_crap.html#moar
135
- - test/site1_html/A Slight Change of Heart/index.html
136
- - test/site1_html/appendices/gkheadftw.html
137
- - test/site1_html/appendices/index.html
138
- - test/site1_html/common.css
139
- - test/site1_html/glossary-terms.js
140
- - test/site1_html/headers.html
141
- - test/site1_html/preamble.html
142
- - test/site1_html/raw.html
143
- - test/site1_html/toc.css
144
- - test/site1_html/toc.js
149
+ - spec/bundle.rb
150
+ - spec/command.rb
151
+ - spec/converters.rb
152
+ - spec/glossary.rb
153
+ - spec/index.rb
154
+ - spec/page.rb
155
+ - spec/samples/glossary/Glossary.txt
156
+ - spec/samples/glossary/Some Page.md
157
+ - spec/samples/glossary/_glossary/complex.haml
158
+ - spec/samples/glossary/_glossary/project_x.md
159
+ - spec/samples/glossary/_glossary/Simple Term.md
160
+ - spec/samples/link_test/index.txt
161
+ - spec/samples/link_test/root.md
162
+ - spec/samples/link_test/sub1/inner1.md
163
+ - spec/samples/link_test/sub2/bozo.bin
164
+ - spec/samples/link_test/sub2/inner2.md
165
+ - spec/samples/link_test/sub2.md
166
+ - spec/samples/simplest/Haml.haml
167
+ - spec/samples/simplest/HTML.html
168
+ - spec/samples/simplest/Markdown.md
169
+ - spec/samples/simplest/Text.txt
170
+ - spec/samples/simplest/Textile.textile
171
+ - spec/samples/titletest/1 First One.txt
172
+ - spec/samples/titletest/2_Second_One.txt
173
+ - spec/samples/titletest/3_renamed.txt
174
+ - spec/samples/titletest/4 Fourth_One.txt
175
+ - spec/samples/titletest/5_Fifth One.txt
176
+ - spec/samples/titletest/index.txt
177
+ - spec/templates.rb
178
+ - spec/toc.rb
179
+ - spec/writer/chm.rb
180
+ - spec/writer/html.rb
181
+ - spec/_all.rb
182
+ - spec/_helper.rb
145
183
  has_rdoc: true
146
184
  homepage: http://github.com/Phrogz/docubot
147
185
  licenses: []
@@ -164,15 +202,16 @@ required_rubygems_version: !ruby/object:Gem::Requirement
164
202
  version: "0"
165
203
  version:
166
204
  requirements:
167
- - Windows with HTML Help Workshop installed.
205
+ - Windows with HTML Help Workshop installed and hhc.exe in the %PATH%.
168
206
  - Haml gem for template interpretation.
169
207
  - Nokogiri gem for parsing HTML after creation (and manipulating).
170
208
  - BlueCloth gem for Markdown conversion.
171
209
  - RedCloth gem for Textile conversion.
210
+ - MiniTest gem for running specifications.
172
211
  rubyforge_project:
173
212
  rubygems_version: 1.3.5
174
213
  signing_key:
175
214
  specification_version: 3
176
215
  summary: Create documentation from a hierarchy of text files.
177
216
  test_files:
178
- - test/all.rb
217
+ - spec/_all.rb
@@ -1,8 +0,0 @@
1
- # encoding: UTF-8
2
-
3
- require 'docubot'
4
- # I'm too lazy to enter the syntax for directory with spaces
5
- # So just find the 3_more_crap.md file that has metadata.
6
- file = Dir['**/**'].grep( /3/ ).first
7
- x = DocuBot::Page.from_file( file )
8
- p x.title?, x.title, x.foo?, x.foo
@@ -1 +0,0 @@
1
- The title of this should be "Ze First Page in Ze Section"
@@ -1 +0,0 @@
1
- The title of this page should be "Another Page in the Section".
@@ -1,17 +0,0 @@
1
- title : Additional Helpful Information
2
- author : Gavin Kistner
3
- date : 2010-1-4
4
- toc : frist-post moar
5
- +++
6
- %h2#frist-post Title Verification
7
- %p The title of this page should be "Additional Helpful Information", not "More Crap".
8
-
9
- %h2#moar TOC Verification
10
- :markdown
11
- The TOC for this page should have sub-entries for the referenced headings.
12
-
13
- * The links should be named for the headings.
14
- * The links should link to the headings.
15
-
16
- %h2#dumb Exclusivity
17
- %p The TOC should not, however, have this last heading.
@@ -1,2 +0,0 @@
1
- <p>Yo ho ho! It's <strong>GK Head</strong> time!</p>
2
- <p><img src="http://phrogz.net/tmp/gkhead.jpg"></p>
@@ -1,2 +0,0 @@
1
- title: "Appendices: The final frontier?"
2
- +++
@@ -1,10 +0,0 @@
1
- # I like Chicken, I like Liver
2
- MeowMix MeowMix, please deliver.
3
-
4
- ## Delivery Options
5
- You could just put it in my bowl. Or you could:
6
-
7
- * Put it on a fancy plate.
8
- * Let me eat it out of your hand.
9
- * Just dump it all over the floor and let me lick up dust
10
- at the same time as I scarf the food.
@@ -1,4 +0,0 @@
1
- %p This page was generated by Haml!
2
- %ul
3
- - (1..5).each do |i|
4
- %li Generated Item ##{i}
@@ -1,10 +0,0 @@
1
- This is a simple two paragraph page.
2
-
3
- This is the second paragraph. Click on the $$foinkle$$ to start the fun.
4
-
5
- IMPORTANT: READ THE FOLLOWING TERMS AND CONDITIONS BEFORE USING THE ACCOMPANYING NVIDIA PHYSX SDK.
6
- BY CLICKING ON THE "ACCEPT” BUTTON, YOU ACKNOWLEDGE THAT YOU HAVE READ THIS AGREEMENT, UNDERSTAND IT AND AGREE TO BE BOUND BY THE TERMS OF THIS AGREEMENT. IF YOU DO NOT AGREE TO THE TERMS OF THIS AGREEMENT, NVIDIA IS NOT WILLING TO LICENSE THE PHYSX SDK TO YOU. IF YOU DO NOT AGREE TO THESE TERMS, YOU MAY, WITHIN 15 DAYS, DESTROY THIS ENTIRE PRODUCT AND PROVIDE WRITTEN VERIFICATION OF DELETION OF ALL COPIES OF THE ENTIRE PRODUCT.
7
-
8
- RedCloth's parser is said to "sexify" English apostrophes and quotation marks...what does it do for the '80s--which should curl to the _left_--I wonder?
9
-
10
- A 2x4 is actually 1.5" x 3.5".
@@ -1,30 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
- <html>
3
- <head>
4
- <meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
5
- <link href='../common.css' media='all' rel='stylesheet' type='text/css'>
6
- <title>Ze First Page in Ze Section</title>
7
- </head>
8
- <body>
9
- <div id='content'>
10
- <div id='pagetop'>
11
- <div id='breadcrumb'>
12
- Table of Contents
13
- <span class='sep'>&gt;</span>
14
- <a href='../A Slight Change of Heart/index.html'>A Slight Change of Heart</a>
15
- <span class='sep'>&gt;</span>
16
- Ze First Page in Ze Section
17
- </div>
18
- <h1 id='title'>Ze First Page in Ze Section</h1>
19
- </div>
20
- <div id='pagebody'>
21
- <div id='mainbody'><p>The title of this should be "Ze First Page in Ze Section"</p>
22
- </div>
23
- <div id='pagefooter'>
24
- Copyright ©2010.
25
- All Rights Reserved.
26
- </div>
27
- </div>
28
- </div>
29
- </body>
30
- </html>
@@ -1,30 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
- <html>
3
- <head>
4
- <meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
5
- <link href='../common.css' media='all' rel='stylesheet' type='text/css'>
6
- <title>Another Page in the Section</title>
7
- </head>
8
- <body>
9
- <div id='content'>
10
- <div id='pagetop'>
11
- <div id='breadcrumb'>
12
- Table of Contents
13
- <span class='sep'>&gt;</span>
14
- <a href='../A Slight Change of Heart/index.html'>A Slight Change of Heart</a>
15
- <span class='sep'>&gt;</span>
16
- Another Page in the Section
17
- </div>
18
- <h1 id='title'>Another Page in the Section</h1>
19
- </div>
20
- <div id='pagebody'>
21
- <div id='mainbody'><p>The title of this page should be "Another Page in the Section".</p>
22
- </div>
23
- <div id='pagefooter'>
24
- Copyright ©2010.
25
- All Rights Reserved.
26
- </div>
27
- </div>
28
- </div>
29
- </body>
30
- </html>