Changeset 1460 for branches

Show
Ignore:
Timestamp:
04/30/06 19:10:27 (3 years ago)
Author:
sdcosta
Message:

Some atom 1.0 tests.

Location:
branches/magpie-hacks
Files:
62 added
2 modified

Legend:

Unmodified
Added
Removed
  • branches/magpie-hacks/MagpieTests/README

    r1455 r1460  
    1818 
    1919--Sameer 
     20 
     21TODO Notes: 
     22 
     231. Convert author_url, author_uri, author_href to something standard like author_homepage or  
     24   author_url 
     252. replace fake # arrays like #1, #2 etc with real arrays.  
  • branches/magpie-hacks/rss_parse.inc

    r1458 r1460  
    648648        // Atom elements to RSS elements 
    649649        $this->normalize_element($this->channel, 'subtitle', $this->channel, 'description'); 
     650        $this->normalize_element($this->channel, 'id', $this->channel, 'guid'); 
    650651         
    651652        if ( isset($this->channel['logo']) ) {