On 27/05/2020 15:19, Bill Blough wrote:
On Sat, May 23, 2020 at 06:32:54PM +0100, Roger Leigh wrote:
Please could anyone interested take a look over it and identify any
potential issues. The only one I'm aware of is that the "Licensing" page
linked to from https://apache.github.io/xalan-c/ links to
https://apache.github.io/xalan-c/license.md rather than
https://apache.github.io/xalan-c/license.html (that is to say, for that
single page, the markdown was not converted to HTML). Anyone familiar with
GitHub pages know why the conversion failed for that page. It views fine on
https://github.com/apache/xalan-c/blob/master/docs/license.md Did the
previous use of ".." links cause it to be blacklisted for security reasons
or something
(https://raw.githubusercontent.com/apache/xalan-c/babd58ee5d14e0f9d1ed3cdaade6ba1f189a4ffa/license.md)?
I've seen cases in the past where the markdown gets served initially, but
eventually the html gets served as expected. Maybe due to some sort of
processing delay or caching issue? At any rate, that seems to be the
case here, as it's showing the html as expected when I view it.
It didn't seem to be a delay--the rest of the site was updated and
generated correctly! And it behaved this way across multiple pushes and
regeneration of the content. It was explicitly named ".md" while the
rest of the generated pages were ".html", and renaming license.md to
licensing.md immediately solved it
(https://apache.github.io/xalan-c/licensing.html). So I'm none the
wiser, but every page is now generated as expected! The old website has
a redirect from license.html to the new page (try
xalan.staged.apache.org/xalan-c/license.html).
Regards,
Roger
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org
For additional commands, e-mail: dev-h...@xalan.apache.org