Sha256: 62db6f8a8d6eec91b3338f2931854536485e43bd3bb425ce3fa0e555d62f1cb0
Contents?: true
Size: 671 Bytes
Versions: 2
Compression:
Stored size: 671 Bytes
Contents
--- title: Extensions --- # 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
webgen-0.5.3 | doc/extensions.page |
webgen-0.5.2 | doc/extensions.page |