wee 2.0.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (135) hide show
  1. data/TODO +31 -0
  2. data/benchmark.rb +37 -0
  3. data/demo.ru +11 -0
  4. data/doc/rdoc/classes/Array.html +22 -26
  5. data/doc/rdoc/classes/Hash.html +22 -26
  6. data/doc/rdoc/classes/Object.html +21 -26
  7. data/doc/rdoc/classes/String.html +19 -87
  8. data/doc/rdoc/classes/Struct.html +22 -26
  9. data/doc/rdoc/classes/Wee.html +75 -206
  10. data/doc/rdoc/classes/Wee/AnswerDecoration.html +35 -66
  11. data/doc/rdoc/classes/Wee/AnswerDecoration/Answer.html +28 -46
  12. data/doc/rdoc/classes/Wee/Application.html +63 -114
  13. data/doc/rdoc/classes/Wee/Application/SessionCache.html +30 -44
  14. data/doc/rdoc/classes/Wee/Brush.html +52 -101
  15. data/doc/rdoc/classes/Wee/Brush/ActionInputTag.html +29 -51
  16. data/doc/rdoc/classes/Wee/Brush/AnchorTag.html +44 -101
  17. data/doc/rdoc/classes/Wee/Brush/CheckboxTag.html +43 -76
  18. data/doc/rdoc/classes/Wee/Brush/FileUploadTag.html +29 -46
  19. data/doc/rdoc/classes/Wee/Brush/FormTag.html +48 -110
  20. data/doc/rdoc/classes/Wee/Brush/GenericEncodedTextBrush.html +30 -42
  21. data/doc/rdoc/classes/Wee/Brush/GenericSingleTagBrush.html +37 -58
  22. data/doc/rdoc/classes/Wee/Brush/GenericTagBrush.html +93 -210
  23. data/doc/rdoc/classes/Wee/Brush/GenericTextBrush.html +38 -63
  24. data/doc/rdoc/classes/Wee/Brush/HiddenInputTag.html +29 -45
  25. data/doc/rdoc/classes/Wee/Brush/ImageButtonTag.html +35 -52
  26. data/doc/rdoc/classes/Wee/Brush/ImageTag.html +28 -61
  27. data/doc/rdoc/classes/Wee/Brush/InputTag.html +34 -107
  28. data/doc/rdoc/classes/Wee/Brush/JavascriptTag.html +28 -54
  29. data/doc/rdoc/classes/Wee/Brush/Page.html +39 -73
  30. data/doc/rdoc/classes/Wee/Brush/PasswordInputTag.html +29 -45
  31. data/doc/rdoc/classes/Wee/Brush/RadioButtonTag.html +54 -98
  32. data/doc/rdoc/classes/Wee/Brush/RadioGroup.html +46 -84
  33. data/doc/rdoc/classes/Wee/Brush/SelectListTag.html +87 -187
  34. data/doc/rdoc/classes/Wee/Brush/SelectOptionTag.html +29 -56
  35. data/doc/rdoc/classes/Wee/Brush/SubmitButtonTag.html +29 -45
  36. data/doc/rdoc/classes/Wee/Brush/TableDataTag.html +28 -55
  37. data/doc/rdoc/classes/Wee/Brush/TableHeaderTag.html +28 -55
  38. data/doc/rdoc/classes/Wee/Brush/TableRowTag.html +56 -113
  39. data/doc/rdoc/classes/Wee/Brush/TableTag.html +27 -58
  40. data/doc/rdoc/classes/Wee/Brush/TextAreaTag.html +48 -140
  41. data/doc/rdoc/classes/Wee/Brush/TextInputTag.html +29 -45
  42. data/doc/rdoc/classes/Wee/CallAnswerMixin.html +51 -79
  43. data/doc/rdoc/classes/Wee/CallbackMixin.html +44 -77
  44. data/doc/rdoc/classes/Wee/CallbackRegistry.html +69 -125
  45. data/doc/rdoc/classes/Wee/Callbacks.html +43 -82
  46. data/doc/rdoc/classes/Wee/Component.html +142 -292
  47. data/doc/rdoc/classes/Wee/Decoration.html +85 -141
  48. data/doc/rdoc/classes/Wee/DecorationMixin.html +111 -118
  49. data/doc/rdoc/classes/Wee/Delegate.html +72 -115
  50. data/doc/rdoc/classes/Wee/DupReplaceSnapshotMixin.html +37 -54
  51. data/doc/rdoc/classes/Wee/ErrorResponse.html +31 -48
  52. data/doc/rdoc/classes/Wee/FormDecoration.html +32 -46
  53. data/doc/rdoc/classes/Wee/GenericResponse.html +30 -50
  54. data/doc/rdoc/classes/Wee/HtmlCanvas.html +209 -562
  55. data/doc/rdoc/classes/Wee/HtmlDocument.html +51 -91
  56. data/doc/rdoc/classes/Wee/HtmlWriter.html +76 -156
  57. data/doc/rdoc/classes/Wee/IdGenerator.html +28 -44
  58. data/doc/rdoc/classes/Wee/IdGenerator/Secure.html +53 -95
  59. data/doc/rdoc/classes/Wee/IdGenerator/Sequential.html +37 -63
  60. data/doc/rdoc/classes/Wee/JQuery.html +36 -64
  61. data/doc/rdoc/classes/Wee/LRUCache.html +94 -189
  62. data/doc/rdoc/classes/Wee/LRUCache/Item.html +30 -42
  63. data/doc/rdoc/classes/Wee/ObjectSnapshotMixin.html +37 -54
  64. data/doc/rdoc/classes/Wee/PageDecoration.html +48 -79
  65. data/doc/rdoc/classes/Wee/Presenter.html +86 -143
  66. data/doc/rdoc/classes/Wee/RedirectResponse.html +31 -49
  67. data/doc/rdoc/classes/Wee/RefreshResponse.html +34 -48
  68. data/doc/rdoc/classes/Wee/Renderer.html +56 -125
  69. data/doc/rdoc/classes/Wee/Request.html +57 -115
  70. data/doc/rdoc/classes/Wee/Response.html +24 -26
  71. data/doc/rdoc/classes/Wee/Session.html +137 -292
  72. data/doc/rdoc/classes/Wee/Session/AbortCallbackProcessing.html +29 -46
  73. data/doc/rdoc/classes/Wee/Session/MutexSerializer.html +29 -42
  74. data/doc/rdoc/classes/Wee/Session/Page.html +22 -21
  75. data/doc/rdoc/classes/Wee/Session/ThreadSerializer.html +36 -60
  76. data/doc/rdoc/classes/Wee/State.html +57 -105
  77. data/doc/rdoc/classes/Wee/State/Snapshot.html +22 -21
  78. data/doc/rdoc/classes/Wee/State/SnapshotIVars.html +22 -21
  79. data/doc/rdoc/classes/Wee/StructSnapshotMixin.html +37 -54
  80. data/doc/rdoc/classes/Wee/WrapperDecoration.html +42 -68
  81. data/doc/rdoc/created.rid +1 -1
  82. data/doc/rdoc/files/README_rdoc.html +26 -17
  83. data/doc/rdoc/files/lib/wee/application_rb.html +25 -19
  84. data/doc/rdoc/files/lib/wee/call_answer_rb.html +23 -12
  85. data/doc/rdoc/files/lib/wee/callback_rb.html +23 -12
  86. data/doc/rdoc/files/lib/wee/component_rb.html +25 -19
  87. data/doc/rdoc/files/lib/wee/decoration_rb.html +23 -15
  88. data/doc/rdoc/files/lib/wee/html_brushes_rb.html +23 -12
  89. data/doc/rdoc/files/lib/wee/html_canvas_rb.html +23 -15
  90. data/doc/rdoc/files/lib/wee/html_document_rb.html +23 -15
  91. data/doc/rdoc/files/lib/wee/html_writer_rb.html +23 -15
  92. data/doc/rdoc/files/lib/wee/id_generator_rb.html +24 -17
  93. data/doc/rdoc/files/lib/wee/jquery/jquery_rb.html +23 -12
  94. data/doc/rdoc/files/lib/wee/jquery_rb.html +23 -15
  95. data/doc/rdoc/files/lib/wee/lru_cache_rb.html +23 -12
  96. data/doc/rdoc/files/lib/wee/presenter_rb.html +23 -12
  97. data/doc/rdoc/files/lib/wee/renderer_rb.html +23 -12
  98. data/doc/rdoc/files/lib/wee/request_rb.html +23 -15
  99. data/doc/rdoc/files/lib/wee/response_rb.html +24 -17
  100. data/doc/rdoc/files/lib/wee/session_rb.html +26 -21
  101. data/doc/rdoc/files/lib/wee/state_rb.html +23 -12
  102. data/doc/rdoc/files/lib/wee_rb.html +37 -47
  103. data/doc/rdoc/fr_class_index.html +12 -86
  104. data/doc/rdoc/fr_file_index.html +12 -30
  105. data/doc/rdoc/fr_method_index.html +242 -473
  106. data/doc/rdoc/index.html +8 -5
  107. data/doc/rdoc/rdoc-style.css +119 -210
  108. data/examples/ObjectSpaceBrowser.rb +4 -4
  109. data/examples/TODO +21 -0
  110. data/examples/ajax.rb +6 -4
  111. data/examples/blog.rb +42 -0
  112. data/examples/demo.rb +5 -3
  113. data/examples/demo/calculator.rb +3 -3
  114. data/examples/demo/calendar.rb +4 -4
  115. data/examples/demo/counter.rb +2 -2
  116. data/examples/demo/editable_counter.rb +2 -2
  117. data/examples/demo/example.rb +25 -16
  118. data/examples/demo/window.rb +10 -3
  119. data/examples/hw2.rb +17 -0
  120. data/examples/recipe/description.rb +170 -0
  121. data/examples/recipe/migrations/001_create_recipes.rb +13 -0
  122. data/examples/recipe/model.rb +27 -0
  123. data/examples/recipe/models/recipe.rb +18 -0
  124. data/examples/recipe/recipe_editor.rb +28 -0
  125. data/lib/wee.rb +1 -7
  126. data/lib/wee/component.rb +37 -74
  127. data/lib/wee/decoration.rb +16 -15
  128. data/lib/wee/html_brushes.rb +16 -17
  129. data/lib/wee/presenter.rb +2 -1
  130. data/lib/wee/response.rb +4 -4
  131. data/lib/wee/session.rb +2 -2
  132. data/lib/wee/state.rb +2 -2
  133. data/test/t.rb +67 -0
  134. data/wee.gemspec +1 -1
  135. metadata +157 -167
