w2tags 0.9.57 → 0.9.58

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. data/Manifest.txt +22 -3
  2. data/hot/demo.hot +30 -0
  3. data/lib/w2tags/parser.rb +11 -4
  4. data/lib/w2tags/try/public/{js → javascripts}/jquery.cluetip.js +0 -0
  5. data/lib/w2tags/try/public/javascripts/jquery.live.accordion.js +19 -0
  6. data/lib/w2tags/try/public/skyeight.jpeg +0 -0
  7. data/lib/w2tags/try/public/stylesheets/back/back_menu.gif +0 -0
  8. data/lib/w2tags/try/public/stylesheets/icons/folder-closed.gif +0 -0
  9. data/lib/w2tags/try/public/stylesheets/icons/folder-open.gif +0 -0
  10. data/lib/w2tags/try/public/stylesheets/icons/leaf.gif +0 -0
  11. data/lib/w2tags/try/public/{css → stylesheets}/jquery.cluetip.css +0 -0
  12. data/lib/w2tags/try/public/stylesheets/jquery.live.accordion.css +52 -0
  13. data/lib/w2tags/try/public/w2/check_onhot.w2erb +10 -0
  14. data/lib/w2tags/try/public/w2/checkbox.w2erb +22 -0
  15. data/lib/w2tags/try/public/w2/combo_onhot.w2erb +3 -0
  16. data/lib/w2tags/try/public/w2/combobox.w2erb +3 -11
  17. data/lib/w2tags/try/public/w2/demo.hot.html +73 -0
  18. data/lib/w2tags/try/public/w2/erb_base.hot.html +4 -3
  19. data/lib/w2tags/try/public/w2/erb_rails.hot.html +2 -1
  20. data/lib/w2tags/try/public/w2/html.hot.html +1 -1
  21. data/lib/w2tags/try/public/w2/navigation.w2erb +2 -0
  22. data/lib/w2tags/try/public/w2/rails.hot.html +2 -1
  23. data/lib/w2tags/try/public/w2/table_each2.w2erb +12 -0
  24. data/lib/w2tags/try/public/w2/table_onhot.w2erb +10 -0
  25. data/lib/w2tags/try/public/w2/table_simple.w2erb +9 -0
  26. data/lib/w2tags/try/public/w2/try.rb.hot.html +2 -1
  27. data/lib/w2tags/try/public/w2/vcard.w2erb +9 -0
  28. data/lib/w2tags/try/try.rb +1 -0
  29. data/lib/w2tags/try/views/index.erb +127 -75
  30. data/lib/w2tags/try/views/layout.erb +5 -3
  31. data/tasks/setup.rb +1 -1
  32. metadata +39 -8
  33. data/lib/w2tags/try/public/js/jquery.js +0 -4376
@@ -1,48 +1,129 @@
1
1
  <style>
2
+ td{padding:0;}
2
3
  .h{display:none;}
3
- #content a{font-size:1em;
4
- }
4
+ #content a{font-size:1em;}
5
+
5
6
  #tryit td{
6
- vertical-align:top;
7
- }
7
+ vertical-align:top;}
8
+
8
9
  textarea {
9
- border:2px inset;
10
+ border:0;
10
11
  font-size:11px;
11
- line-height:12px;
12
- }
12
+ line-height:12px;}
13
+
14
+ #link{
15
+ width:200px;}
16
+
13
17
  textarea.in1{
14
- width:400px;
15
- height:400px;
16
- }
18
+ width:400px;}
19
+
17
20
  textarea.in2{
18
- width:600px;
19
- height:535px;
20
- background-color:#EEEEEE;
21
- }
21
+ width:450px;
22
+ height:539px;
23
+ background-color:#EEEEEE;}
24
+
25
+ iframe{height:539px;}
22
26
  #ifr{
