import known bugs from wiki
authorChristian Hofstaedtler <ch@grml.org>
Mon, 7 Nov 2011 17:30:46 +0000 (18:30 +0100)
committerChristian Hofstaedtler <ch@grml.org>
Mon, 7 Nov 2011 17:30:46 +0000 (18:30 +0100)
bugs/index.php
bugs/known/index.php [new file with mode: 0644]
static.inc

index 9cc58c4..f7a8c58 100644 (file)
 
         <p><img style="float: right" src="/img/face-tongue.png" alt="*" /></p>
 
-        <h1>Bugs</h1>
+        <h1>Reporting Bugs</h1>
 
-        <h2>Known Bugs</h2>
-        <p>Issues regarding the current releases can be found in the <a
-          href="http://wiki.grml.org/">grml-wiki</a>:</p>
-
-        <ul>
-          <li>Known Bugs for <a href="http://wiki.grml.org/doku.php?id=grml_2011.05">Grml 2011.05</a></li>
-          <li>Known Bugs for <a href="http://wiki.grml.org/doku.php?id=grml_2010.12">Grml 2010.12</a></li>
-        </ul>
-
-        <ul>
-          <li><a href="http://bts.grml.org/grml/">Open Issues in the Bugtracker</a></li>
-        </ul>
-
-        <h2>Report a new bug</h2>
+       <p>
+       Please check for <a href="/bugs/known/">known bugs</a> first.</p>
 
         <ul>
           <li>Web: <a href="http://bts.grml.org/grml/user?@template=register">Register</a> and then <a href="http://bts.grml.org/grml/issue?@template=item">Create an issue</a></li>
           <li>Using E-Mail: Send mail to <code>bugs (at) grml.org</code></li>
         </ul>
 
-        <p>Please be as specific as possible.<br>
+        <p>Please be as specific as possible.</p>
+
+       <p>
         Include at least:
         <ul>
             <li>Steps to reproduce the problem</li>
diff --git a/bugs/known/index.php b/bugs/known/index.php
new file mode 100644 (file)
index 0000000..caa564c
--- /dev/null
@@ -0,0 +1,52 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title>grml.org - Known Bugs</title>
+<meta name="Title" content="grml.org - Known Bugs" />
+<meta name="Author" content="the grml team [www.grml.org/team/]" />
+<meta name="Keywords" content="grml.org, grml" />
+<meta name="Description" content="Report bug(s) at grml.org" />
+<meta name="Abstract" content="grml, just another linux-distribution" />
+<meta name="fdse-index-as" content="http://www.grml.org/bugs/known/" />
+<meta name="Robots" content="index,follow" />
+<meta name="Language" content="english" />
+<meta name="identifier-url" content="http://www.grml.org/" />
+<meta name="MSSmartTagsPreventParsing" content="true" />
+<meta http-equiv="imagetoolbar" content="no" />
+<link rel="home" href="/" title="grml.org" />
+<link rel="help" href="/features/" title="About" />
+<link rel="author" href="/team/" title="Team" />
+<link rel="icon" href="/favicon.png" type="image/png" />
+<link rel="stylesheet" href="/style.css" type="text/css" />
+</head>
+
+<body>
+<?php include '../../static.inc'; ?>
+
+<div class="content">
+
+        <h1>Known Bugs</h1>
+
+        <p>Additional issues can be found in the Grml Bugtracker. <a href="http://bts.grml.org/grml/">List of Open Issues</a>.</p>
+
+       <p>If you find additional bugs, please <a href="/bugs/">please report them</a>.</p>
+
+       <h2>Known Bugs in Grml 2011.05</h2>
+       <ul>
+         <li>The menu shown on grml-small offers to start x11. Unfortunately grml-x is not included in grml-small and selecting a window manager will result in an error. (Fixed in git for upcoming release.)</li>
+         <li>iscsitarget does not work because the kernel modules are missing in the released ISOs.</li>
+       </ul>
+
+       <h2>Known Bugs in Grml 2010.12</h2>
+       <ul>
+         <li>UTF-8 support is broken on tty2 and tty3.</li>
+       </ul>
+
+       <h2>Known Bugs in Grml 2010.04</h2>
+       <ul>
+         <li>None.</li>
+       </ul>
+
+</div>
+
+<?php include '../../static_bottom.inc'; ?>
index e85adc7..c10fa71 100644 (file)
@@ -36,6 +36,7 @@
             <h3>Development</h3>
               <p>
                 <a class="plain" href="/bugs/">Reporting Bugs</a><br/>
+                <a class="plain" href="/bugs/known/">Known Bugs</a><br/>
                 <a class="plain" href="/beta/">Beta Versions</a><br/>
               </p>
             <h3>Support</h3>