docs: remove webmaster article
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Fri, 25 Sep 2020 10:35:27 +0000 (12:35 +0200)
committerMarge Bot <eric+marge@anholt.net>
Mon, 28 Sep 2020 07:51:31 +0000 (07:51 +0000)
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 <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6862>

docs/_exts/redirects.py
docs/contents.rst
docs/webmaster.rst [deleted file]

index 3c60095..eb5d082 100644 (file)
@@ -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):
index 141a6c3..4e2e458 100644 (file)
@@ -27,7 +27,6 @@
 
    lists
    bugs
-   webmaster
    Mesa/DRI Wiki <https://dri.freedesktop.org/>
 
 .. toctree::
diff --git a/docs/webmaster.rst b/docs/webmaster.rst
deleted file mode 100644 (file)
index 4838aa9..0000000
+++ /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.