[llvm-commits] [polly] r132678 - in /polly/trunk/www: bugs.html menu.html.incl

Tobias Grosser grosser at fim.uni-passau.de
Mon Jun 6 08:50:09 PDT 2011


Author: grosser
Date: Mon Jun  6 10:50:09 2011
New Revision: 132678

URL: http://llvm.org/viewvc/llvm-project?rev=132678&view=rev
Log:
www: Add website for the LLVM bugtracker use

Added:
    polly/trunk/www/bugs.html
Modified:
    polly/trunk/www/menu.html.incl

Added: polly/trunk/www/bugs.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/bugs.html?rev=132678&view=auto
==============================================================================
--- polly/trunk/www/bugs.html (added)
+++ polly/trunk/www/bugs.html Mon Jun  6 10:50:09 2011
@@ -0,0 +1,38 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+  "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+  <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+  <title>Polly - Bugs</title>
+  <link type="text/css" rel="stylesheet" href="menu.css" />
+  <link type="text/css" rel="stylesheet" href="content.css" />
+</head>
+<body>
+
+<!--#include virtual="menu.html.incl"-->
+
+<div id="content">
+
+<h1>Bugs in Polly</h1>
+
+Polly uses the LLVM bug tracking system.
+
+<h3>File a  Bug</h3>
+
+To report a bug go to the LLVM Bugzilla <a href="http://llvm.org/bugs/"
+>website</a>
+select "File a Bug", chose "Projects" and select the component "Polly". To go
+directly to the corresponding page
+follow this <a
+href="http://llvm.org/bugs/enter_bug.cgi?product=Projects&component=Polly">link</a>.
+New bug reports will automatically be sent to the Polly development mailing list.
+
+
+<h3>Open Bugs</h3>
+A list of the <a
+href="http://llvm.org/bugs/buglist.cgi?query_format=advanced&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&component=Polly&product=Projects">open
+bugs</a> in Polly is also available.
+
+</div>
+</body>
+</html>

Modified: polly/trunk/www/menu.html.incl
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/menu.html.incl?rev=132678&r1=132677&r2=132678&view=diff
==============================================================================
--- polly/trunk/www/menu.html.incl (original)
+++ polly/trunk/www/menu.html.incl Mon Jun  6 10:50:09 2011
@@ -20,7 +20,7 @@
       llvm-commits List
     </a>
     <a href="http://groups.google.com/group/polly-dev">polly-dev List</a>
-    <a href="http://llvm.org/bugs/">Bug Reports</a>
+    <a href="/bugs.html">Bug Reports</a>
   </div>
 
   <div class="submenu">





More information about the llvm-commits mailing list