2012/1/11 Gael Varoquaux <[email protected]>:
> On Wed, Jan 11, 2012 at 12:13:29AM +0100, Olivier Grisel wrote:
>> There are no rewrite rules on github pages.
>
> OK, so we'll need to engineer a new solution.
>
>> But AFAIK, since we use the scikit-learn.org domain name we always had
>> the stable/ and dev/ URL prefixes.
>
> Indeed, but people expect to type in http://scikit-learn.org and to land
> on the homepage.
>
>> Only the old incoming links pointing to the
>> http://scikit-learn.sourceforge.net/ base domain actually name benefit
>> from those rewrite rules in practice.
>
> Yes, and some old links lingering around. However, this rewrite rule
> ensures that we avoid duplication of pages, but the homepage is useful. I
> thought that the current solution was quite nifty. We'll need to think
> of something else.

For the people arriving on the homepage we can either keep the current
unstyled HTML and add a javascript redirect or
we could design a landing pages with 2 columns with quick links
independent of the release:

First column: stable for regular users

=> official download link fo the latest stable release

or

$ pip install numpy scipy scikit-learn

=> link to the stable documentation

Second column: bleeding edge for hackers

$ git clone git://github.com/scikit-learn/scikit-learn.git
$ cd scikit-learn
$ make
$ pip install -e .
=> link to the dev documentation

We could also add a news section to announce events e.g. releases
(with links to the change log), sprints and conferences scikit-learn
developers will attend.

+ link to the mailing list

For instance I like the http://ipython.org home page cause it features
easy links for both the dev and stable versions + announcements that
we currently lacks.

-- 
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

Reply via email to