From 1ce159c1c9427cdfe4696673101f2195badd82dd Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 13 Apr 2012 22:52:03 +0800 Subject: [PATCH] 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. --- docs/pending.html.in | 12 ++++++++++++ docs/sitemap.html.in | 4 ++++ 2 files changed, 16 insertions(+) create mode 100644 docs/pending.html.in diff --git a/docs/pending.html.in b/docs/pending.html.in new file mode 100644 index 0000000000..7a31878c9d --- /dev/null +++ b/docs/pending.html.in @@ -0,0 +1,12 @@ + + + + Pending patches needing review + + +

Pending patches needing review

+

A list of pending patches needing review upstream is available + on the project pending + patches page.

+ + diff --git a/docs/sitemap.html.in b/docs/sitemap.html.in index 1de2b20c1b..8f58d46ab8 100644 --- a/docs/sitemap.html.in +++ b/docs/sitemap.html.in @@ -332,6 +332,10 @@ Todo list Main feature request list +
  • + Pending patches + Pending patches awaiting reviews and integration +
  • -- 2.47.2