Re: [Python-Dev] Google ads on python.org?

2006-03-11 Thread Tim Parkin
Georg Brandl wrote: >Okay, if they were sensible, but: > >http://www.ph.tum.de/~gbrandl/python-vb.png > >Not that we want them to use Python... > >Georg > > > > It's a beta that Google have asked Python to roadtest. I'm hoping that the relevanc

Re: [Python-Dev] http://www.python.org/dev/doc/devel still available

2006-02-15 Thread Tim Parkin
mind receive). However, back to the Goerg's comment, we could use mod_write to map: /lib/sets to: /doc/lib/module-sets.html with rewriteRule ^/lib/(.*)$ /doc/lib/module-$1.html [L,R=301] (not tested) Whether that is a good idea or not is another matter. Tim Parkin _

Re: [Python-Dev] http://www.python.org/dev/doc/devel still available

2006-02-15 Thread Tim Parkin
rid of the docs.python.org would we still want the www.python.org in the current style? Personally I was hoping that nearly all of the site could be in the new html structure and design for consistency and usability reasons. Tim Parkin ___ Pyth

Re: [Python-Dev] http://www.python.org/dev/doc/devel still available

2006-02-15 Thread Tim Parkin
Guido van Rossum wrote: > On 2/15/06, Tim Parkin <[EMAIL PROTECTED]> wrote: > >>Guido van Rossum wrote: >> >>>I have this worry too in the >>>context of the python.org redesign; 301 permanent redirect is *not* >>>going to help PageRank of the

Re: [Python-Dev] how to upload new MacPython web page?

2006-02-15 Thread Tim Parkin
Thomas Wouters wrote: >On Tue, Feb 14, 2006 at 09:32:09PM -0800, Bill Janssen wrote: > > >>We (the pythonmac-sig mailing list) seem to have converged (almost -- >>still talking about the logo) on a new download page for MacPython, to >>replace the page currently at >>http://www.python.org/downlo

Re: [Python-Dev] http://www.python.org/dev/doc/devel still available

2006-02-15 Thread Tim Parkin
und links pointing to them (e.g. docs.python.org) will gradually build up the search ranking. +1 on docs.python.org only containing current (with the caveat that there be an equivalent for users of specific versions, e.g. 2.3 users) Tim Parkin p.s. All my knowledge of how google work is gained th

Re: [Python-Dev] YAML (was Re: Extension to ConfigParser)

2006-01-31 Thread Tim Parkin
isation format, it's way, way better than xml. If you want to create config files that have some nesting and typing, have a look and see what you think. Tim Parkin p.s. JSON is 'nearly' a subset of YAML (the nearly point is being considered by various parties). _

Re: [Python-Dev] New Pythondoc by effbot

2006-01-22 Thread Tim Parkin
Georg Brandl wrote: >Tim Parkin wrote: > >>>Something like this... >>> >>>http://beta.python.org/download/releases/2.4.1/ >>> >>> > >That's an ordinary float, I presume? > > indeed it is. > > >>It wou

Re: [Python-Dev] New Pythondoc by effbot

2006-01-22 Thread Tim Parkin
Tim Parkin wrote: > Guido van Rossum wrote: > >>I believe there's a CSS trick (most often used for images) that can >>makes the summary window "float" to the right so that below it the >>main text resumes the full breadth of the window. If you can pull tha

Re: [Python-Dev] New Pythondoc by effbot

2006-01-22 Thread Tim Parkin
Guido van Rossum wrote: > I believe there's a CSS trick (most often used for images) that can > makes the summary window "float" to the right so that below it the > main text resumes the full breadth of the window. If you can pull that > off I think this is a good addition! > > Something like th

Re: [Python-Dev] Python icon

2006-01-19 Thread Tim Parkin
Anthony Baxter wrote: > On Thursday 19 January 2006 08:53, [EMAIL PROTECTED] wrote: > >>Maybe I misread the directions. I thought I had to install some >>new library I'd never heard of (syck), Python bindings for the >>same, and maybe some other stuff. It clearly wasn't just "svn co >>..." and s

Re: [Python-Dev] Python icon

2006-01-18 Thread Tim Parkin
[EMAIL PROTECTED] wrote: > >> My first attempt ended almost immediately. Too much software to > download > >> and install for anything like casual use. > > Tim> For casual use why not just edit the rest file? > > Maybe I misread the directions. I thought I had to install some new l

Re: [Python-Dev] Python icon

2006-01-18 Thread Tim Parkin
cies (templating, data interface, web server/http module). Tim Parkin ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] Python icon

2006-01-18 Thread Tim Parkin
Steve Holden wrote: >Nick Coghlan wrote: > > >>[EMAIL PROTECTED] wrote: >> >> >> >>> Georg> Interesting, didn't even know a new page was in the making... Do >>> Georg> you know who is responsible for the new page? >