docs: harmonize headings and titles
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Mon, 6 May 2019 11:13:11 +0000 (13:13 +0200)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Wed, 8 May 2019 07:18:15 +0000 (07:18 +0000)
We're pretty insonsistent in what the headings and titles are, especially
compared to what the articles are listed as in the sidebar. Let's
harmonize this.

There's a notable exception for meson.html, where the sidebar uses a
short-hand form that makes sense in the sidebar, but not in the article
due to the visible context being different.

Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
12 files changed:
docs/bugs.html
docs/conform.html
docs/dispatch.html
docs/egl.html
docs/helpwanted.html
docs/meson.html
docs/repository.html
docs/shading.html
docs/sourcedocs.html
docs/sourcetree.html
docs/submittingpatches.html
docs/vmware-guest.html

index 2653ffd74e6e599f841f80244ac4b31b2cc4a6cb..9b63180357543aa49d11626437a9e7f6017965a1 100644 (file)
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
   <meta http-equiv="content-type" content="text/html; charset=utf-8">
-  <title>Mesa Bug Reporting</title>
+  <title>Report a Bug</title>
   <link rel="stylesheet" type="text/css" href="mesa.css">
 </head>
 <body>
@@ -14,7 +14,7 @@
 <iframe src="contents.html"></iframe>
 <div class="content">
 
-<h1>Report a bug</h1>
+<h1>Report a Bug</h1>
 
 <p>
 The Mesa bug database is hosted on
index 55931376b4fb4a15dff945d169c3caebe71ef72e..19ed4c504492eaec6ade7d4f9618adb25f737c58 100644 (file)
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
   <meta http-equiv="content-type" content="text/html; charset=utf-8">
-  <title>Conformance</title>
+  <title>Conformance Testing</title>
   <link rel="stylesheet" type="text/css" href="mesa.css">
 </head>
 <body>
@@ -14,7 +14,7 @@
 <iframe src="contents.html"></iframe>
 <div class="content">
 
-<h1>Conformance</h1>
+<h1>Conformance Testing</h1>
 
 <p>
 The SGI OpenGL conformance tests verify correct operation of OpenGL
index c98ec6592d6a7439c6b0c433052b46c6b5a46502..c9c958e0617791c24a65d1399b831b7f52028028 100644 (file)
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
   <meta http-equiv="content-type" content="text/html; charset=utf-8">
-  <title>GL Dispatch in Mesa</title>
+  <title>GL Dispatch</title>
   <link rel="stylesheet" type="text/css" href="mesa.css">
 </head>
 <body>
@@ -14,7 +14,7 @@
 <iframe src="contents.html"></iframe>
 <div class="content">
 
-<h1>GL Dispatch in Mesa</h1>
+<h1>GL Dispatch</h1>
 
 <p>Several factors combine to make efficient dispatch of OpenGL functions
 fairly complicated.  This document attempts to explain some of the issues
index 6a45145d31c7e1776d47b5f82827774d0e32b16b..c42c37056cc73fdd7c7ad4b97e3d80cf14a57540 100644 (file)
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
   <meta http-equiv="content-type" content="text/html; charset=utf-8">
-  <title>Mesa EGL</title>
+  <title>EGL</title>
   <link rel="stylesheet" type="text/css" href="mesa.css">
 </head>
 <body>
@@ -14,7 +14,7 @@
 <iframe src="contents.html"></iframe>
 <div class="content">
 
-<h1>Mesa EGL</h1>
+<h1>EGL</h1>
 
 <p>The current version of EGL in Mesa implements EGL 1.4.  More information
 about EGL can be found at
index f9583e6761a33538ba43705848b3f64c5f626846..2b566475f9f064a8846fa810ab65d5b8e68ab0c0 100644 (file)
@@ -14,7 +14,7 @@
 <iframe src="contents.html"></iframe>
 <div class="content">
 
-<h1>Help Wanted / To-Do List</h1>
+<h1>Help Wanted</h1>
 
 <p>
 We can always use more help with the Mesa project.
index ad954c1cc31afe60ae5efbaa66464248d30ac895..32ed59e34a967a8b3393b7f0c0991ebe636cbcd9 100644 (file)
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
   <meta http-equiv="content-type" content="text/html; charset=utf-8">
-  <title>Compilation and Installation using Meson</title>
+  <title>Compilation and Installation Using Meson</title>
   <link rel="stylesheet" type="text/css" href="mesa.css">
 </head>
 <body>
