From 36da0459e4d0b12ab46f0e2090d107a22f68844a Mon Sep 17 00:00:00 2001
From: Brian Paul
Date: Thu, 20 Jan 2005 03:55:10 +0000
Subject: [PATCH] Use a simple CSS style sheet.
---
docs/bugs.html | 4 +++-
docs/conform.html | 4 +++-
docs/contents.html | 22 ++++++++++++++++++++--
docs/custom.html | 4 +++-
docs/cvs_access.html | 4 +++-
docs/cvs_branches.html | 4 +++-
docs/debugging.html | 4 +++-
docs/demos.html | 4 +++-
docs/devinfo.html | 4 +++-
docs/download.html | 4 +++-
docs/envvars.html | 4 +++-
docs/extensions.html | 4 +++-
docs/faq.html | 4 +++-
docs/fbdev-dri.html | 4 +++-
docs/games.html | 4 +++-
docs/glfbdev-driver.html | 4 +++-
docs/glu.html | 4 +++-
docs/helpwanted.html | 4 +++-
docs/index.html | 5 +----
docs/install.html | 4 +++-
docs/intro.html | 4 +++-
docs/libraries.html | 4 +++-
docs/license.html | 4 +++-
docs/lists.html | 4 +++-
docs/mangling.html | 4 +++-
docs/mesa.css | 35 +++++++++++++++++++++++++++++++++++
docs/modelers.html | 4 +++-
docs/news.html | 6 ++++--
docs/osmesa.html | 4 +++-
docs/pbuffers.html | 4 +++-
docs/perf.html | 4 +++-
docs/precompiled.html | 4 +++-
docs/relnotes.html | 4 +++-
docs/science.html | 4 +++-
docs/sourcedocs.html | 4 +++-
docs/subset.html | 4 +++-
docs/systems.html | 4 +++-
docs/thanks.html | 4 +++-
docs/utilities.html | 4 +++-
docs/utility.html | 4 +++-
docs/webmaster.html | 4 +++-
41 files changed, 171 insertions(+), 45 deletions(-)
create mode 100644 docs/mesa.css
diff --git a/docs/bugs.html b/docs/bugs.html
index 0ace151..d255f42 100644
--- a/docs/bugs.html
+++ b/docs/bugs.html
@@ -2,7 +2,9 @@
Mesa Bug Reporting
-
+
+
+
Bug Database
diff --git a/docs/conform.html b/docs/conform.html
index eded6a7..3611f8c 100644
--- a/docs/conform.html
+++ b/docs/conform.html
@@ -2,7 +2,9 @@
Conformance
-
+
+
+
Conformance
diff --git a/docs/contents.html b/docs/contents.html
index aca9aa2..f867786 100644
--- a/docs/contents.html
+++ b/docs/contents.html
@@ -2,7 +2,26 @@
Contents
-
+
+
+
+
+
+
+
Documentation
@@ -53,7 +72,6 @@
- Utilities
- Help Wanted
- Development Notes
-
- Writing Device Drivers
- Source Documentation
- Subset Information
- fbdev/DRI Environment
diff --git a/docs/custom.html b/docs/custom.html
index a5cfdeb..e9beba6 100644
--- a/docs/custom.html
+++ b/docs/custom.html
@@ -2,7 +2,9 @@
Custom Development
-
+
+
+
Custom Development
diff --git a/docs/cvs_access.html b/docs/cvs_access.html
index be8e129..40104d7 100644
--- a/docs/cvs_access.html
+++ b/docs/cvs_access.html
@@ -2,7 +2,9 @@
CVS Access
-
+
+
+
CVS Access
diff --git a/docs/cvs_branches.html b/docs/cvs_branches.html
index cc07c58..98df3d0 100644
--- a/docs/cvs_branches.html
+++ b/docs/cvs_branches.html
@@ -2,7 +2,9 @@
CVS Branches
-
+
+
+
CVS Branch Information
diff --git a/docs/debugging.html b/docs/debugging.html
index cdefa7d..2df62f5 100644
--- a/docs/debugging.html
+++ b/docs/debugging.html
@@ -2,7 +2,9 @@
Debugging Tips
-
+
+
+
Debugging Tips
diff --git a/docs/demos.html b/docs/demos.html
index 6e18945..b4a2cc5 100644
--- a/docs/demos.html
+++ b/docs/demos.html
@@ -2,7 +2,9 @@
Demos
-
+
+
+
Demos
diff --git a/docs/devinfo.html b/docs/devinfo.html
index 498b713..9fcd8cf 100644
--- a/docs/devinfo.html
+++ b/docs/devinfo.html
@@ -2,7 +2,9 @@
Development Notes
-
+
+
+
Development Notes
diff --git a/docs/download.html b/docs/download.html
index 54c5d97..b30b98f 100644
--- a/docs/download.html
+++ b/docs/download.html
@@ -2,7 +2,9 @@
Getting Mesa
-
+
+
+
Downloading / Unpacking
diff --git a/docs/envvars.html b/docs/envvars.html
index 12e44e2..fbcea56 100644
--- a/docs/envvars.html
+++ b/docs/envvars.html
@@ -2,7 +2,9 @@
Environment Variables
-
+
+
+
Environment Variables
diff --git a/docs/extensions.html b/docs/extensions.html
index b4906ec..dbb8eba 100644
--- a/docs/extensions.html
+++ b/docs/extensions.html
@@ -2,7 +2,9 @@
Mesa Extensions
-
+
+
+
Mesa Extensions
diff --git a/docs/faq.html b/docs/faq.html
index c9081c9..7ae65e6 100644
--- a/docs/faq.html
+++ b/docs/faq.html
@@ -2,7 +2,9 @@
Mesa FAQ
-
+
+
+
diff --git a/docs/fbdev-dri.html b/docs/fbdev-dri.html
index 06277f5..18b0ca8 100644
--- a/docs/fbdev-dri.html
+++ b/docs/fbdev-dri.html
@@ -2,7 +2,9 @@
Mesa fbdev/DRI Environment
-
+
+
+
Mesa fbdev/DRI Drivers
diff --git a/docs/games.html b/docs/games.html
index 5ed7998..dcf5cf2 100644
--- a/docs/games.html
+++ b/docs/games.html
@@ -2,7 +2,9 @@
Games
-
+
+
+
Games
diff --git a/docs/glfbdev-driver.html b/docs/glfbdev-driver.html
index 804b2c1..b49950e 100644
--- a/docs/glfbdev-driver.html
+++ b/docs/glfbdev-driver.html
@@ -2,7 +2,9 @@
Mesa glFBDev Driver
-
+
+
+
Mesa glFBDev Driver
diff --git a/docs/glu.html b/docs/glu.html
index e3c9189..108ea1c 100644
--- a/docs/glu.html
+++ b/docs/glu.html
@@ -2,7 +2,9 @@
SGI GLU
-
+
+
+
SGI SI GLU
diff --git a/docs/helpwanted.html b/docs/helpwanted.html
index b9434d0..44b9067 100644
--- a/docs/helpwanted.html
+++ b/docs/helpwanted.html
@@ -2,7 +2,9 @@
Help Wanted
-
+
+
+
Help Wanted
diff --git a/docs/index.html b/docs/index.html
index 0edf432..0fe3a6f 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -13,10 +13,7 @@
-
-
-
-
+
diff --git a/docs/install.html b/docs/install.html
index d2ad3ea..a0962cc 100644
--- a/docs/install.html
+++ b/docs/install.html
@@ -2,7 +2,9 @@
Compilation and Installation
-
+
+
+
Compilation and Installation
diff --git a/docs/intro.html b/docs/intro.html
index db8f25f..c087116 100644
--- a/docs/intro.html
+++ b/docs/intro.html
@@ -2,7 +2,9 @@
Mesa Introduction
-
+
+
+
Introduction
diff --git a/docs/libraries.html b/docs/libraries.html
index a7faab6..ce0ee70 100644
--- a/docs/libraries.html
+++ b/docs/libraries.html
@@ -2,7 +2,9 @@
Libraries and Toolkits
-
+
+
+
Libraries and Toolkits
diff --git a/docs/license.html b/docs/license.html
index 475baaa..3831425 100644
--- a/docs/license.html
+++ b/docs/license.html
@@ -2,7 +2,9 @@
License / Cppyright Information
-
+
+
+
License / Copyright Information
diff --git a/docs/lists.html b/docs/lists.html
index 2c97d88..09f903d 100644
--- a/docs/lists.html
+++ b/docs/lists.html
@@ -2,7 +2,9 @@
Mesa Mailing Lists
-
+
+
+
Mailing Lists
diff --git a/docs/mangling.html b/docs/mangling.html
index 5aafcb2..cb19e75 100644
--- a/docs/mangling.html
+++ b/docs/mangling.html
@@ -2,7 +2,9 @@
Function Name Mangling
-
+
+
+
Function Name Mangling
diff --git a/docs/mesa.css b/docs/mesa.css
new file mode 100644
index 0000000..190fd56
--- /dev/null
+++ b/docs/mesa.css
@@ -0,0 +1,35 @@
+/* Mesa CSS */
+body {
+ background-color: #55bbff;
+ font: 14px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
+ color: black;
+ link: #111188;
+}
+
+h1 {
+ background-color: #55bbff;
+ font: 24px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
+ font-weight: bold;
+ color: black;
+}
+
+h2 {
+ background-color: #55bbff;
+ font: 18px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif, bold;
+ font-weight: bold;
+ color: black;
+}
+
+code {
+ font-family: monospace;
+ font-size: 10pt;
+ color: black;
+}
+
+
+pre {
+ /*font-family: monospace;*/
+ font-size: 10pt;
+ /*color: black;*/
+}
+
diff --git a/docs/modelers.html b/docs/modelers.html
index db2c8c1..20f8855 100644
--- a/docs/modelers.html
+++ b/docs/modelers.html
@@ -2,7 +2,9 @@
Modelers, Renderers and Viewers
-
+
+
+
Modelers, Renderers and Viewers
diff --git a/docs/news.html b/docs/news.html
index c33c619..313b98f 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -2,7 +2,9 @@
Mesa News
-
+
+
+
News
@@ -958,6 +960,6 @@ source code.
-$Id: news.html,v 3.16 2004/12/09 23:21:36 brianp Exp $
+$Id: news.html,v 3.17 2005/01/20 03:55:10 brianp Exp $
\ No newline at end of file
diff --git a/docs/osmesa.html b/docs/osmesa.html
index 6ed3c5e..6feb8df 100644
--- a/docs/osmesa.html
+++ b/docs/osmesa.html
@@ -2,7 +2,9 @@
Off-screen Rendering
-
+
+
+
Off-screen Rendering
diff --git a/docs/pbuffers.html b/docs/pbuffers.html
index 68a5e3e..2599101 100644
--- a/docs/pbuffers.html
+++ b/docs/pbuffers.html
@@ -2,7 +2,9 @@
PBuffer Rendering
-
+
+
+
PBuffer Rendering
diff --git a/docs/perf.html b/docs/perf.html
index 89f6eae..ee9c4b1 100644
--- a/docs/perf.html
+++ b/docs/perf.html
@@ -2,7 +2,9 @@
Performance Tips
-
+
+
+
Performance Tips
diff --git a/docs/precompiled.html b/docs/precompiled.html
index 9696a45..166d33d 100644
--- a/docs/precompiled.html
+++ b/docs/precompiled.html
@@ -2,7 +2,9 @@
Precompiled libraries
-
+
+
+
Precompiled Libraries
diff --git a/docs/relnotes.html b/docs/relnotes.html
index 6556f7e..bef9e15 100644
--- a/docs/relnotes.html
+++ b/docs/relnotes.html
@@ -2,7 +2,9 @@
Mesa Release Notes
-
+
+
+
Release Notes
diff --git a/docs/science.html b/docs/science.html
index 6baac21..f55cf31 100644
--- a/docs/science.html
+++ b/docs/science.html
@@ -2,7 +2,9 @@
Science and Technical
-
+
+
+
Science and Technical
diff --git a/docs/sourcedocs.html b/docs/sourcedocs.html
index c388769..a5248d9 100644
--- a/docs/sourcedocs.html
+++ b/docs/sourcedocs.html
@@ -2,7 +2,9 @@
Source Code Documentation
-
+
+
+
Source Code Documentation
diff --git a/docs/subset.html b/docs/subset.html
index 487e721..dd1d742 100644
--- a/docs/subset.html
+++ b/docs/subset.html
@@ -2,7 +2,9 @@
Mesa Subset
-
+
+
+
Mesa Subset
diff --git a/docs/systems.html b/docs/systems.html
index 46661d6..01d994e 100644
--- a/docs/systems.html
+++ b/docs/systems.html
@@ -2,7 +2,9 @@
Supported Systems and Drivers
-
+
+
+
Supported Systems and Drivers
diff --git a/docs/thanks.html b/docs/thanks.html
index 8ed3dbc..73fa681 100644
--- a/docs/thanks.html
+++ b/docs/thanks.html
@@ -4,7 +4,9 @@
Acknowledgements
-
+
+
+
Acknowledgments
diff --git a/docs/utilities.html b/docs/utilities.html
index db2feba..4693639 100644
--- a/docs/utilities.html
+++ b/docs/utilities.html
@@ -2,7 +2,9 @@
Development Utilities
-
+
+
+
Development Utilities
diff --git a/docs/utility.html b/docs/utility.html
index e419fbf..c7cad01 100644
--- a/docs/utility.html
+++ b/docs/utility.html
@@ -2,7 +2,9 @@
Utilities
-
+
+
+
Utilities
diff --git a/docs/webmaster.html b/docs/webmaster.html
index 6ab101e..e645b90 100644
--- a/docs/webmaster.html
+++ b/docs/webmaster.html
@@ -2,7 +2,9 @@
Mesa Introduction
-
+
+
+
Webmaster
--
2.7.4