whitespace changes in rssaction
darcs-hash:20081205152521-84dde-6487a2769943da5dc70b9425d00c17d2c53270d0.gz
This commit is contained in:
parent
3568b56793
commit
e5ef205a5b
@ -29,7 +29,7 @@ class Rss10Action extends Action {
|
||||
function is_readonly() {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
function handle($args) {
|
||||
parent::handle($args);
|
||||
$limit = (int) $this->trimmed('limit');
|
||||
@ -158,9 +158,9 @@ class Rss10Action extends Action {
|
||||
foreach ($this->creators as $uri => $profile) {
|
||||
$id = $profile->id;
|
||||
$nickname = $profile->nickname;
|
||||
|
||||
|
||||
common_element_start('sioc:User', array('rdf:about' => $uri));
|
||||
common_element('foaf:nick', NULL, $nickname);
|
||||
common_element('foaf:nick', NULL, $nickname);
|
||||
if ($profile->fullname) {
|
||||
common_element('foaf:name', NULL, $profile->fullname);
|
||||
}
|
||||
@ -170,10 +170,10 @@ class Rss10Action extends Action {
|
||||
common_element_end('sioc:User');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function init_rss() {
|
||||
$channel = $this->get_channel();
|
||||
|
||||
|
||||
header('Content-Type: application/rdf+xml');
|
||||
|
||||
common_start_xml();
|
||||
@ -194,7 +194,7 @@ class Rss10Action extends Action {
|
||||
'xmlns:laconica' =>
|
||||
'http://laconi.ca/ont/',
|
||||
'xmlns' => 'http://purl.org/rss/1.0/'));
|
||||
|
||||
|
||||
common_element_start('sioc:Site', array('rdf:about' => common_root_url()));
|
||||
common_element('sioc:name', NULL, common_config('site', 'name'));
|
||||
common_element_start('sioc:container_of');
|
||||
|
Loading…
Reference in New Issue
Block a user