@@ -1,9 +1,12 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
3
6
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
7
  <head>
5
- <title>File: component.rb [RDoc Documentation]</title>
6
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
+ <title>File: component.rb</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
7
10
  <meta http-equiv="Content-Script-Type" content="text/javascript" />
8
11
  <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
9
12
  <script type="text/javascript">
@@ -22,7 +25,7 @@
22
25
  return false;
23
26
 
24
27
  elemStyle = elem.style;
25
-
28
+
26
29
  if ( elemStyle.display != "block" ) {
27
30
  elemStyle.display = "block"
28
31
  } else {
@@ -31,10 +34,10 @@
31
34
 
32
35
  return true;
33
36
  }
34
-
37
+
35
38
  // Make codeblocks hidden by default
36
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }<\/style>" )
37
-
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
38
41
  // ]]>
39
42
  </script>
40
43
 
@@ -42,18 +45,18 @@
42
45
  <body>
43
46
 
44
47
 
48
+
45
49
  <div id="fileHeader">
46
50
  <h1>component.rb</h1>
47
51
  <table class="header-table">
48
52
  <tr class="top-aligned-row">
49
53
  <td><strong>Path:</strong></td>
50
54
  <td>lib/wee/component.rb
51
-
52
55
  </td>
53
56
  </tr>
