[polly] r303725 - Add a permanent Polly Hangouts URL

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Tue May 23 23:46:12 PDT 2017


Author: grosser
Date: Wed May 24 01:46:11 2017
New Revision: 303725

URL: http://llvm.org/viewvc/llvm-project?rev=303725&view=rev
Log:
Add a permanent Polly Hangouts URL

Added:
    polly/trunk/www/hangouts.html

Added: polly/trunk/www/hangouts.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/hangouts.html?rev=303725&view=auto
==============================================================================
--- polly/trunk/www/hangouts.html (added)
+++ polly/trunk/www/hangouts.html Wed May 24 01:46:11 2017
@@ -0,0 +1,15 @@
+<!DOCTYPE HTML>
+<html lang="en-US">
+    <head>
+        <meta charset="UTF-8">
+        <meta http-equiv="refresh" content="1; url=https://hangouts.google.com/hangouts/_/event/cj22k9t0q6sbhlr21g8kcha0r8g?hl=en-GB&authuser=0">
+        <script type="text/javascript">
+            window.location.href = "https://hangouts.google.com/hangouts/_/event/cj22k9t0q6sbhlr21g8kcha0r8g?hl=en-GB&authuser=0"
+        </script>
+        <title>Page Redirection</title>
+    </head>
+    <body>
+        <!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
+        If you are not redirected automatically, follow this <a href='https://hangouts.google.com/hangouts/_/event/cj22k9t0q6sbhlr21g8kcha0r8g?hl=en-GB&authuser=0'>link to Polly Hangouts</a>.
+    </body>
+</html>




More information about the llvm-commits mailing list