Displaying 1 result from an estimated 1 matches for "filelisttag".
Did you mean:
filelisting
2007 Dec 26
1
scope of plugns
...).
But, whatever I try, my plugin code is never invoked, and my page
content is never transformed.
Here is my page
index.page
---
title: Tout le dump
inMenu: true
---
{filelist}
And here is my plugin
# Generates a sitemap. The sitemap contains the hierarchy of all pages
on the web site.
class FileListTag < Tags::DefaultTag
infos(
:name => ''Custom/FileList'',
:author => "Nicolas Delsaux",
:summary => ''Shows all page files in the directory of the current page''
)
register_tag ''filelist''
def process_tag( tag, chain...