diff options
author | Erik Faye-Lund <[email protected]> | 2019-06-03 19:07:50 +0200 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-06-05 23:48:44 +0200 |
commit | 9a65de343ec0db28755ee922c9e14ae633024f11 (patch) | |
tree | eb1fa8d538de28427571e1a9a7207d9b865bb2f9 /docs | |
parent | 905d914cb694b90dddd5206eed436d1aae108e8b (diff) |
docs: use verbatim .plan quote
This quote is now verbatim, as archived here:
https://github.com/ESWAT/john-carmack-plan-archive/blob/master/by_year/johnc_plan_1999.txt
This makes it look a bit more consistent with the following news-entry,
and makes things IMO a bit more clear.
Signed-off-by: Erik Faye-Lund <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/index.html b/docs/index.html index 5286930326b..d472a311f8d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2563,11 +2563,11 @@ grateful. <h2>May 1, 1999</h2> <p>John Carmack made an interesting .plan update yesterday:</p> -<blockquote> - <i>"I put together a document on optimizing OpenGL drivers for Q3 that - should be helpful to the various Linux 3D teams.</i><br> - http://www.quake3arena.com/news/glopt.html" -</blockquote> +<pre> +I put together a document on optimizing OpenGL drivers for Q3 that should be helpful to the various Linux 3D teams. + +http://www.quake3arena.com/news/glopt.html +</pre> <h2>April 7, 1999</h2> <p>Updated the Mesa contributors section and added links to RPM Mesa packages.</p> |