From: Stef Mientki on
hi Mike,

nice job, I just took a quick look,

Trent Mick wrote:
>
>
> The Python Cookbook is by far the most popular of the ASPN Cookbooks,
> so I wanted to get the Python community's feedback on the new site.
> What do you think? What works? What doesn't? I'll try to answer
> feedback on python-list or on the site's feedback form:
>
>
one small remark,
If I want to browse 200 recipes, at 10 per page ....
.... please make something like 100 available per page,
are internet is fast enough nowadays.

cheers,
Stef

From: Trent Mick on
Stef Mientki wrote:
> one small remark,
> If I want to browse 200 recipes, at 10 per page ....
> ... please make something like 100 available per page,
> are internet is fast enough nowadays.

Touche. Done:

http://code.activestate.com/recipes/?paginate_by=100

Cheers,
Trent

--
Trent Mick
trentm at activestate.com
From: Thin Myrna on
Trent Mick wrote:

> Stef Mientki wrote:
>> one small remark,
>> If I want to browse 200 recipes, at 10 per page ....
>> ... please make something like 100 available per page,
>> are internet is fast enough nowadays.
>
> Touche. Done:
>
> http://code.activestate.com/recipes/?paginate_by=100
>

The old cookbook offered choices by category. Did you drop that feature?

> Cheers,
> Trent
>

Thin


From: Peter Otten on
Thin Myrna wrote:

> The old cookbook offered choices by category. Did you drop that feature?

Looks like categories have become tags:

http://code.activestate.com/recipes/tags/

Peter
From: Trent Mick on
Peter Otten wrote:
> Thin Myrna wrote:
>
>> The old cookbook offered choices by category. Did you drop that feature?
>
> Looks like categories have become tags:
>
> http://code.activestate.com/recipes/tags/

Yes, that is correct. I should document the tag names to category
mapping that I've used (mostly a straightforward "remove spaces and
capitalization" thing).

My hope is that allowing free form tagging and (importantly) multiple
tags will allow for more interesting and useful grouping.

However, there is value in there being good suggestions of common tags
when adding tags. I need to add that to the recipe add form:

http://code.activestate.com/recipes/add/


Trent

--
Trent Mick
trentm at activestate.com