Talk:Plugin Hooks
From GregariusWiki
A handy command to track plugin hooks:
grep -rhPo 'rss\.plugins.[a-z\.]+' * | sort | uniq | awk '{print NR "\t" $0}'
This page should probably be turned into a table. --Marco 08:14, 19 June 2007 (BST)
A handy command to track plugin hooks:
grep -rhPo 'rss\.plugins.[a-z\.]+' * | sort | uniq | awk '{print NR "\t" $0}'
This page should probably be turned into a table. --Marco 08:14, 19 June 2007 (BST)