www: Drop polyhedral news reference.
authorTobias Grosser <tobias@grosser.es>
Wed, 23 Mar 2016 09:26:39 +0000 (09:26 +0000)
committerTobias Grosser <tobias@grosser.es>
Wed, 23 Mar 2016 09:26:39 +0000 (09:26 +0000)
The feed2html service used has been unavailable a couple of times and always
causes the polly website to fail to load correctly.

llvm-svn: 264143

polly/www/menu.html.incl

index 8b53de3..75db585 100644 (file)
@@ -45,26 +45,6 @@ Optimizations</span></h2>
     <a href="http://repo.or.cz/w/polly-mirror.git">Browse (GitWeb)</a>
   </div>
 
-  <div class="submenu2">
-  <label><a href="http://polyhedral.info" style="color: white">polyhedral.info - News</a></label>
-  <script language="JavaScript"
-  src="http://feed2js.org//feed2js.php?src=http%3A%2F%2Fpolyhedral.info%2Frss.xml&num=5&date=y&utf=y&desc=200"
-  charset="UTF-8" type="text/javascript"></script>
-
-  <noscript>
-  <a
-  href="http://feed2js.org//feed2js.php?src=http%3A%2F%2Fpolyhedral.info%2Frss.xml&num=5&date=y&utf=y&html=y">View
-  RSS feed</a>
-  </noscript>
-<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
-<script type='text/javascript'>
-function myFormat(dateTime) {
-    var months = ['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'];
-    var dateString = months[dateTime.getMonth()] + ' ' + dateTime.getDate() + ', ' + dateTime.getFullYear();
-    return dateString;
-}
-$(document).ready(function() {$('.rss-date').each(function() {$(this).text(myFormat(new Date($(this).text())));});});
-</script>
  </div>
 </div>