From e48b77b5b1489a0efa802f25f6457f3b70a96291 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Fri, 25 Sep 2020 12:35:27 +0200 Subject: [PATCH] docs: remove webmaster article This article is out-of-date, so let's instead forward to the "About Mesa3D.org" article on the main website. This explains where to submit merge requests for wanted changes. Reviewed-by: Eric Engestrom Part-of: --- docs/_exts/redirects.py | 3 ++- docs/contents.rst | 1 - docs/webmaster.rst | 8 -------- 3 files changed, 2 insertions(+), 10 deletions(-) delete mode 100644 docs/webmaster.rst diff --git a/docs/_exts/redirects.py b/docs/_exts/redirects.py index 3c6009549f7..eb5d082d3b5 100644 --- a/docs/_exts/redirects.py +++ b/docs/_exts/redirects.py @@ -2,7 +2,8 @@ import os redirects = [ ('llvmpipe', 'gallium/drivers/llvmpipe.html'), - ('postprocess', 'gallium/postprocess.html') + ('postprocess', 'gallium/postprocess.html'), + ('webmaster', 'https://www.mesa3d.org/website/') ] def create_redirect(dst): diff --git a/docs/contents.rst b/docs/contents.rst index 141a6c31fbc..4e2e458d124 100644 --- a/docs/contents.rst +++ b/docs/contents.rst @@ -27,7 +27,6 @@ lists bugs - webmaster Mesa/DRI Wiki .. toctree:: diff --git a/docs/webmaster.rst b/docs/webmaster.rst deleted file mode 100644 index 4838aa9a961..00000000000 --- a/docs/webmaster.rst +++ /dev/null @@ -1,8 +0,0 @@ -Webmaster -========= - -If you have problems, edits or additions for this website send them to -Brian (*brian.e.paul gmail.com*). - -Mark Manning made the frame-based layout for the website. Brian's -modified it a lot since then.