librelist archives

« back to archive

Announcing the Flask Snippet Archives

Announcing the Flask Snippet Archives

From:
Armin Ronacher
Date:
2010-05-03 @ 09:46
Hi everybody,

Because I felt ill the last few days I spend some time in my bed and 
killed the time reading books and working on a snippet archive for 
Flask.  As of now, it's live on the website, but missing a lot of features.

Here it is:  http://flask.pocoo.org/snippets/

Sign in with an OpenID account and you can add new snippets to the site 
and comment on existing snippets.  The syntax for snippets is Creole.

Syntax highlighting works as well:

     {{{
     #!python
     def say_hello():
         print "Hello World"
     }}}

So far there are no snippets on the site, but if you want to share any, 
please do so :)

Regards,
Armin

Re: [flask] Announcing the Flask Snippet Archives

From:
Randall Degges
Date:
2010-05-03 @ 14:50
It sounds cool, but I can't seem to load the web page ^^

-Randall

On Mon, May 3, 2010 at 2:46 AM, Armin Ronacher
<armin.ronacher@active-4.com>wrote:

> Hi everybody,
>
> Because I felt ill the last few days I spend some time in my bed and
> killed the time reading books and working on a snippet archive for
> Flask.  As of now, it's live on the website, but missing a lot of features.
>
> Here it is:  http://flask.pocoo.org/snippets/
>
> Sign in with an OpenID account and you can add new snippets to the site
> and comment on existing snippets.  The syntax for snippets is Creole.
>
> Syntax highlighting works as well:
>
>     {{{
>     #!python
>     def say_hello():
>         print "Hello World"
>     }}}
>
> So far there are no snippets on the site, but if you want to share any,
> please do so :)
>
> Regards,
> Armin
>

Re: [flask] Announcing the Flask Snippet Archives

From:
Armin Ronacher
Date:
2010-05-03 @ 15:40
Hi,

On 2010-05-03 4:50 PM, Randall Degges wrote:
> It sounds cool, but I can't seem to load the web page ^^
It seems like the server had some routing issues the last few hours. 
Should work again now.


Regards,
Armin