23
- width:600px;
24
- height:535px;
25
- }
27
+ width:450px;}
28
+
26
29
  td.i2{
27
- border:2px inset;
28
- }
29
-
30
+ border:2px inset;}
31
+
32
+ .CodeMirror-line-numbers div{
33
+ width:20px;
34
+ text-align:right;
35
+ padding-right:1px;
36
+ background:#EE00FF;}
30
37
  </style>
31
- <img id="load" class="h" src="/img/loading.gif" style="position:absolute;top:15px;left:510px;">
32
38
  <div id="content">
33
- <a href="#" class="load2" loc="try.rb">try.rb</a> -
34
- <a href="#" class="load2" loc="rails">rails.hot</a> -
35
- <a href="#" class="load2" id="curr" loc="html">html.hot</a> -
36
- <a href="#" class="load2" loc="erb_base">erb_base.hot</a> -
37
- <a href="#" class="load2" loc="erb_rails">erb_rails.hot</a><br/>
38
- <strong>
39
- You like w2tags, please <a href="http://rubytrends.com/project/trends/w2tags-552">vote for it on RubyTrends</a>,
40
- Available on <a href="http://gemcutter.org/gems/w2tags">gemcutter</a>
41
- </strong>
42
39
  <table id="tryit">
43
40
  <tr>
41
+ <td colspan=2>
42
+ <strong>
43
+ You like w2tags, please <a href="http://rubytrends.com/project/trends/w2tags-552" target="_blank">vote for it on RubyTrends</a>,
44
+ Github:<a href="http://github.com/wharsojo/w2tags" target="_blank">w2tags</a>,
45
+ Available on <a href="http://gemcutter.org/gems/w2tags" target="_blank">gemcutter</a>.
46
+ <!--Contact:<a href="mailto:fajar.budiprasetyo@skyeight.com">skyeight</a-->
47
+ </strong>
48
+ </td>
49
+ <td>
50
+ <a href="http://en.wikipedia.org/wiki/Snippet_%28programming%29" target="_blank">http://en.wikipedia.org/wiki/Snippet_(programming)</a>
51
+ <img src="/skyeight.jpeg" style="float:right;height:20px;" title="skyeight-team"/>
52
+ </td>
53
+ </tr>
54
+ <tr style="background-color:#DDDDFF;padding:0;">
55
+ <td id="link">
56
+ <div style="vertical-align:bottom;">
57
+ <input id="btnclick" type="button" value="Render"/>
58
+ <img id="load" class="h" src="/img/loading.gif" style="height:15px;"/>
59
+ </div>
60
+ <div id="wrapper">
61
+ <div class="accordionButton">
62
+ <a href="/">HOME</a>
63
+ </div>
64
+ <div class="accordionButton">HOTS!(Snippet)</div>
65
+ <div class="accordionContent">
66
+ <a href="#" class="load2" loc="try.rb">try.rb</a>
67
+ <a href="#" class="load2" loc="rails">rails.hot</a>
68
+ <a href="#" class="load2" id="curr" loc="html">html.hot</a>
69
+ <a href="#" class="load2" loc="erb_base">erb_base.hot</a>
70
+ <a href="#" class="load2" loc="erb_rails">erb_rails.hot</a>
71
+ <a href="#" class="load2" loc="demo">demo.hot</a>
72
+ </div>
73
+ <div class="accordionButton" >Demo Index Html</div>
74
+ <div class="accordionContent">
75
+ <div class="accordionButton" >Table</div>
76
+ <div class="accordionContent">
77
+ <a href="#" class="load" loc="table_simple" title="Easy Generate Table with w2tags">Simple table</a>
78
+ <a href="#" class="load" loc="table_onhot" title="Using hot for snippet">Table using hot</a>
79
+ <a href="#" class="load" loc="table_each2" title="Table each with index">Table each index</a>
80
+ </div>
81
+ <div class="accordionButton" >Layout</div>
82
+ <div class="accordionContent">
83
+ <a href="#" class="load" loc="layout">Layout:</a>
84
+ <a href="#" class="load" loc="layout1">Table</a>
85
+ <a href="#" class="load" loc="layout2">Div</a>
86
+ </div>
87
+ <div class="accordionButton" >Navigation</div>
88
+ <div class="accordionContent">
89
+ <a href="#" class="load" loc="navigation">Navigation</a>
90
+ </div>
91
+ </div>
92
+ <div class="accordionButton" >Demo Form Component</div>
93
+ <div class="accordionContent">
94
+ <div class="accordionButton" >Checkbox</div>
95
+ <div class="accordionContent">
96
+ <a href="#" class="load" loc="checkbox">Checkbox ( verbose )</a>
97
+ <a href="#" class="load" loc="check_onhot">Checkbox ( D R Y )</a>
98
+ </div>
99
+ <div class="accordionButton" >Combo</div>
100
+ <div class="accordionContent">
101
+ <a href="#" class="load" loc="combobox">Combobox</a>
102
+ <a href="#" class="load" loc="combo_onhot">Combobox using hot</a>
103
+ </div>
104
+ </div>
105
+ <div class="accordionButton" >Demo Others</div>
106
+ <div class="accordionContent">
107
+ <div class="accordionButton" >Micro Format</div>
108
+ <div class="accordionContent">
109
+ <a href="#" class="load" loc="vcard">Micro format</a>
110
+ </div>
111
+ </div>
112
+ </div>
113
+ <a href="#" class="load" loc="basic" title="Simple Page~No Fancy w2tags cosmmands">Simple Page</a>
114
+ <a href="#" class="load" loc="basic1">Basic 1</a>
115
+ <a href="#" class="load" loc="basic2">Basic 2</a>
116
+ <a href="#" class="load" loc="basic3">Basic 3</a>
117
+ <a href="#" class="load" loc="basic4">Basic 4</a>
118
+ <a href="#" class="load" loc="if">Block:if</a>
119
+ <a href="#" class="load" loc="each">each</a>
120
+ <a href="#" class="load" loc="each2">each2</a>
121
+ <a href="#" class="load" loc="popup">Popup</a>
122
+ <a href="#" class="load" loc="popup2">Popup2</a>
123
+ <a href="#" class="load" loc="params">Params</a>
124
+ <a href="#" class="load" loc="upload">Upload</a>
125
+ </td>
44
126
  <td>
45
- <form id="try" method="post">
46
127
  <textarea wrap="off" name="input" id="code1" class="in1"><% if params[:input] %><%= params[:input] %><% else %>
47
128
  -# Left: Html Page code in w2tags
48
129
  -# Right: file (HOT.tag) from "html.hot"
@@ -55,34 +136,7 @@ td.i2{
55
136
  %body
56
137
  %h1 I am the international space station
57
138
  %p Sign my guestbook<% end %></textarea>
58
- <input type="submit" value="Render"/><a href="/">Home</a>
59
139
  </form>
60
- <table border=1><tr>
61
- <td><a href="#" class="load" loc="basic" title="Simple Page~No Fancy w2tags commands fgsdf fsdf sdfsdf sdfsdf dfsdf dsfsdf">Simple Page</a><br/>
62
- <a href="#" class="load" loc="basic1">Basic 1</a><br/>
63
- <a href="#" class="load" loc="basic2">Basic 2</a><br/>
64
- <a href="#" class="load" loc="basic3">Basic 3</a><br/>
65
- <a href="#" class="load" loc="basic4">Basic 4</a>
66
- </td>
67
- <td><a href="#" class="load" loc="layout">Layout:</a><br/>
68
- <a href="#" class="load" loc="layout1">Table</a><br/>
69
- <a href="#" class="load" loc="layout2">Div</a>
70
- </td>
71
- <td><a href="#" class="load" loc="if">Block:if</a><br/>
72
- <a href="#" class="load" loc="each">each</a><br/>
73
- <a href="#" class="load" loc="each2">each2</a><br/>
74
- </td>
75
- <td><a href="#" class="load" loc="popup">Popup</a><br/>
76
- <a href="#" class="load" loc="popup2">Popup2</a>
77
- </td>
78
- <td><a href="#" class="load" loc="params">Params</a>
79
- </td>
80
- <td><a href="#" class="load" loc="combobox">Combo</a>
81
- </td>
82
- <td><a href="#" class="load" loc="upload">Upload</a>
83
- </td>
84
- </tr>
85
- </table>
86
140
  </td>
87
141
  <td class="i2 h">
88
142
  <textarea wrap="off" id="code2" class="ln- in2"><%= @result %></textarea>
@@ -97,10 +151,19 @@ td.i2{
97
151
  var editor1 = null;
98
152
  var editor2 = null;
99
153
  $(function(){
154
+ $('#btnclick').click(function(){
155
+ $('#load').show();
156
+ $.post('/parse',{input : editor1.getCode()},function(data){
157
+ editor2.setCode(data);
158
+ $('td.i3').hide();
159
+ $('td.i2').show();
160
+ $('#load').hide();
161
+ });
162
+ });
163
+
100
164
  $('a.load').live('click',function(){
101
165
  var loc= "/w2/"+$(this).attr('loc')+".w2erb";
102
166
  $.get(loc, function(data){
103
- //$('#code1').html(data);
104
167
  editor1.setCode(data);
105
168
  });
106
169
  });
@@ -112,29 +175,18 @@ $(function(){
112
175
  $('td.i3').show();
113
176
  });
114
177
 
115
- $('input[type=submit]').live('click',function(){
116
- //var ser= $('form#try').serialize();
117
- $('#load').show();
118
- $.post('/parse',{input : editor1.getCode()},function(data){
119
- editor2.setCode(data);
120
- $('td.i3').hide();
121
- $('td.i2').show();
122
- $('#load').hide();
123
- });
124
- return false;
125
- });
126
-
127
- $('a.load').cluetip({splitTitle: '~'});
178
+ $('a.load').cluetip({showtitle : false});
128
179
 
129
180
  editor1 = CodeMirror.fromTextArea('code1', {
130
181
  parserfile: ["tokenize.js", "parsew2tags.js"],
131
182
  stylesheet: "/css/rubycolors.css",
132
183
  path: "../js/",
133
- lineNumbers: false,
184
+ lineNumbers: true,
134
185
  textWrapping: false,
135
186
  indentUnit: 4,
136
187
  parserConfig: {},
137
- height: '400px'
188
+ width: '400px',
189
+ height: '539px'
138
190
  });
139
191
 
140
192
  editor2 = CodeMirror.fromTextArea('code2', {
@@ -145,7 +197,7 @@ $(function(){
145
197
  textWrapping: false,
146
198
  indentUnit: 4,
147
199
  parserConfig: {},
148
- width: '600px',
200
+ width: '450px',
149
201
  height: '535px'
150
202
  });
151
203
  });
@@ -4,10 +4,12 @@
4
4
  <head>
5
5
  <meta content="text/html; charset=utf-8" http-equiv="Content-type"/>
6
6
  <title>W2tags Try</title>
7
- <link rel="stylesheet" href="/css/jquery.cluetip.css" type="text/css" />
7
+ <link rel="stylesheet" href="/stylesheets/jquery.cluetip.css" type="text/css" />
8
+ <link rel="stylesheet" href="/stylesheets/jquery.live.accordion.css" type="text/css" />
8
9
  <script type="text/javascript" src="/js/codemirror.js" > </script>
9
- <script type="text/javascript" src="/js/jquery.js" > </script>
10
- <script type="text/javascript" src="/js/jquery.cluetip.js" > </script>
10
+ <script type="text/javascript" src="/javascripts/jquery.js" > </script>
11
+ <script type="text/javascript" src="/javascripts/jquery.cluetip.js" > </script>
12
+ <script type="text/javascript" src="/javascripts/jquery.live.accordion.js" > </script>
11
13
  </head>
12
14
  <body>
13
15
  <%= yield %>
data/tasks/setup.rb CHANGED
@@ -17,7 +17,7 @@ PROJ = OpenStruct.new(
17
17
  :authors => 'Widi Harsojo',
18
18
  :email => 'wharsojo@gmail.com',
19
19
  :url => "\000",
20
- :version => ENV['VERSION'] || '0.9.57',
20
+ :version => ENV['VERSION'] || '0.9.58',
21
21
  :exclude => %w(tmp$ bak$ ~$ CVS \.svn/ \.git/ ^pkg/),
22
22
  :release_name => ENV['RELEASE'],
23
23
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: w2tags
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.57
4
+ version: 0.9.58
5
5
  platform: ruby
6
6
  authors:
7
7
  - widi harsojo
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-11-10 00:00:00 +07:00
12
+ date: 2009-11-12 00:00:00 +07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -28,18 +28,18 @@ extra_rdoc_files:
28
28
  - doc/History.rdoc
29
29
  - doc/HOT.rdoc
30
30
  - bin/w2tags
31
+ - lib/w2tags/try/public/skyeight.jpeg
31
32
  - lib/w2tags/try/public/css/csscolors.css
32
- - lib/w2tags/try/public/css/jquery.cluetip.css
33
33
  - lib/w2tags/try/public/css/jscolors.css
34
34
  - lib/w2tags/try/public/css/rubycolors.css
35
35
  - lib/w2tags/try/public/css/xmlcolors.css
36
36
  - lib/w2tags/try/public/img/loading.gif
37
+ - lib/w2tags/try/public/javascripts/jquery.cluetip.js
37
38
  - lib/w2tags/try/public/javascripts/jquery.js
39
+ - lib/w2tags/try/public/javascripts/jquery.live.accordion.js
38
40
  - lib/w2tags/try/public/js/codemirror.js
39
41
  - lib/w2tags/try/public/js/editor.js
40
42
  - lib/w2tags/try/public/js/highlight.js
41
- - lib/w2tags/try/public/js/jquery.cluetip.js
42
- - lib/w2tags/try/public/js/jquery.js
43
43
  - lib/w2tags/try/public/js/mirrorframe.js
44
44
  - lib/w2tags/try/public/js/parsecss.js
45
45
  - lib/w2tags/try/public/js/parsehtmlmixed.js
@@ -52,12 +52,22 @@ extra_rdoc_files:
52
52
  - lib/w2tags/try/public/js/tokenizejavascript.js
53
53
  - lib/w2tags/try/public/js/undo.js
54
54
  - lib/w2tags/try/public/js/util.js
55
+ - lib/w2tags/try/public/stylesheets/jquery.cluetip.css
56
+ - lib/w2tags/try/public/stylesheets/jquery.live.accordion.css
57
+ - lib/w2tags/try/public/stylesheets/back/back_menu.gif
58
+ - lib/w2tags/try/public/stylesheets/icons/folder-closed.gif
59
+ - lib/w2tags/try/public/stylesheets/icons/folder-open.gif
60
+ - lib/w2tags/try/public/stylesheets/icons/leaf.gif
55
61
  - lib/w2tags/try/public/w2/basic.w2erb
56
62
  - lib/w2tags/try/public/w2/basic1.w2erb
57
63
  - lib/w2tags/try/public/w2/basic2.w2erb
58
64
  - lib/w2tags/try/public/w2/basic3.w2erb
59
65
  - lib/w2tags/try/public/w2/basic4.w2erb
66
+ - lib/w2tags/try/public/w2/checkbox.w2erb
67
+ - lib/w2tags/try/public/w2/check_onhot.w2erb
60
68
  - lib/w2tags/try/public/w2/combobox.w2erb
69
+ - lib/w2tags/try/public/w2/combo_onhot.w2erb
70
+ - lib/w2tags/try/public/w2/demo.hot.html
61
71
  - lib/w2tags/try/public/w2/diet.w2erb
62
72
  - lib/w2tags/try/public/w2/diet1.w2erb
63
73
  - lib/w2tags/try/public/w2/each.w2erb
@@ -69,14 +79,19 @@ extra_rdoc_files:
69
79
  - lib/w2tags/try/public/w2/layout.w2erb
70
80
  - lib/w2tags/try/public/w2/layout1.w2erb
71
81
  - lib/w2tags/try/public/w2/layout2.w2erb
82
+ - lib/w2tags/try/public/w2/navigation.w2erb
72
83
  - lib/w2tags/try/public/w2/nestli.w2erb
73
84
  - lib/w2tags/try/public/w2/params.erb
74
85
  - lib/w2tags/try/public/w2/params.w2erb
75
86
  - lib/w2tags/try/public/w2/popup.w2erb
76
87
  - lib/w2tags/try/public/w2/popup2.w2erb
77
88
  - lib/w2tags/try/public/w2/rails.hot.html
89
+ - lib/w2tags/try/public/w2/table_each2.w2erb
90
+ - lib/w2tags/try/public/w2/table_onhot.w2erb
91
+ - lib/w2tags/try/public/w2/table_simple.w2erb
78
92
  - lib/w2tags/try/public/w2/try.rb.hot.html
79
93
  - lib/w2tags/try/public/w2/upload.w2erb
94
+ - lib/w2tags/try/public/w2/vcard.w2erb
80
95
  - lib/w2tags/try/views/index.erb
81
96
  - lib/w2tags/try/views/layout.erb
82
97
  - lib/w2tags/try/views/parse.erb
@@ -104,18 +119,18 @@ files:
104
119
  - lib/w2tags/block/remark.rb
105
120
  - lib/w2tags/block/sass.rb
106
121
  - lib/w2tags/try/try.rb
122
+ - lib/w2tags/try/public/skyeight.jpeg
107
123
  - lib/w2tags/try/public/css/csscolors.css
108
- - lib/w2tags/try/public/css/jquery.cluetip.css
109
124
  - lib/w2tags/try/public/css/jscolors.css
110
125
  - lib/w2tags/try/public/css/rubycolors.css
111
126
  - lib/w2tags/try/public/css/xmlcolors.css
112
127
  - lib/w2tags/try/public/img/loading.gif
128
+ - lib/w2tags/try/public/javascripts/jquery.cluetip.js
113
129
  - lib/w2tags/try/public/javascripts/jquery.js
130
+ - lib/w2tags/try/public/javascripts/jquery.live.accordion.js
114
131
  - lib/w2tags/try/public/js/codemirror.js
115
132
  - lib/w2tags/try/public/js/editor.js
116
133
  - lib/w2tags/try/public/js/highlight.js
117
- - lib/w2tags/try/public/js/jquery.cluetip.js
118
- - lib/w2tags/try/public/js/jquery.js
119
134
  - lib/w2tags/try/public/js/mirrorframe.js
120
135
  - lib/w2tags/try/public/js/parsecss.js
121
136
  - lib/w2tags/try/public/js/parsehtmlmixed.js
@@ -128,12 +143,22 @@ files:
128
143
  - lib/w2tags/try/public/js/tokenizejavascript.js
129
144
  - lib/w2tags/try/public/js/undo.js
130
145
  - lib/w2tags/try/public/js/util.js
146
+ - lib/w2tags/try/public/stylesheets/jquery.cluetip.css
147
+ - lib/w2tags/try/public/stylesheets/jquery.live.accordion.css
148
+ - lib/w2tags/try/public/stylesheets/back/back_menu.gif
149
+ - lib/w2tags/try/public/stylesheets/icons/folder-closed.gif
150
+ - lib/w2tags/try/public/stylesheets/icons/folder-open.gif
151
+ - lib/w2tags/try/public/stylesheets/icons/leaf.gif
131
152
  - lib/w2tags/try/public/w2/basic.w2erb
132
153
  - lib/w2tags/try/public/w2/basic1.w2erb
133
154
  - lib/w2tags/try/public/w2/basic2.w2erb
134
155
  - lib/w2tags/try/public/w2/basic3.w2erb
135
156
  - lib/w2tags/try/public/w2/basic4.w2erb
157
+ - lib/w2tags/try/public/w2/checkbox.w2erb
158
+ - lib/w2tags/try/public/w2/check_onhot.w2erb
136
159
  - lib/w2tags/try/public/w2/combobox.w2erb
160
+ - lib/w2tags/try/public/w2/combo_onhot.w2erb
161
+ - lib/w2tags/try/public/w2/demo.hot.html
137
162
  - lib/w2tags/try/public/w2/diet.w2erb
138
163
  - lib/w2tags/try/public/w2/diet1.w2erb
139
164
  - lib/w2tags/try/public/w2/each.w2erb
@@ -145,17 +170,23 @@ files:
145
170
  - lib/w2tags/try/public/w2/layout.w2erb
146
171
  - lib/w2tags/try/public/w2/layout1.w2erb
147
172
  - lib/w2tags/try/public/w2/layout2.w2erb
173
+ - lib/w2tags/try/public/w2/navigation.w2erb
148
174
  - lib/w2tags/try/public/w2/nestli.w2erb
149
175
  - lib/w2tags/try/public/w2/params.erb
150
176
  - lib/w2tags/try/public/w2/params.w2erb
151
177
  - lib/w2tags/try/public/w2/popup.w2erb
152
178
  - lib/w2tags/try/public/w2/popup2.w2erb
153
179
  - lib/w2tags/try/public/w2/rails.hot.html
180
+ - lib/w2tags/try/public/w2/table_each2.w2erb
181
+ - lib/w2tags/try/public/w2/table_onhot.w2erb
182
+ - lib/w2tags/try/public/w2/table_simple.w2erb
154
183
  - lib/w2tags/try/public/w2/try.rb.hot.html
155
184
  - lib/w2tags/try/public/w2/upload.w2erb
185
+ - lib/w2tags/try/public/w2/vcard.w2erb
156
186
  - lib/w2tags/try/views/index.erb
157
187
  - lib/w2tags/try/views/layout.erb
158
188
  - lib/w2tags/try/views/parse.erb
189
+ - hot/demo.hot
159
190
  - hot/erb.hot
160
191
  - hot/erb_base.hot
161
192
  - hot/erb_form.hot