diff options
author | Chad Versace <chad@kiwitree.net> | 2020-04-21 14:00:06 -0700 |
---|---|---|
committer | Chad Versace <chad@kiwitree.net> | 2020-04-21 14:00:06 -0700 |
commit | 8dd390b3cc40e39fe6db958582d4ceb6fea4ddee (patch) | |
tree | 97063d79d7af5b3ed6086d1348896b8db3034bbc | |
parent | ecbcbbda04bdbae58969e5403baaeb7fae5b8392 (diff) | |
download | intel-gfx-docs-8dd390b3cc40e39fe6db958582d4ceb6fea4ddee.zip intel-gfx-docs-8dd390b3cc40e39fe6db958582d4ceb6fea4ddee.tar.xz |
Clean up the link section
-rw-r--r-- | README.txt | 14 | ||||
-rw-r--r-- | prm/index.html | 21 |
2 files changed, 25 insertions, 10 deletions
@@ -1,5 +1,15 @@ Intel Graphics Documentation ============================ -Programmer Reference Manuals for Intel graphics hardware, downloaded -from Intel's official site <https://01.org/linuxgraphics/documentation>. +Programmer Reference Manuals for Intel graphics hardware. + +This is a mirror of the PDFs at Intel's official site. The mirror provides +bulk download of the PDFs via git; and better organization for old chipsets. + +Links +----- +Intel's official site: https://01.org/linuxgraphics/documentation +canonical uri: http://kiwitree.net/~chadv/intel-gfx-docs/prm +git clone: git://git.kiwitree.net/~chadv/intel-gfx-docs +git clone: http://git.kiwitree.net/~chadv/cgit/intel-gfx-docs +git webbrowse: http://git.kiwitree.net/cgit/~chadv/intel-gfx-docs diff --git a/prm/index.html b/prm/index.html index 95cb7ae..c1048e2 100644 --- a/prm/index.html +++ b/prm/index.html @@ -11,15 +11,20 @@ </style> </head> <body> - <h1>Programmer Reference Manuals for Intel graphics</h1> - <p>This is a mirror of the PDFs at Intel's official site - <a href="https://01.org/linuxgraphics/documentation">[https://01.org/linuxgraphics/documentation]</a>, - but better organized for quickreference.</p> - <h3>Git</h3> + <h1>Programmer Reference Manuals for Intel graphics</a></h1> + <p> + This is a mirror of the PDFs at + <a href="https://01.org/linuxgraphics/documentation">Intel's official site</a>. + The mirror provides bulk download of the PDFs via git; + and better organization for old chipsets. + </p> + <h3>Links</h3> <ul> - <li>Clone: <a href="git://git.kiwitree.net/~chadv/intel-gfx-docs" class="code">git://git.kiwitree.net/~chadv/intel-gfx-docs</a></li> - <li>Clone: <a href="http://git.kiwitree.net/~chadv/cgit/intel-gfx-docs" class="code">http://git.kiwitree.net/~chadv/cgit/intel-gfx-docs</a></li> - <li>Browse: <a href="http://git.kiwitree.net/cgit/~chadv/intel-gfx-docs" class="code">http://git.kiwitree.net/cgit/~chadv/intel-gfx-docs</a></li> + <li>canonical uri: <a href="http://kiwitree.net/~chadv/intel-gfx-docs/prm" class="code">http://kiwitree.net/~chadv/intel-gfx-docs/prm</a></li> + <li>git clone: <a href="git://git.kiwitree.net/~chadv/intel-gfx-docs" class="code">git://git.kiwitree.net/~chadv/intel-gfx-docs</a></li> + <li>git clone: <a href="http://git.kiwitree.net/~chadv/cgit/intel-gfx-docs" class="code">http://git.kiwitree.net/~chadv/cgit/intel-gfx-docs</a></li> + <li>git webbrowse: <a href="http://git.kiwitree.net/cgit/~chadv/intel-gfx-docs" class="code">http://git.kiwitree.net/cgit/~chadv/intel-gfx-docs</a></li> + <li>Intel's official site: <a href="https://01.org/linuxgraphics/documentation" class="code">https://01.org/linuxgraphics/documentation</li> </ul> <h3>Gen11: Ice Lake</h3> <ul> |