From 6a66b6b2fea3fa24862586e27e9b03a2f92196a5 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Wed, 19 Nov 2008 20:57:23 -0500 Subject: Removed includes/phpsvnclient.php phpsvnclient.php was previously used to interface the Four Island Subversion Repositories so changesets could be seen via the RSS feed, but not only not many people want this in their RSS feed, and the people that did could get a seperate feed, but Four Island no longer uses Subversion, instead it uses the better, distributive Mercurial. --- rss.php | 54 ------------------------------------------------------ 1 file changed, 54 deletions(-) (limited to 'rss.php') diff --git a/rss.php b/rss.php index c9e866f..b13aef2 100755 --- a/rss.php +++ b/rss.php @@ -23,7 +23,6 @@ require('headerproc.php'); include('../security/config.php'); include('includes/db.php'); include('includes/bbcode.php'); -include('includes/phpsvnclient.php'); header('Content-type: application/rss+xml'); @@ -61,9 +60,6 @@ if (isset($_GET['mode'])) case 'poll': ?> Polls Projects CommentsAn archive of all of the Four Island POTWsAn archive of all of the Four Island Project checkinsAn archive of all of the comments people have left on Four IslandsetRespository('http://svn.fourisland.com/' . $name); -// $svn->setAuth('hatkirby','popstartwo506'); - $logs = $svn->getFileLogs(''); - - $k=0; - while (($items[$i] = $logs[$k])) - { - $items[$i]['sortDate'] = strtotime($items[$i]['date']); - $items[$i]['itemType'] = 'project'; - $items[$i]['project'] = $name; - $i++; - $k++; - } - } -} - if (!isset($_GET['mode']) || ($_GET['mode'] == 'comments')) { $getcomments = "SELECT * FROM comments ORDER BY id DESC LIMIT 0,10"; @@ -288,26 +254,6 @@ foreach ($items as $key => $value) break; case 'poll': break; - case 'project': - $value['comment'] = str_replace('[','',str_replace(']','',$value['comment'])); - if (strpos($value['comment'],"\n") !== FALSE) - { - $title = htmlentities(substr($value['comment'],0,strpos($value['comment'],"\n"))); - } else { - $title = htmlentities($value['comment']); - } -?> - - <?php echo($value['project']); ?> r<?php echo($value['version']); ?> - <?php echo($title); ?> - - http://www.fourisland.com/projects//changeset/ - - - - - - -- cgit 1.4.1