54
57
  <tr class="top-aligned-row">
55
58
  <td><strong>Last Update:</strong></td>
56
- <td>2009-02-24 16:44:41 +0100</td>
59
+ <td>Thu Oct 22 23:33:02 +0200 2009</td>
57
60
  </tr>
58
61
  </table>
59
62
  </div>
@@ -61,19 +64,18 @@
61
64
 
62
65
  <div id="bodyContent">
63
66
 
67
+
68
+
64
69
  <div id="contextContent">
65
70
 
71
+
66
72
  <div id="requires-list">
67
73
  <h3 class="section-bar">Required files</h3>
68
74
 
69
75
  <div class="name-list">
70
-
71
- wee/presenter&nbsp;&nbsp;
72
-
73
- wee/decoration&nbsp;&nbsp;
74
-
75
- wee/call_answer&nbsp;&nbsp;
76
-
76
+ wee/presenter&nbsp;&nbsp;
77
+ wee/decoration&nbsp;&nbsp;
78
+ wee/call_answer&nbsp;&nbsp;
77
79
  </div>
78
80
  </div>
79
81
 
@@ -82,6 +84,7 @@
82
84
 
83
85
  </div>
84
86
 
87
+
85
88
  <!-- if includes -->
86
89
 
87
90
  <div id="section">
