Changeset 3985 for trunk/www


Ignore:
Timestamp:
Nov 19, 2003, 2:02:32 AM (20 years ago)
Author:
mij
Message:

We don't want my testing data in the RSS feed.

Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/dp_news.xml

    r3981 r3985  
    1 <?xml version="1.0" encoding="iso-8859-1"?>
    2 <rss version="2.0"
    3   xmlns:dc="http://purl.org/dc/elements/1.1/"
    4   xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    5   xmlns:admin="http://webns.net/mvcb/"
    6   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    7   xmlns:content="http://purl.org/rss/1.0/modules/content/">
    8 
    9   <channel>
    10     <title>DarwinPorts Project News</title>
    11     <link>http://darwinports.opendarwin.org/</link>
    12     <description>DarwinPorts Project News</description>
    13     <dc:language>en-us</dc:language>
    14     <dc:creator>Jim Mock (mij@opendarwin.org)</dc:creator>
    15     <dc:rights>Copyright 2002-2003</dc:rights>
    16     <dc:date>2003-10-24T21:45:4:50</dc:date>
    17     <admin:errorReportsTo rdf:resource"mailto:mij@opendarwin.org" />
    18     <item>
    19       <title>Test 2</title>
    20       <link>http://darwinports.opendarwin.org/archives/2.php</link>
    21       <description><![CDATA[<p>Another test.</p>...</p>]]></description>
    22       <guid isPermaLink="true">http://darwinports.opendarwin.org/archives/2.php</guid>
    23       <content:encoded><![CDATA[<p>Another test.</p>]]></content:encoded>
    24     </item>
    25     <item>
    26       <title>Test</title>
    27       <link>http://darwinports.opendarwin.org/archives/1.php</link>
    28       <description><![CDATA[<p>This is a test.</p>...</p>]]></description>
    29       <guid isPermaLink="true">http://darwinports.opendarwin.org/archives/1.php</guid>
    30       <content:encoded><![CDATA[<p>This is a test.</p>]]></content:encoded>
    31     </item>
    32   </channel>
    33 </rss>
Note: See TracChangeset for help on using the changeset viewer.