gil
gil copied to clipboard
Request stlab.adobe.com/gil/ removal
The Boost.GIL documentation has been reworked, the video lecture captured (#112) and everything now lives at https://www.boost.org/libs/gil/
We should contact Lubomir or whoever is reachable at Adobe asking to remove the old and outdated GIL docs dangling at http://stlab.adobe.com/gil/. It may be doing a bad publicity job for GIL. By the way, the whole site at http://stlab.adobe.com/gil/ seems dead anyway. The Adove STLab moved to http://stlab.cc/ and there are no traces of GIL.
Perhaps we should ask @sean-parent for help with removal of the old site.
FYI, I've taken the liberty to drop @sean-parent a message using the e-mail address on top of https://github.com/stlab page.
I have finally managed to get access to the old stlab.adobe.com/gil site. I'm trying to grab an archive of the entire stlab.adobe.com site at the moment. I no longer have the ability to build the web site (it was built with doxygen and a collection of tools/scripts). So the question is, how should it be modified? Just nuke the /gil/ directory (there are other gil references elsewhere on the site and this would cause dead links...) - stick a header of some kind on all the pages pointing to the new site (might be able to do this to the stlab site as well).
Ideas? Preferably ones that are easy to execute - because the site was automatically built there are roughly 10 thousand pages.
@sean-parent I think simplest yet reasonable would be to redirect directly to GIL on Boost site at https://boost.org/libs/gil (please, ignore the currently broken redirection to the docs for 1.70):
<?php
header('Location: https://boost.org/libs/gil', true, 301);
exit();
?>
Thank you very much for your assistance.
@stefanseefeld What's your opinion on that?
@mloskot I think we should establish http://boostorg.github.io/gil to be the canonical project homepage.
@stefanseefeld Sure, works for me!
@sean-parent Could you please redirect then to the http://boostorg.github.io/gil?
Follow-up to https://github.com/boostorg/gil/issues/181#issuecomment-488852319: GIL docs deployment has been fixed. @sean-parent If will be working on the redirect, please point to this URL http://boostorg.github.io/gil
@sean-parent Excuse me bothering you, but is there any news on that redirect?