function __init()
 {
     parent::__init();
     $this->terms = array('tag');
     $this->a['ns']['skos'] = 'http://www.w3.org/2004/02/skos/core#';
     $this->containers = array('|page|', 'vcard', 'vevent', 'hfeed', 'hentry', 'hreview', 'xfolkentry', 'hresume', 'adr', 'geo');
 }
 function __init()
 {
     parent::__init();
     $this->terms = array('tag');
     $this->a['ns']['dc'] = 'http://purl.org/dc/elements/1.1/';
     $this->containers = array('|page|', 'vcard', 'vevent', 'hfeed', 'hentry', 'hreview', 'xfolkentry', 'hresume', 'adr', 'geo');
 }
 function __init()
 {
     parent::__init();
     $this->terms = array('vevent', '#class', '#uid', 'category', 'description', 'dtend', 'dtstamp', 'dtstart', 'duration', 'location', 'status', 'summary', 'url', 'last-modified');
     $this->a['ns']['vcard'] = 'http://www.w3.org/2001/vcard-rdf/3.0#';
     $this->a['ns']['dct'] = 'http://purl.org/dc/terms/';
     $this->a['ns']['dc'] = 'http://purl.org/dc/elements/1.1/';
 }
 function __init()
 {
     parent::__init();
     $this->terms = array('hentry', '#bookmark', 'author', 'entry-title', 'entry-content', 'entry-summary', 'published', 'updated');
     $this->a['ns']['rss'] = 'http://purl.org/rss/1.0/';
     $this->a['ns']['dct'] = 'http://purl.org/dc/terms/';
     $this->a['ns']['dc'] = 'http://purl.org/dc/elements/1.1/';
 }
Пример #5
0
 function __init()
 {
     parent::__init();
     $this->terms = array('vcard', '#agent', '#label', '#class', '#mailer', '#key', '#rev', '#sort-string', 'bday', 'category', 'email', 'fn', 'logo', 'n', 'nickname', 'note', 'org', 'photo', 'role', 'sound', 'tel', 'title', 'tz', 'uid', 'url');
     $this->a['ns']['vcard'] = 'http://www.w3.org/2001/vcard-rdf/3.0#';
     $this->a['ns']['dct'] = 'http://purl.org/dc/terms/';
     $this->a['ns']['dc'] = 'http://purl.org/dc/elements/1.1/';
 }
Пример #6
0
 function __init()
 {
     parent::__init();
     $this->terms = array('contact', 'acquaintance', 'friend', 'met', 'co-worker', 'colleague', 'co-resident', 'neighbor', 'child', 'parent', 'spouse', 'kin', 'muse', 'crush', 'date', 'sweetheart', 'me');
     $this->a['ns']['xfn'] = 'http://gmpg.org/xfn/11#';
 }
 function __init()
 {
     parent::__init();
     $this->terms = array('adr', 'type', 'post-office-box', 'street-address', 'extended-address', 'region', 'locality', 'postal-code', 'country-name');
     $this->a['ns']['vcard'] = 'http://www.w3.org/2001/vcard-rdf/3.0#';
 }