<%= root_node.name %>
This application is distributed under the GPL. Send all comments or suggestions to jonathantan86@hotmail.com.
This is version 0.11 (Mar 14, 2006). |
<% current_node.sections.each do |s|
if s.type == :code %>
<%= CGI.escapeHTML(s.content.to_a.collect{|s| ' '+s}.join.gsub("\t",' ')) %>
<% elsif s.type == :comment %>
<%= RedCloth.new("\n" + s.content + "\n").to_html %>
<% elsif s.type == :folder %>
<% elsif s.type == :link %>
<% end
end %>
|