Changeset 953

Show
Ignore:
Timestamp:
02/29/04 02:12:55 (5 years ago)
Author:
saxmatt
Message:

Changed to more closely emulate Bloglines OPML, which seems to be the best guide I can find to how people are actually using OPML.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-links-opml.php

    r871 r953  
    2828        <ownerEmail><?php echo antispambot(get_bloginfo('admin_email')) ?></ownerEmail> 
    2929        <dateCreated><?php echo gmdate("D, d M Y H:i:s"); ?> GMT</dateCreated> 
    30         <dateModified><?php echo gmdate("D, d M Y H:i:s"); ?> GMT</dateModified> 
    3130    </head> 
    3231    <body> 
     
    4847             } // end if not first time 
    4948?> 
    50         <outline type="category" text="<?php echo(htmlspecialchars(stripslashes($result->cat_name))) ?>"> 
     49        <outline type="category" title="<?php echo(htmlspecialchars(stripslashes($result->cat_name))) ?>"> 
    5150<?php 
    5251             $prev_cat_id = $result->link_category; 
    5352        } // end if new category 
    5453?> 
    55             <outline type="link" text="<?php echo(htmlspecialchars(stripslashes($result->link_name))) ?>" xmlUrl="<?php echo $result->link_rss; ?>" link="<?php echo($result->link_url) ?>"/> 
     54            <outline title="<?php echo(htmlspecialchars(stripslashes($result->link_name))) ?>" type="link" xmlUrl="<?php echo $result->link_rss; ?>" htmlUrl="<?php echo($result->link_url) ?>"/> 
    5655<?php 
    5756        } // end foreach