Web placeholder for pending patches on the web site

This is based on recent developments on patch checker and the
goal is to keep a list of pending patches needing review on the
project web site. The page template in git just holds a pointer
to the web page.
This commit is contained in:
Daniel Veillard 2012-04-13 22:52:03 +08:00
parent b71af85686
commit 1ce159c1c9
2 changed files with 16 additions and 0 deletions

12
docs/pending.html.in Normal file
View File

@ -0,0 +1,12 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Pending patches needing review</title>
</head>
<body>
<h1>Pending patches needing review</h1>
<p> A list of pending patches needing review upstream is available
on <a href="http://libvirt.org/pending.html">the project pending
patches page</a>.</p>
</body>
</html>

View File

@ -332,6 +332,10 @@
<a href="todo.html">Todo list</a>
<span>Main feature request list</span>
</li>
<li>
<a href="pending.html">Pending patches</a>
<span>Pending patches awaiting reviews and integration</span>
</li>
</ul>
</li>
<li>