Changeset 1285
- Timestamp:
- 02/10/09 21:16:10 (9 months ago)
- Files:
-
- branches/1.0/src/lyceum/atom.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/src/lyceum/atom.php
r1173 r1285 17 17 $cdata_close = ']]>'; 18 18 19 header('Content-type: application/atom+xml'); 20 19 21 ?> 20 22 <feed … … 29 31 <generator uri="http://lyceum.ibiblio.org/" version="<?php echo $wp_version ?>">Lyceum</generator> 30 32 31 <link rel="alternate" type=" text/html" href="<?php echo LURL ?>" />33 <link rel="alternate" type="application/atom+xml" href="<?php echo LURL ?>" /> 32 34 <id><?php echo LURL ?>/feed/atom.php/</id> 33 35 <link rel="self" type="application/atom+xml" href="<?php echo LURL ?>/atom.php" /> … … 40 42 </author> 41 43 <title type="html"><?php echo $cdata_open . $p->post_title . $cdata_close ?></title> 42 <link rel="alternate" type=" text/html" href="<?php echo $p->guid; ?>" />44 <link rel="alternate" type="application/atom+xml" href="<?php echo $p->guid; ?>" /> 43 45 <id><?php echo $p->guid; ?></id> 44 46 <published><?php echo rfc3339($p->post_date_gmt) ?></published>
