Received: from localhost (unknown [200.46.208.211]) by mail.postgresql.org (Postfix) with ESMTP id AFEC7633068 for ; Thu, 19 Mar 2009 12:41:16 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by localhost (mx1.hub.org [200.46.208.211]) (amavisd-maia, port 10024) with ESMTP id 60171-04 for ; Thu, 19 Mar 2009 12:41:12 -0300 (ADT) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.184]) by mail.postgresql.org (Postfix) with ESMTP id A1980632231 for ; Thu, 19 Mar 2009 12:41:12 -0300 (ADT) Received: by ti-out-0910.google.com with SMTP id w4so420673tib.5 for ; Thu, 19 Mar 2009 08:41:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=uxeJ9plbtvVcxInXCyn5BaIEhpR9BrVPSjdCaQuIwbs=; b=Qk9JRfOYhvLdttlUyp+VULmulmR59DRmYK2l0YQo3Mux3/IhHe0+PMmrlG1RMSNcWr 7FlEX/efqpUOYg1ffR9ky5MURNj8x35d5Ja0dDtm2u9mVhv/3gY/OU9xSangqs3BdqGt 6g4UnGxTssy8t2S1VWOyjVH8+riLA8fxdwXQE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=HXPD6u5RIL61iGRJdTjs/l/dk+VkwKX178jAj3Birz/4VvvXznkOhQfPiwcdmPbbRM 2Se40IlwkbdnqxBf+CKdJhB9Fl7mDLEBTk2M3r54MHkISwkzcMzu+bHhAYJW6fedYOvB fFKUTmsPTTlLaay9i9n0CroR4qVO8//NGunVU= MIME-Version: 1.0 Received: by 10.110.49.6 with SMTP id w6mr4127277tiw.44.1237477269606; Thu, 19 Mar 2009 08:41:09 -0700 (PDT) In-Reply-To: <20090319153119.GE8874@alvh.no-ip.org> References: <49C25806.9030505@gmx.net> <37ed240d0903190815v16adf79ble0a4e361f203ed74@mail.gmail.com> <20090319153119.GE8874@alvh.no-ip.org> Date: Fri, 20 Mar 2009 02:41:09 +1100 Message-ID: <37ed240d0903190841p46e9e2f4k7a9915a3ccf76fc9@mail.gmail.com> Subject: Re: Code snippet hosting? From: Brendan Jurd To: Alvaro Herrera Cc: Peter Eisentraut , PostgreSQL WWW Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0 tagged_above=0 required=5 tests=none X-Spam-Level: X-Archive-Number: 200903/154 X-Sequence-Number: 16808 On Fri, Mar 20, 2009 at 2:31 AM, Alvaro Herrera wrote: > > +1 > > Just make sure there are appropriate category tags. Indeed. If we use categories properly, that gives us (for free) an alphabetical index of all available snippets. > > Maybe we should use a separate namespace for this? =A0Snippet: or > something like that ... not sure if this is a good idea. I'm lukewarm about creating a namespace for it. I reckon we could just allow people to create pages for their snippets and if at some future time we start getting into page name collisions, we cross that bridge. Another option, if the snippets start cluttering up the Main namespace, is to make them subpages. So, anybody got a useful code snippet they would like to volunteer as a first test subject? =3D) Failing that, we could write up the Mandelbrot recursive query demo. Cheers, BJ