forked from GNUsocial/gnu-social
fixup the problems with the repo patch
darcs-hash:20081205153325-5ed1f-f663ec459d8d5067505ff28be39dee8c382e5814.gz
This commit is contained in:
parent
33a054ccc0
commit
b5956e5b76
@ -158,7 +158,6 @@ class Rss10Action extends Action {
|
|||||||
foreach ($this->creators as $uri => $profile) {
|
foreach ($this->creators as $uri => $profile) {
|
||||||
$id = $profile->id;
|
$id = $profile->id;
|
||||||
$nickname = $profile->nickname;
|
$nickname = $profile->nickname;
|
||||||
|
|
||||||
common_element_start('sioc:User', array('rdf:about' => $uri));
|
common_element_start('sioc:User', array('rdf:about' => $uri));
|
||||||
common_element('foaf:nick', NULL, $nickname);
|
common_element('foaf:nick', NULL, $nickname);
|
||||||
if ($profile->fullname) {
|
if ($profile->fullname) {
|
||||||
@ -173,7 +172,6 @@ class Rss10Action extends Action {
|
|||||||
|
|
||||||
function init_rss() {
|
function init_rss() {
|
||||||
$channel = $this->get_channel();
|
$channel = $this->get_channel();
|
||||||
|
|
||||||
header('Content-Type: application/rdf+xml');
|
header('Content-Type: application/rdf+xml');
|
||||||
|
|
||||||
common_start_xml();
|
common_start_xml();
|
||||||
@ -194,7 +192,6 @@ class Rss10Action extends Action {
|
|||||||
'xmlns:laconica' =>
|
'xmlns:laconica' =>
|
||||||
'http://laconi.ca/ont/',
|
'http://laconi.ca/ont/',
|
||||||
'xmlns' => 'http://purl.org/rss/1.0/'));
|
'xmlns' => 'http://purl.org/rss/1.0/'));
|
||||||
|
|
||||||
common_element_start('sioc:Site', array('rdf:about' => common_root_url()));
|
common_element_start('sioc:Site', array('rdf:about' => common_root_url()));
|
||||||
common_element('sioc:name', NULL, common_config('site', 'name'));
|
common_element('sioc:name', NULL, common_config('site', 'name'));
|
||||||
common_element_start('sioc:container_of');
|
common_element_start('sioc:container_of');
|
||||||
|
Loading…
Reference in New Issue
Block a user