doc/contentprocessor/erubis.page in gettalong-webgen-0.5.8.20090507 vs doc/contentprocessor/erubis.page in gettalong-webgen-0.5.9.20090620
- old
+ new
@@ -23,12 +23,12 @@
erb.html}) is also true for Erubis. However, you can customize how this processor works by using the
following configuration options:
* `contentprocessor.erubis.use_pi`: Use processing instructions instead of ERB like
instructions. Normally you use statements like `<%% result = some_method_call(opts) %>` or `<%%=
- context.content_node.absolute_lcn %>` in your content. When setting this option to `true`, you can
+ context.content_node.alcn %>` in your content. When setting this option to `true`, you can
use XML processing instructions instead, like this: `<?rb result = some_method_call(opts) ?>` or
- `@{context.content_node.absolute_lcn}@`.
+ `@{context.content_node.alcn}@`.
* `contentprocessor.erubis.options`: This is hash which is passed to the Erubis interpreter and
which can be used to set additional options.
For more information on the additional options or on how to use the processing instructions mode of