Exemple #1
0
/**
 * Created on 09/ago/07
 * @author Claudio Criscione
 * TagontoNET
 ***********************
 * FLICKR PLUGIN
 * MANIFEST FILE
 ***********************
 * 
 **/
/**
 * HERE THE PLUGIN HAS TO SUBSCRIBE TO THE PLUGIN MANAGER 
 */
//TODO  LEGGERE LA DOCUMENTAZIONE ERRORI
PluginManager::plugin_subscribe("YoutubePlugin");
require_once dirname(__FILE__) . "/config.php";
class YoutubePlugin extends TagontoNetPlugin
{
    public function __construct()
    {
        global $PluginConf;
        $this->_UNIQUE_NUMBER = "YOUTU16592182131";
        //Setting name and web address
        $this->_name = $PluginConf[$this->_UNIQUE_NUMBER]['name'];
        $this->_weburl = $PluginConf[$this->_UNIQUE_NUMBER]['weburl'];
        $this->_description = $PluginConf[$this->_UNIQUE_NUMBER]['description'];
        $this->_logo = $PluginConf[$this->_UNIQUE_NUMBER]['logo'];
        $this->_order = $PluginConf[$this->_UNIQUE_NUMBER]['order'];
    }
    public function getServices()
Exemple #2
0
<?php

/**
 * Created on 19/sep/07
 * @author Claudio Criscione
 * TagontoNET
 **/
/**
 * HERE THE PLUGIN HAS TO SUBSCRIBE TO THE PLUGIN MANAGER 
 */
require_once dirname(__FILE__) . "/config.php";
PluginManager::plugin_subscribe("VinoratiPlugin");
class VinoratiPlugin extends TagontoNetPlugin
{
    private $_username;
    private $_password;
    public function __construct()
    {
        global $PluginConf;
        $this->_UNIQUE_NUMBER = "VINORA32162532";
        $this->_name = $PluginConf[$this->_UNIQUE_NUMBER]['name'];
        $this->_weburl = $PluginConf[$this->_UNIQUE_NUMBER]['weburl'];
        $this->_description = $PluginConf[$this->_UNIQUE_NUMBER]['description'];
        $this->_order = $PluginConf[$this->_UNIQUE_NUMBER]['order'];
    }
    public function getServices()
    {
        return array("Resources");
    }
    public function getResourcesForTag($tag)
    {
Exemple #3
0
<?php

/**
 * Created on 09/ago/07
 * @author Claudio Criscione
 * TagontoNET
 ***********************
 * FLICKR PLUGIN
 * MANIFEST FILE
 ***********************
 * 
 **/
/**
 * HERE THE PLUGIN HAS TO SUBSCRIBE TO THE PLUGIN MANAGER 
 */
PluginManager::plugin_subscribe("FlickrPlugin");
require_once dirname(__FILE__) . "/lib/phpFlickr.php";
require_once dirname(__FILE__) . "/config.php";
class FlickrPlugin extends TagontoNetPlugin
{
    var $FlickrLib;
    public function __construct()
    {
        global $PluginConf;
        $this->_UNIQUE_NUMBER = "FLCKR123012582";
        //Setting name and web address
        $this->_name = $PluginConf[$this->_UNIQUE_NUMBER]['name'];
        $this->_weburl = $PluginConf[$this->_UNIQUE_NUMBER]['weburl'];
        $this->_description = $PluginConf[$this->_UNIQUE_NUMBER]['description'];
        $this->_logo = $PluginConf[$this->_UNIQUE_NUMBER]['logo'];
        $this->_APIKEY = $PluginConf[$this->_UNIQUE_NUMBER]['APIKEY'];
Exemple #4
0
<?php

/**
 * Created on 09/ago/07
 * @author Claudio Criscione
 * TagontoNET
 **/
/**
 * HERE THE PLUGIN HAS TO SUBSCRIBE TO THE PLUGIN MANAGER 
 */
require_once dirname(__FILE__) . "/lib/lastRSS.php";
require_once dirname(__FILE__) . "/config.php";
PluginManager::plugin_subscribe("DeliciousPlugin");
class DeliciousPlugin extends TagontoNetPlugin
{
    public function __construct()
    {
        global $PluginConf;
        $this->_UNIQUE_NUMBER = "DELI156061282CIOUS";
        $this->_name = $PluginConf[$this->_UNIQUE_NUMBER]['name'];
        $this->_weburl = $PluginConf[$this->_UNIQUE_NUMBER]['weburl'];
        $this->_description = $PluginConf[$this->_UNIQUE_NUMBER]['description'];
        $this->_order = $PluginConf[$this->_UNIQUE_NUMBER]['order'];
        if ($DEBUGMODEON) {
            echo "Delicious Plugin loaded<br>";
        }
    }
    public function getServices()
    {
        return array("Resources");
    }
Exemple #5
0
<?php

/**
 * Created on 09/ago/07
 * @author Claudio Criscione
 * TagontoNET
 **/
/**
 * HERE THE PLUGIN HAS TO SUBSCRIBE TO THE PLUGIN MANAGER 
 */
require_once dirname(__FILE__) . "/config.php";
PluginManager::plugin_subscribe("ConnoteaPlugin");
class ConnoteaPlugin extends TagontoNetPlugin
{
    private $_username;
    private $_password;
    public function __construct()
    {
        global $PluginConf;
        $this->_UNIQUE_NUMBER = "CONN11625234A";
        $this->_name = $PluginConf[$this->_UNIQUE_NUMBER]['name'];
        $this->_weburl = $PluginConf[$this->_UNIQUE_NUMBER]['weburl'];
        $this->_description = $PluginConf[$this->_UNIQUE_NUMBER]['description'];
        $this->_order = $PluginConf[$this->_UNIQUE_NUMBER]['order'];
        $this->_username = $PluginConf[$this->_UNIQUE_NUMBER]['username'];
        $this->_password = $PluginConf[$this->_UNIQUE_NUMBER]['password'];
    }
    public function getServices()
    {
        return array("Resources");
    }
Exemple #6
0
/**
 * Created on 09/ago/07
 * @author Claudio Criscione
 * TagontoNET
 ***********************
 * FLICKR PLUGIN
 * MANIFEST FILE
 ***********************
 * 
 **/
/**
 * HERE THE PLUGIN HAS TO SUBSCRIBE TO THE PLUGIN MANAGER 
 */
//TODO  LEGGERE LA DOCUMENTAZIONE ERRORI http://www.zvents.com/api_doc/error
PluginManager::plugin_subscribe("FortyThreeThingsPlugin");
require_once dirname(__FILE__) . "/config.php";
class FortyThreeThingsPlugin extends TagontoNetPlugin
{
    public function __construct()
    {
        global $PluginConf;
        $this->_UNIQUE_NUMBER = "43T12381xsar124";
        //Setting name and web address
        $this->_name = $PluginConf[$this->_UNIQUE_NUMBER]['name'];
        $this->_weburl = $PluginConf[$this->_UNIQUE_NUMBER]['weburl'];
        $this->_description = $PluginConf[$this->_UNIQUE_NUMBER]['description'];
        $this->_logo = $PluginConf[$this->_UNIQUE_NUMBER]['logo'];
        $this->_order = $PluginConf[$this->_UNIQUE_NUMBER]['order'];
        $this->_APIKEY = $PluginConf[$this->_UNIQUE_NUMBER]['APIKEY'];
    }
Exemple #7
0
/**
 * Created on 09/ago/07
 * @author Claudio Criscione
 * TagontoNET
 ***********************
 * FLICKR PLUGIN
 * MANIFEST FILE
 ***********************
 * 
 **/
/**
 * HERE THE PLUGIN HAS TO SUBSCRIBE TO THE PLUGIN MANAGER 
 */
//TODO  LEGGERE LA DOCUMENTAZIONE ERRORI http://www.zvents.com/api_doc/error
PluginManager::plugin_subscribe("ZventsPlugin");
require_once dirname(__FILE__) . "/config.php";
class ZventsPlugin extends TagontoNetPlugin
{
    public function __construct()
    {
        global $PluginConf;
        $this->_UNIQUE_NUMBER = "ZVE165012";
        //Setting name and web address
        $this->_name = $PluginConf[$this->_UNIQUE_NUMBER]['name'];
        $this->_weburl = $PluginConf[$this->_UNIQUE_NUMBER]['weburl'];
        $this->_description = $PluginConf[$this->_UNIQUE_NUMBER]['description'];
        $this->_logo = $PluginConf[$this->_UNIQUE_NUMBER]['logo'];
        $this->_APIKEY = $PluginConf[$this->_UNIQUE_NUMBER]['APIKEY'];
        $this->_order = $PluginConf[$this->_UNIQUE_NUMBER]['order'];
    }