@@ -14,7 +14,7 @@
 <iframe src="contents.html"></iframe>
 <div class="content">
 
-<h1>Compilation and Installation using Meson</h1>
+<h1>Compilation and Installation Using Meson</h1>
 
 <ul>
   <li><a href="#intro">Introduction</a></li>
index 10e90fba2edd4ce68f4cd10039067564b27435e2..328be5c432f30c907a06c7ce379885d124b4562d 100644 (file)
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
   <meta http-equiv="content-type" content="text/html; charset=utf-8">
-  <title>Code Repository</title>
+  <title>Source Code Repository</title>
   <link rel="stylesheet" type="text/css" href="mesa.css">
 </head>
 <body>
@@ -14,7 +14,7 @@
 <iframe src="contents.html"></iframe>
 <div class="content">
 
-<h1>Code Repository</h1>
+<h1>Source Code Repository</h1>
 
 <p>
 Mesa uses <a href="https://git-scm.com">git</a>
index 174337b41f2f5f1d5ee2ce85a916ca6f5d655515..fb5ceb3c137d8b6a395b683d07dd3ad94fe36418 100644 (file)
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
   <meta http-equiv="content-type" content="text/html; charset=utf-8">
-  <title>Shading Language Support</title>
+  <title>Shading Language</title>
   <link rel="stylesheet" type="text/css" href="mesa.css">
 </head>
 <body>
@@ -14,7 +14,7 @@
 <iframe src="contents.html"></iframe>
 <div class="content">
 
-<h1>Shading Language Support</h1>
+<h1>Shading Language</h1>
 
 <p>
 This page describes the features and status of Mesa's support for the
index 10a0810ad22b4e31b201be08a77f703d38cc3a43..9e79f24b80afffd53c6c9d8d0a0654b5e52b8e58 100644 (file)
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
   <meta http-equiv="content-type" content="text/html; charset=utf-8">
-  <title>Source Code Documentation</title>
+  <title>Source Documentation</title>
   <link rel="stylesheet" type="text/css" href="mesa.css">
 </head>
 <body>
@@ -14,7 +14,7 @@
 <iframe src="contents.html"></iframe>
 <div class="content">
 
-<h1>Source Code Documentation</h1>
+<h1>Source Documentation</h1>
 
 <p>
 <a href="http://www.doxygen.org">Doxygen</a>
index d2d129606437d0a57e30561c7906cb1a08af47bc..c07a75a7ebe7306a1b95c61957d9a6474bc8c28b 100644 (file)
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
   <meta http-equiv="content-type" content="text/html; charset=utf-8">
-  <title>Mesa Source Tree</title>
+  <title>Source Code Tree</title>
   <link rel="stylesheet" type="text/css" href="mesa.css">
 </head>
 <body>
@@ -14,7 +14,7 @@
 <iframe src="contents.html"></iframe>
 <div class="content">
 
-<h1>Mesa source code tree overview</h1>
+<h1>Source Code Tree</h1>
 
 <p>
 This is a brief summary of Mesa's directory tree and what's contained in
index 4afa56f5e0bd8332e08aea159063d009642616ec..a8e3b065038a937c8c643d9067b185b82665aa10 100644 (file)
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
   <meta http-equiv="content-type" content="text/html; charset=utf-8">
-  <title>Submitting patches</title>
+  <title>Submitting Patches</title>
   <link rel="stylesheet" type="text/css" href="mesa.css">
 </head>
 <body>
@@ -14,7 +14,7 @@
 <iframe src="contents.html"></iframe>
 <div class="content">
 
-<h1>Submitting patches</h1>
+<h1>Submitting Patches</h1>
 
 
 <ul>
index b6db5660e80b93316964ee16e509361f1926ef0b..537b73a9a99be93f5d8d4a82400cde82dfd0114a 100644 (file)
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
   <meta http-equiv="content-type" content="text/html; charset=utf-8">
-  <title>VMware guest GL driver</title>
+  <title>VMware SVGA3D Guest Driver</title>
   <link rel="stylesheet" type="text/css" href="mesa.css">
 </head>
 <body>
@@ -14,7 +14,7 @@
 <iframe src="contents.html"></iframe>
 <div class="content">
 
-<h1>VMware guest GL driver</h1>
+<h1>VMware SVGA3D Guest Driver</h1>
 
 <p>
 This page describes how to build, install and use the