From 15c6c0eeccd55395ecac5f02c7e09aea711ea96e Mon Sep 17 00:00:00 2001 From: Golo Roden Date: Mon, 13 Aug 2012 17:43:26 +0200 Subject: [PATCH] website: download page - Improved styling of download links. - index.html#download now redirects to /download/ - Added missing hyphens, and added the missing "and 64-bit" for the Mac Installer. --- Makefile | 3 +- doc/about/index.html | 2 +- doc/blog.html | 2 +- doc/changelog-foot.html | 2 +- doc/changelog-head.html | 2 +- doc/community/index.html | 4 +- doc/download/index.html | 86 +++++++++++++++++++++++++++++++ doc/index.html | 85 +++---------------------------- doc/pipe.css | 106 +++------------------------------------ doc/template.html | 4 +- 10 files changed, 111 insertions(+), 185 deletions(-) create mode 100644 doc/download/index.html diff --git a/Makefile b/Makefile index 0213848ab1..087adee1bf 100644 --- a/Makefile +++ b/Makefile @@ -114,7 +114,7 @@ apidoc_sources = $(wildcard doc/api/*.markdown) apidocs = $(addprefix out/,$(apidoc_sources:.markdown=.html)) \ $(addprefix out/,$(apidoc_sources:.markdown=.json)) -apidoc_dirs = out/doc out/doc/api/ out/doc/api/assets out/doc/about out/doc/community out/doc/logos out/doc/images +apidoc_dirs = out/doc out/doc/api/ out/doc/api/assets out/doc/about out/doc/community out/doc/download out/doc/logos out/doc/images apiassets = $(subst api_assets,api/assets,$(addprefix out/,$(wildcard doc/api_assets/*))) @@ -132,6 +132,7 @@ website_files = \ out/doc/pipe.css \ out/doc/about/index.html \ out/doc/community/index.html \ + out/doc/download/index.html \ out/doc/logos/index.html \ out/doc/changelog.html \ $(doc_images) diff --git a/doc/about/index.html b/doc/about/index.html index a94aa99b69..07e95bb054 100644 --- a/doc/about/index.html +++ b/doc/about/index.html @@ -28,7 +28,7 @@