@@ -89,16 +92,19 @@
89
92
 
90
93
 
91
94
 
92
- <!-- if method_list -->
95
+
96
+
93
97
 
94
98
 
99
+ <!-- if method_list -->
95
100
 
96
101
 
97
102
  </div>
98
103
 
104
+
99
105
  <div id="validator-badges">
100
106
  <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
101
107
  </div>
102
108
 
103
109
  </body>
104
- </html>
110
+ </html>
@@ -1,9 +1,12 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
3
6
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
7
  <head>
5
- <title>File: decoration.rb [RDoc Documentation]</title>
6
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
+ <title>File: decoration.rb</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
7
10
  <meta http-equiv="Content-Script-Type" content="text/javascript" />
8
11
  <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
9
12
  <script type="text/javascript">
@@ -22,7 +25,7 @@
22
25
  return false;
23
26
 
24
27
  elemStyle = elem.style;
25
-
28
+
26
29
  if ( elemStyle.display != "block" ) {
27
30
  elemStyle.display = "block"
28
31
  } else {
@@ -31,10 +34,10 @@
31
34
 
32
35
  return true;
33
36
  }
34
-
37
+
35
38
  // Make codeblocks hidden by default
36
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }<\/style>" )
37
-
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
38
41
  // ]]>
39
42
  </script>
40
43
 
@@ -42,18 +45,18 @@
42
45
  <body>
43
46
 
44
47
 
48
+
45
49
  <div id="fileHeader">
46
50
  <h1>decoration.rb</h1>
47
51
  <table class="header-table">
48
52
  <tr class="top-aligned-row">
49
53
  <td><strong>Path:</strong></td>
50
54
  <td>lib/wee/decoration.rb
51
-
52
55
  </td>
53
56
  </tr>
54
57
  <tr class="top-aligned-row">
55
58
  <td><strong>Last Update:</strong></td>
56
- <td>2009-02-24 14:28:39 +0100</td>
59
+ <td>Thu Oct 22 23:34:03 +0200 2009</td>
57
60
  </tr>
58
61
  </table>
59
62
  </div>
@@ -61,15 +64,16 @@
61
64
 
62
65
  <div id="bodyContent">
63
66
 
67
+
68
+
64
69
  <div id="contextContent">
65
70
 
71
+
66
72
  <div id="requires-list">
67
73
  <h3 class="section-bar">Required files</h3>
68
74
 
69
75
  <div class="name-list">
70
-
71
- wee/presenter&nbsp;&nbsp;
72
-
76
+ wee/presenter&nbsp;&nbsp;
73
77
  </div>
74
78
  </div>
75
79
 
@@ -78,6 +82,7 @@
78
82
 
79
83
  </div>
80
84
 
85
+
81
86
  <!-- if includes -->
82
87
 
83
88
  <div id="section">
@@ -85,16 +90,19 @@
85
90
 
86
91
 
87
92
 
88
- <!-- if method_list -->
93
+
94
+
89
95
 
90
96
 
97
+ <!-- if method_list -->
91
98
 
92
99
 
93
100
  </div>
94
101
 
102
+
95
103
  <div id="validator-badges">
