plugin.php 427 B

123456789101112131415
  1. <?php
  2. /**
  3. *
  4. * @see http://www.google.com/uds/solutions/dynamicfeed/index.html
  5. *
  6. * @copyright (c) 2011 University of Geneva
  7. * @license GNU General Public License - http://www.gnu.org/copyleft/gpl.html
  8. * @author Laurent Opprecht
  9. */
  10. require_once api_get_path(LIBRARY_PATH) . 'plugin.class.php';
  11. require_once dirname(__FILE__) . '/lib/rss_plugin.class.php';
  12. $plugin_info = RssPlugin::create()->get_info();