From fb09e4e2bc3e0c89d05f3313340dad1604cc3bc1 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Mon, 3 Jul 2017 19:27:40 +0100 Subject: [PATCH 1/3] Change default image (online) location. I get HTTP 303 errors when retrieving images from the old location (browser is fine, but Java chokes while building the PDF's). I couldn't find a git location that didn't also give 303 errors, so this seems to be the next best alternative. --- xsl/fo.xsl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xsl/fo.xsl b/xsl/fo.xsl index 622e01c..4ebe711 100644 --- a/xsl/fo.xsl +++ b/xsl/fo.xsl @@ -512,9 +512,9 @@ General default options go here: 1 .svg no -http://svn.boost.org/svn/boost/trunk/doc/src/images/ -http://svn.boost.org/svn/boost/trunk/doc/src/images/callouts/ -http://svn.boost.org/svn/boost/trunk/doc/html/ +http://www.boost.org/doc/libs/release/doc/src/images/ +http://www.boost.org/doc/libs/release/doc/src/images/callouts/ +http://www.boost.org/doc/libs/release/doc/html/ From f72f6a54aab43bf01b8b097667850b656058a95a Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Wed, 5 Jul 2017 18:12:23 +0100 Subject: [PATCH 2/3] Change to develop versions of images. --- xsl/fo.xsl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xsl/fo.xsl b/xsl/fo.xsl index 4ebe711..44d3255 100644 --- a/xsl/fo.xsl +++ b/xsl/fo.xsl @@ -512,9 +512,9 @@ General default options go here: 1 .svg no -http://www.boost.org/doc/libs/release/doc/src/images/ -http://www.boost.org/doc/libs/release/doc/src/images/callouts/ -http://www.boost.org/doc/libs/release/doc/html/ +http://www.boost.org/doc/libs/develop/doc/src/images/ +http://www.boost.org/doc/libs/develop/doc/src/images/callouts/ +http://www.boost.org/doc/libs/devlop/doc/html/ From 33ce2b8cb2be1282fa6f06b4a91b24e20a6dbf7e Mon Sep 17 00:00:00 2001 From: Steven Watanabe Date: Sat, 22 Jul 2017 19:05:04 -0600 Subject: [PATCH 3/3] Try harder to avoid generating unstable filenames like any_cast_idp758556752.html. Functions with the same name only conflict if they're in the same scope. --- xsl/lookup.xsl | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/xsl/lookup.xsl b/xsl/lookup.xsl index 46cb7c7..efc4e8c 100644 --- a/xsl/lookup.xsl +++ b/xsl/lookup.xsl @@ -251,8 +251,27 @@ - + + + + + + + + + + + + + + + + + + + + +