Sha256: 22ee8185adb64a9ce5a31b9a213220395dd5ab81f08934be95e270ddf2459c88

Contents?: true

Size: 754 Bytes

Versions: 19

Compression:

Stored size: 754 Bytes

Contents

---
template: extensions.template
--- name:summary pipeline:erb,tags,maruku,blocks
<%
patterns = context.website.config['sourcehandler.patterns'][context.content_node['title']]
if patterns
%>
This source handler operates on paths that match one of the following path patterns (see the [path pattern documentation]({relocatable: manual.html#source-pathpattern}) for more information): `<%= patterns.join(', ') %>`
<% end %>

<%
meta_info = context.website.config['sourcehandler.default_meta_info'][context.content_node['title']]
if meta_info
%>
Following is the default meta information set on any node created by this source handler:
<pre>
<%= meta_info.to_yaml.gsub(/^---/, '').strip %>
</pre>
<% end %>
--- name:content
<webgen:block name='content' />

Version data entries

19 entries across 19 versions & 3 rubygems

Version Path
gettalong-webgen-0.5.4.20080929 doc/sourcehandler.template
gettalong-webgen-0.5.5.20081001 doc/sourcehandler.template
gettalong-webgen-0.5.5.20081010 doc/sourcehandler.template
gettalong-webgen-0.5.5.20081012 doc/sourcehandler.template
gettalong-webgen-0.5.6.20081020 doc/sourcehandler.template
gettalong-webgen-0.5.7.20090227 doc/sourcehandler.template
gettalong-webgen-0.5.8.20090507 doc/sourcehandler.template
gettalong-webgen-0.5.9.20090620 doc/sourcehandler.template
gettalong-webgen-0.5.9.20090626 doc/sourcehandler.template
thewoolleyman-webgen-0.5.8.20090419 doc/sourcehandler.template
webgen-0.5.9 doc/sourcehandler.template
webgen-0.5.2 doc/sourcehandler.template
webgen-0.5.4 doc/sourcehandler.template
webgen-0.5.3 doc/sourcehandler.template
webgen-0.5.1 doc/sourcehandler.template
webgen-0.5.7 doc/sourcehandler.template
webgen-0.5.6 doc/sourcehandler.template
webgen-0.5.5 doc/sourcehandler.template
webgen-0.5.8 doc/sourcehandler.template