[Mesa-dev] docs: replace the frame based layout with an iframe based layout
Andreas Boll
andreas.boll.dev at gmail.com
Wed Sep 19 02:20:21 PDT 2012
2012/9/18 Andreas Boll <andreas.boll.dev at gmail.com>:
> Hi list,
>
> By now all docs/*.html files are 100% HTML 4.01 Transitional valid.
> The frame based layout is gone, and replaced by an iframe based layout.
> The iframe is used for the navigation, so that each page includes contents.html
>
> E.g. if you open docs/download.html in your browser, you see the navigation now.
>
> Additionaly this is much more suitable for the browser and for search engines.
> E.g. now the address field and the title get updated if you follow a link and
> search engines can index non-frame-based pages better.
>
> Now it is much more user-friendly.
>
> Try and compare it with mesa3d.org!
> You will like it.
You can try the new layout on people.freedesktop.org/~ab/docs/index.html
>
> Andreas.
>
>
> The following changes since commit 175fdd7b86cce4e1fc945058fa2223b77edbf8a6:
>
> radeon/llvm: Add a fdiv pattern. (2012-09-18 18:00:20 +0200)
>
> are available in the git repository at:
> git://github.com/andreasboll/mesa.git iframe-layout
>
> Andreas Boll (4):
> docs: add new iframe layout
> docs: remove obsolete frame layout
> docs: news.html is the new index.html
> docs: remove obsolete target attribute
>
> docs/autoconf.html | 8 +
> docs/banner.html | 33 --
> docs/bugs.html | 13 +-
> docs/conform.html | 9 +-
> docs/contents.html | 80 ++--
> docs/debugging.html | 8 +
> docs/developers.html | 14 +-
> docs/devinfo.html | 10 +-
> docs/dispatch.html | 9 +
> docs/download.html | 20 +-
> docs/egl.html | 10 +-
> docs/envvars.html | 8 +
> docs/extensions.html | 8 +
> docs/faq.html | 46 +-
> docs/games.html | 60 ++-
> docs/helpwanted.html | 29 +-
> docs/index.html | 1384 ++++++++++++++++++++++++++++++++++++++++++++-
> docs/install.html | 15 +-
> docs/intro.html | 21 +-
> docs/libraries.html | 81 ++--
> docs/license.html | 15 +-
> docs/lists.html | 45 +-
> docs/llvmpipe.html | 8 +
> docs/mangling.html | 9 +-
> docs/mesa.css | 30 +
> docs/modelers.html | 61 ++-
> docs/news.html | 1377 --------------------------------------------
> docs/opengles.html | 12 +-
> docs/openvg.html | 10 +-
> docs/osmesa.html | 8 +
> docs/perf.html | 9 +-
> docs/postprocess.html | 9 +-
> docs/precompiled.html | 8 +
> docs/relnotes-6.4.1.html | 8 +
> docs/relnotes-6.4.2.html | 8 +
> docs/relnotes-6.4.html | 8 +
> docs/relnotes-6.5.1.html | 8 +
> docs/relnotes-6.5.2.html | 8 +
> docs/relnotes-6.5.3.html | 8 +
> docs/relnotes-6.5.html | 8 +
> docs/relnotes-7.0.1.html | 8 +
> docs/relnotes-7.0.2.html | 8 +
> docs/relnotes-7.0.3.html | 8 +
> docs/relnotes-7.0.4.html | 8 +
> docs/relnotes-7.0.html | 8 +
> docs/relnotes-7.1.html | 8 +
> docs/relnotes-7.10.1.html | 8 +
> docs/relnotes-7.10.2.html | 8 +
> docs/relnotes-7.10.3.html | 8 +
> docs/relnotes-7.10.html | 8 +
> docs/relnotes-7.11.1.html | 8 +
> docs/relnotes-7.11.2.html | 8 +
> docs/relnotes-7.11.html | 8 +
> docs/relnotes-7.2.html | 8 +
> docs/relnotes-7.3.html | 8 +
> docs/relnotes-7.4.1.html | 8 +
> docs/relnotes-7.4.2.html | 8 +
> docs/relnotes-7.4.3.html | 8 +
> docs/relnotes-7.4.4.html | 8 +
> docs/relnotes-7.4.html | 8 +
> docs/relnotes-7.5.1.html | 12 +-
> docs/relnotes-7.5.2.html | 11 +-
> docs/relnotes-7.5.html | 11 +-
> docs/relnotes-7.6.1.html | 9 +-
> docs/relnotes-7.6.html | 8 +
> docs/relnotes-7.7.1.html | 9 +-
> docs/relnotes-7.7.html | 8 +
> docs/relnotes-7.8.1.html | 9 +
> docs/relnotes-7.8.2.html | 9 +-
> docs/relnotes-7.8.3.html | 9 +-
> docs/relnotes-7.8.html | 8 +
> docs/relnotes-7.9.1.html | 8 +
> docs/relnotes-7.9.2.html | 8 +
> docs/relnotes-7.9.html | 8 +
> docs/relnotes-8.0.1.html | 8 +
> docs/relnotes-8.0.2.html | 9 +-
> docs/relnotes-8.0.3.html | 8 +
> docs/relnotes-8.0.4.html | 8 +
> docs/relnotes-8.0.html | 9 +-
> docs/relnotes-9.0.html | 9 +-
> docs/relnotes.html | 9 +-
> docs/repository.html | 24 +-
> docs/science.html | 65 ++-
> docs/shading.html | 15 +-
> docs/sourcedocs.html | 14 +-
> docs/sourcetree.html | 9 +-
> docs/systems.html | 18 +-
> docs/thanks.html | 22 +-
> docs/utilities.html | 20 +-
> docs/utility.html | 37 +-
> docs/versions.html | 9 +-
> docs/viewperf.html | 9 +-
> docs/vmware-guest.html | 14 +-
> docs/webmaster.html | 9 +-
> docs/xlibdriver.html | 9 +-
> 95 files changed, 2394 insertions(+), 1750 deletions(-)
> delete mode 100644 docs/banner.html
> delete mode 100644 docs/news.html
More information about the mesa-dev
mailing list