[oe-commits] org.oe.dev angstrom/rss.php: fix links

koen commit openembedded-commits at lists.openembedded.org
Thu Dec 6 15:53:02 UTC 2007


angstrom/rss.php: fix links

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: d025a5f00ad6ca971cacb9b19194efab7e1bee77
ViewMTN: http://monotone.openembedded.org/revision/info/d025a5f00ad6ca971cacb9b19194efab7e1bee77
Files:
1
contrib/angstrom/rss.php
Diffs:

#
# mt diff -rfc88fbaef7ff2d56f99eabeb4e51fd5f5860dc6a -rd025a5f00ad6ca971cacb9b19194efab7e1bee77
#
# 
# 
# patch "contrib/angstrom/rss.php"
#  from [6f8baf615bfef09d487fcf84e4464f13e89e20ec]
#    to [a3c2ef58537ead249729992e9297b9157e6f1a09]
# 
============================================================
--- contrib/angstrom/rss.php	6f8baf615bfef09d487fcf84e4464f13e89e20ec
+++ contrib/angstrom/rss.php	a3c2ef58537ead249729992e9297b9157e6f1a09
@@ -1,8 +1,8 @@
 <? print('<?xml version="1.0" encoding="utf-8"?>');?>
-<rss version="2.0" xml:base="http://www.anstrom-distribution.org/unstable/autobuild/" xmlns:dc="http://purl.org/dc/elements/1.1/">
+<rss version="2.0" xml:base="http://www.angstrom-distribution.org/unstable/autobuild/" xmlns:dc="http://purl.org/dc/elements/1.1/">
 <channel>
  <title>Ã…ngstrom autobuilder updates </title>
- <link>http://www.anstrom-distribution.org/unstable/autobuild</link>
+ <link>http://www.angstrom-distribution.org/unstable/autobuild</link>
  <description></description>
  <language>en</language>
 <?php
@@ -20,9 +20,9 @@ print("<title>$file/$file2 uploaded</tit
 
 print("<item>\n");
 print("<title>$file/$file2 uploaded</title>\n");
-print(" <link>http://www.anstrom-distribution.org/unstable/autobuild/$file/$file2</link>\n");
+print(" <link>http://www.angstrom-distribution.org/unstable/autobuild/$file/$file2</link>\n");
 
-$rsstime = strftime("%a, %d %b %Y %T +0000", $fmtime);
+$rsstime = strftime("%a, %d %b %Y %T +0100", $fmtime);
 
 print("<pubDate>$rsstime</pubDate>\n");
 print("<dc:creator>Angstrom autobuilder</dc:creator>");






More information about the Openembedded-commits mailing list