2012/1/11 Gael Varoquaux <[email protected]>: > On Tue, Jan 10, 2012 at 11:54:01PM +0100, Olivier Grisel wrote: >> Gael shall we try to do the switch DNS now? Or do you prefer to wait 1 >> week after the release? I think DNS update can typically take 24h. So >> we have the time for one rollback if we schedule the release for >> Friday for instance. > > I'd rather wait a bit (I am conservative by nature :>). It is not clear > in my head what is the new recommended way of updating the pages. I'd > like us to run through that new way a little while before switching. > > In addition, I am not sure how we will rig up the redirection. Indeed, I > would expect http://scikit-learn.github.com/scikit-learn.org/ to give us > the home page, but it is returning a generic page. How will we host our > homepage? Can we set up rewriterules on github? Currently on > sourceforge, our htaccess is quite rich, to ensure compatibility of > previous links: > > Options +FollowSymLinks > RewriteEngine on > RedirectMatch permanent ^/$ http://scikit-learn.org/stable > RewriteRule ^modules/(.*) http://scikit-learn.org/stable/modules/$1 > [R=301,L] > RewriteRule ^auto_examples/(.*) > http://scikit-learn.org/stable/auto_examples/$1 [R=301,L] > RewriteRule ^developers/(.*) http://scikit-learn.org/stable/developers/$1 > [R=301,L] > RewriteRule ^([^/]*).html$ http://scikit-learn.org/stable/$1.html > > These rewrite rules ensure that people going to 'http://scikit-learn.org' > will actually land on the stable documentation.
There are no rewrite rules on github pages. But AFAIK, since we use the scikit-learn.org domain name we always had the stable/ and dev/ URL prefixes. Only the old incoming links pointing to the http://scikit-learn.sourceforge.net/ base domain actually name benefit from those rewrite rules in practice. -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel ------------------------------------------------------------------------------ Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
