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 hold a pointer to the web page. diff --git a/docs/pending.html.in b/docs/pending.html.in new file mode 100644 index 0000000..dfbe647 --- /dev/null +++ b/docs/pending.html.in @@ -0,0 +1,13 @@ +<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> + diff --git a/docs/sitemap.html.in b/docs/sitemap.html.in index 1de2b20..8f58d46 100644 --- a/docs/sitemap.html.in +++ b/docs/sitemap.html.in @@ -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> -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ daniel@xxxxxxxxxxxx | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/ -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list