From 2c967d60237c5890549b9c9fa680ee7adec10e6a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 7 May 2013 10:09:38 +0400 Subject: move example plugins to -contrib --- plugins/example_feed/init.php | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 plugins/example_feed/init.php (limited to 'plugins/example_feed/init.php') diff --git a/plugins/example_feed/init.php b/plugins/example_feed/init.php deleted file mode 100644 index 1d653a9f6..000000000 --- a/plugins/example_feed/init.php +++ /dev/null @@ -1,32 +0,0 @@ -host = $host; - - $host->add_hook($host::HOOK_FEED_PARSED, $this); - } - - function hook_feed_parsed($feed) { - _debug("I'm a little feed short and stout, here's my title: " . $feed->get_title()); - _debug("... here's my link element: " . $feed->get_link()); - } - - function api_version() { - return 2; - } - -} -?> -- cgit v1.2.3