96
104
  <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
97
105
  </div>
98
106
 
99
107
  </body>
100
- </html>
108
+ </html>
@@ -1,9 +1,12 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
3
6
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
7
  <head>
5
- <title>File: html_brushes.rb [RDoc Documentation]</title>
6
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
+ <title>File: html_brushes.rb</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
7
10
  <meta http-equiv="Content-Script-Type" content="text/javascript" />
8
11
  <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
9
12
  <script type="text/javascript">
@@ -22,7 +25,7 @@
22
25
  return false;
23
26
 
24
27
  elemStyle = elem.style;
25
-
28
+
26
29
  if ( elemStyle.display != "block" ) {
27
30
  elemStyle.display = "block"
28
31
  } else {
@@ -31,10 +34,10 @@
31
34
 
32
35
  return true;
33
36
  }
34
-
37
+
35
38
  // Make codeblocks hidden by default
36
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }<\/style>" )
37
-
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
38
41
  // ]]>
39
42
  </script>
40
43
 
@@ -42,18 +45,18 @@
42
45
  <body>
43
46
 
44
47
 
48
+
45
49
  <div id="fileHeader">
46
50
  <h1>html_brushes.rb</h1>
47
51
  <table class="header-table">
48
52
  <tr class="top-aligned-row">
49
53
  <td><strong>Path:</strong></td>
50
54
  <td>lib/wee/html_brushes.rb
51
-
52
55
  </td>
53
56
  </tr>
54
57
  <tr class="top-aligned-row">
55
58
  <td><strong>Last Update:</strong></td>
56
- <td>2009-03-19 20:52:33 +0100</td>
59
+ <td>Fri Oct 23 00:32:10 +0200 2009</td>
57
60
  </tr>
58
61
  </table>
59
62
  </div>
@@ -61,13 +64,18 @@
61
64
 
62
65
  <div id="bodyContent">
63
66
 
67
+
68
+
64
69
  <div id="contextContent">
65
70
 
71
+
72
+
66
73
  </div>
67
74
 
68
75
 
69
76
  </div>
70
77
 
78
+
71
79
  <!-- if includes -->
72
80
 
73
81
  <div id="section">
@@ -75,16 +83,19 @@
75
83
 
76
84
 
77
85
 
78
- <!-- if method_list -->
79
86
 
87
+
80
88
 
81
89
 
90
+ <!-- if method_list -->
91
+
82
92
 
83
93
  </div>
84
94
 
95
+
85
96
  <div id="validator-badges">
86
97
  <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
87
98
  </div>
88
99
 
89
100
  </body>
90
- </html>
101
+ </html>
@@ -1,9 +1,12 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
3
6
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
7
  <head>
5
- <title>File: html_canvas.rb [RDoc Documentation]</title>
6
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
+ <title>File: html_canvas.rb</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
7
10
  <meta http-equiv="Content-Script-Type" content="text/javascript" />
8
11
  <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
9
12
  <script type="text/javascript">
@@ -22,7 +25,7 @@
22
25
  return false;
23
26
 
24
27
  elemStyle = elem.style;
25
-
28
+
26
29
  if ( elemStyle.display != "block" ) {
27
30
  elemStyle.display = "block"
28
31
  } else {
@@ -31,10 +34,10 @@
31
34
 
32
35
  return true;
33
36
  }
34
-
37
+
35
38
  // Make codeblocks hidden by default
36
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }<\/style>" )
37
-
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
38
41
  // ]]>
39
42
  </script>
40
43
 
@@ -42,18 +45,18 @@
42
45
  <body>
43
46
 
44
47
 
48
+
45
49
  <div id="fileHeader">
46
50
  <h1>html_canvas.rb</h1>
47
51
  <table class="header-table">
48
52
  <tr class="top-aligned-row">
49
53
  <td><strong>Path:</strong></td>
50
54
  <td>lib/wee/html_canvas.rb
51
-
52
55
  </td>
53
56
  </tr>
54
57
  <tr class="top-aligned-row">
55
58
  <td><strong>Last Update:</strong></td>
