[polly] r264143 - www: Drop polyhedral news reference.
Tobias Grosser via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 23 02:26:40 PDT 2016
Author: grosser
Date: Wed Mar 23 04:26:39 2016
New Revision: 264143
URL: http://llvm.org/viewvc/llvm-project?rev=264143&view=rev
Log:
www: Drop polyhedral news reference.
The feed2html service used has been unavailable a couple of times and always
causes the polly website to fail to load correctly.
Modified:
polly/trunk/www/menu.html.incl
Modified: polly/trunk/www/menu.html.incl
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/menu.html.incl?rev=264143&r1=264142&r2=264143&view=diff
==============================================================================
--- polly/trunk/www/menu.html.incl (original)
+++ polly/trunk/www/menu.html.incl Wed Mar 23 04:26:39 2016
@@ -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>
More information about the llvm-commits
mailing list