Sha256: 11fc5eebe224ce1751bcae0beb188b22bf3636dbb4e31de4ad8a8ca66073a2fa
Contents?: true
Size: 684 Bytes
Versions: 1
Compression:
Stored size: 684 Bytes
Contents
--- title: Extensions in_menu: true --- # webgen Extensions webgen comes with many extensions that allow for rapid creation of static websites. The variety of the extensions allows you to use your tools of choice, for example, your preferred markup language. And if your choice is not available, you can write the extension for it yourself or make a feature request! Here is a list of all extensions: <% pattern = /#{File.join(node.parent.absolute_lcn, '/')}(contentprocessor|output|source|sourcehandler|tag|)\// context.content_node.tree.node_access[:alcn].select {|alcn, n| alcn =~ pattern}.sort.each do |alcn, n| next if n.is_fragment? %> * <%= dest_node.link_to(n) %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
webgen-0.5.1 | doc/extensions.page |