librelist archives

« back to archive

searchable archive of this list?

searchable archive of this list?

From:
René Weiss
Date:
2011-11-30 @ 10:32
Hi

Is there a searchable archive of this list?

I just started with flask and i don't want to ask the same questions that
you already have answered a 100 times.

Thanks

-- 
René Weiss

Re: [flask] searchable archive of this list?

From:
Herman Schistad
Date:
2011-11-30 @ 12:03
On Wed, Nov 30, 2011 at 11:32, René Weiss <rmweiss@nullmodem.ch> wrote:
> Is there a searchable archive of this list?
> I just started with flask and i don't want to ask the same questions that
> you already have answered a 100 times.

Yes, you'll find it here:
http://flask.pocoo.org/mailinglist/archive/

It is synchronized every hour.

-- 
With regards, Herman Schistad

Re: [flask] searchable archive of this list?

From:
Herman Schistad
Date:
2011-11-30 @ 12:08
On Wed, Nov 30, 2011 at 13:03, Herman Schistad
<herman.schistad@gmail.com> wrote:
> Yes, you'll find it here:
> http://flask.pocoo.org/mailinglist/archive/

I'm so sorry, realized it did not have a search feature.
You could of course try google with site:librelist.com/browser/flask as query.

-- 
With regards Herman Schistad

Re: [flask] searchable archive of this list?

From:
Ron DuPlain
Date:
2011-11-30 @ 14:22
On Wed, Nov 30, 2011 at 7:08 AM, Herman Schistad
<herman.schistad@gmail.com> wrote:
> On Wed, Nov 30, 2011 at 13:03, Herman Schistad
> <herman.schistad@gmail.com> wrote:
>> Yes, you'll find it here:
>> http://flask.pocoo.org/mailinglist/archive/
>
> I'm so sorry, realized it did not have a search feature.

https://github.com/mitsuhiko/flask/issues/314


> You could of course try google with site:librelist.com/browser/flask as query.

I would use site:flask.pocoo.org.
http://www.google.com/search?q=site:flask.pocoo.org+blueprint

Use inurl:mailinglist to scope it to just the mailing list.
http://www.google.com/search?q=site:flask.pocoo.org+inurl:mailinglist+blueprint

-Ron