Update of /cvsroot/fink/web/news/rdf
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19134

Modified Files:
        index.php 
Log Message:
Add backup Feeds, if feeds2.feedburner.com gets no updates


Index: index.php
===================================================================
RCS file: /cvsroot/fink/web/news/rdf/index.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- index.php   26 Mar 2009 19:26:48 -0000      1.4
+++ index.php   21 Apr 2013 09:12:28 -0000      1.5
@@ -1,5 +1,5 @@
-<?
-$title = "Fink Package RDF Feeds";
+<?php
+$title = "Fink Package RDF/RSS Feeds";
 $cvs_author = 'Author: dmrrsn';
 $cvs_date = 'Date: 2004/09/20 15:56:45';
 $metatags = '';
@@ -9,8 +9,7 @@
 ?>
 
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
-<tr>
-<td>
+<tr><td>
 <h1>Fink Package RDF Feeds</h1>
 
 <h2>Updated Packages By OS</h2>
@@ -19,11 +18,24 @@
  <li>10.4-transitional (<a 
href="http://feeds2.feedburner.com/FinkProjectNews-104-transitional-stable";>Stable</a>)
 (<a 
href="http://feeds2.feedburner.com/FinkProjectNews-104-transitional-unstable";>Unstable</a>)</li>
  <li>10.4+ (<a 
href="http://feeds2.feedburner.com/FinkProjectNews-104-stable";>Stable</a>) (<a 
href="http://feeds2.feedburner.com/FinkProjectNews-104-unstable";>Unstable</a>)</li>
 </ul>
+
 <h2>Updated Packages By Tree</h2>
 <ul>
  <li><a 
href="http://feeds2.feedburner.com/FinkProjectNews-stable";>Stable</a></li>
  <li><a 
href="http://feeds2.feedburner.com/FinkProjectNews-unstable";>Unstable</a></li>
 </ul>
 
-</td></tr></table>
-<? include_once "footer.inc"; ?>
+<h2>Backup Feeds, if feeds2.feedburner.com gets no updates</h2>
+<ul>
+ <li><a href="feed://<?php print $_SERVER["SERVER_NAME"]; 
?>/news/rdf/fink-stable.rss">Stable</a></li>
+ <li><a href="feed://<?php print $_SERVER["SERVER_NAME"]; 
?>/news/rdf/fink-stable-no-splitoffs.rss">Stable without splitoffs</a></li>
+<!-- <li><a href="feed://<?php print $_SERVER["SERVER_NAME"]; 
?>/news/rdf/fink-stable.rss">Unstable</a></li> -->
+<!-- <li><a href="feed://<?php print $_SERVER["SERVER_NAME"]; 
?>/news/rdf/fink-unstable-no-splitoffs.rss">Unstable without splitoffs</a></li> 
-->
+ <li><a href="feed://<?php print $_SERVER["SERVER_NAME"]; 
?>/news/rdf/fink-experimental.rss">Experimental</a></li>
+</ul>
+
+</td></tr>
+</table>
+<?php
+include_once "footer.inc";
+?>


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to