GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: A lightweight and flexible website management system.
Homepage: http://webby.rubyforge.org/
Clone URL: git://github.com/TwP/webby.git
Moved the custom textile tags into the "textile" branch. Removed those 
code
bits from the trunk.
Tim Pease (author)
Fri May 30 20:33:05 -0700 2008
commit  abe2e326d370a1191b2e361640bf03f79125a8ee
tree    a02c1cfe2d0f9820805468ab151f9998d98fe40c
parent  008c41e13f88bfec4feb3c65c45ca859c61c2301
...
49
50
51
52
53
54
55
...
49
50
51
 
52
53
54
0
@@ -49,7 +49,6 @@ ANN
0
 depend_on 'directory_watcher'
0
 depend_on 'heel'
0
 depend_on 'hpricot'
0
-depend_on 'htmlentities'
0
 depend_on 'logging'
0
 depend_on 'rake'
0
 depend_on 'rspec'
...
189
190
191
192
193
194
195
196
 
 
 
 
 
 
197
198
199
...
189
190
191
 
 
 
 
 
192
193
194
195
196
197
198
199
200
0
@@ -189,11 +189,12 @@ end
0
 <%% end -%>
0
 </pre>
0
 
0
-code. {:lang => 'ruby', :line_numbers => true, :theme => 'twilight'}
0
- # Initializer for the class.
0
- def initialize( string )
0
- @str = string
0
- end
0
+<% uv :lang => "ruby", :line_numbers => true, :theme => 'twilight' do -%>
0
+# Initializer for the class.
0
+def initialize( string )
0
+ @str = string
0
+end
0
+<% end -%>
0
 
0
 
0
 h3. Rake Tasks

Comments

    No one has commented yet.