56
- <td>2009-04-06 15:29:58 +0200</td>
59
+ <td>Mon Apr 06 15:29:58 +0200 2009</td>
57
60
  </tr>
58
61
  </table>
59
62
  </div>
@@ -61,15 +64,16 @@
61
64
 
62
65
  <div id="bodyContent">
63
66
 
67
+
68
+
64
69
  <div id="contextContent">
65
70
 
71
+
66
72
  <div id="requires-list">
67
73
  <h3 class="section-bar">Required files</h3>
68
74
 
69
75
  <div class="name-list">
70
-
71
- wee/renderer&nbsp;&nbsp;
72
-
76
+ wee/renderer&nbsp;&nbsp;
73
77
  </div>
74
78
  </div>
75
79
 
@@ -78,6 +82,7 @@
78
82
 
79
83
  </div>
80
84
 
85
+
81
86
  <!-- if includes -->
82
87
 
83
88
  <div id="section">
@@ -85,16 +90,19 @@
85
90
 
86
91
 
87
92
 
88
- <!-- if method_list -->
93
+
94
+
89
95
 
90
96
 
97
+ <!-- if method_list -->
91
98
 
92
99
 
93
100
  </div>
94
101
 
102
+
95
103
  <div id="validator-badges">
96
104
  <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
97
105
  </div>
98
106
 
99
107
  </body>
100
- </html>
108
+ </html>
@@ -1,9 +1,12 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
3
6
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
7
  <head>
5
- <title>File: html_document.rb [RDoc Documentation]</title>
6
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
+ <title>File: html_document.rb</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
7
10
  <meta http-equiv="Content-Script-Type" content="text/javascript" />
8
11
  <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
9
12
  <script type="text/javascript">
@@ -22,7 +25,7 @@
22
25
  return false;
23
26
 
24
27
  elemStyle = elem.style;
25
-
28
+
26
29
  if ( elemStyle.display != "block" ) {
27
30
  elemStyle.display = "block"
28
31
  } else {
@@ -31,10 +34,10 @@
31
34
 
32
35
  return true;
33
36
  }
34
-
37
+
35
38
  // Make codeblocks hidden by default
36
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }<\/style>" )
37
-
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
38
41
  // ]]>
39
42
  </script>
40
43
 
@@ -42,18 +45,18 @@
42
45
  <body>
43
46
 
44
47
 
48
+
45
49
  <div id="fileHeader">
46
50
  <h1>html_document.rb</h1>
47
51
  <table class="header-table">
48
52
  <tr class="top-aligned-row">
49
53
  <td><strong>Path:</strong></td>
50
54
  <td>lib/wee/html_document.rb
51
-
52
55
  </td>
53
56
  </tr>
54
57
  <tr class="top-aligned-row">
55
58
  <td><strong>Last Update:</strong></td>
56
- <td>2009-03-12 15:41:33 +0100</td>
59
+ <td>Thu Mar 12 15:41:33 +0100 2009</td>
57
60
  </tr>
58
61
  </table>
59
62
  </div>
@@ -61,15 +64,16 @@
61
64
 
62
65
  <div id="bodyContent">
63
66
 
67
+
68
+
64
69
  <div id="contextContent">
65
70
 
71
+
66
72
  <div id="requires-list">
67
73
  <h3 class="section-bar">Required files</h3>
68
74
 
69
75
  <div class="name-list">
70
-
71
- wee/html_writer&nbsp;&nbsp;
72
-
76
+ wee/html_writer&nbsp;&nbsp;
73
77
  </div>
74
78
  </div>
75
79
 
@@ -78,6 +82,7 @@
78
82
 
79
83
  </div>
80
84
 
85
+
81
86
  <!-- if includes -->
82
87
 
83
88
  <div id="section">
@@ -85,16 +90,19 @@
85
90
 
86
91
 
87
92
 
88
- <!-- if method_list -->
93
+
94
+
89
95
 
90
96
 
97
+ <!-- if method_list -->
91
98
 
92
99
 
93
100
  </div>
94
101
 
102
+
95
103
  <div id="validator-badges">
96
104
  <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
97
105
  </div>
98
106
 
99
107
  </body>
100
- </html>
108
+ </html>