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