summaryrefslogtreecommitdiff
path: root/polly/www
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2016-03-23 09:26:39 +0000
committerTobias Grosser <tobias@grosser.es>2016-03-23 09:26:39 +0000
commit00c85c6f2fe98f8ae5bc6ee585b656ba2c06f06b (patch)
tree5b465d2485be1c4d19386b1308ac3d476bde939b /polly/www
parentbfb6a9683bd9b9812ee58af2181d190b07e7221c (diff)
downloadllvm-00c85c6f2fe98f8ae5bc6ee585b656ba2c06f06b.tar.gz
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. llvm-svn: 264143
Diffstat (limited to 'polly/www')
-rw-r--r--polly/www/menu.html.incl20
1 files changed, 0 insertions, 20 deletions
diff --git a/polly/www/menu.html.incl b/polly/www/menu.html.incl
index 8b53de3a71a2..75db58549fcc 100644
--- a/polly/www/menu.html.incl
+++ b/polly/www/menu.html.incl
@@ -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>