Received: from maia.hub.org (maia-3.hub.org [200.46.204.243]) by mail.postgresql.org (Postfix) with ESMTP id C403D632656 for ; Sat, 3 Jul 2010 20:29:25 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.243]) (amavisd-maia, port 10024) with ESMTP id 42007-04 for ; Sat, 3 Jul 2010 23:29:17 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from m.wordtothewise.com (m.wordtothewise.com [208.187.80.130]) by mail.postgresql.org (Postfix) with ESMTP id 84384632231 for ; Sat, 3 Jul 2010 20:29:18 -0300 (ADT) Received: from platter.wordtothewise.com (184.wordtothewise.com [208.187.80.184]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: steve) by m.wordtothewise.com (Postfix) with ESMTPSA id 1E0742E185 for ; Sat, 3 Jul 2010 16:30:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=wordtothewise.com; s=1.wttw; t=1278199851; bh=WMEAJt2kup5Dr+r3aZer1OG0bzlZLVtnn89hygJx5AY=; h=Content-Type:Mime-Version:Subject:From:In-Reply-To:Date: Content-Transfer-Encoding:Message-Id:References:To; b=GVmBUKKLZFhavNBOvAquGL0uU7lZy4VdWaJZRwoc0XQljxcULm8lTgxWR9R5wcVey 4ZkSjgpjK0n/C2xJjou0XVcfzIMoFnp8mxznkcTObkdT4ybN1lJH/nU8lOzUOmyP7J n+QlwG7+M2P/90U1biMGlL5fLQCtF8yi/gEmFx0A= Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1081) Subject: Re: Documentation and explanatory diagrams From: Steve Atkins In-Reply-To: Date: Sat, 3 Jul 2010 16:29:15 -0700 Content-Transfer-Encoding: 7bit Message-Id: <4182F022-F336-4D04-8A1D-6D048020386B@blighty.com> References: <1278124002.25901.12.camel@vanquo.pezone.net> <201007030241.o632fZ609530@momjian.us> <18382.1278198852@sss.pgh.pa.us> To: pgsql-docs X-Mailer: Apple Mail (2.1081) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.9 tagged_above=-5 required=5 tests=BAYES_00=-1.9 X-Spam-Level: X-Archive-Number: 201007/41 X-Sequence-Number: 5697 On Jul 3, 2010, at 4:16 PM, Robert Haas wrote: > On Sat, Jul 3, 2010 at 7:14 PM, Tom Lane wrote: >> Robert Haas writes: >>> Seems like a good one. But I'd still like to know the answer to the >>> question I asked upthread - how is anyone supposed to generate images >>> this way? >> >> Hmm, judging from >> http://live.gnome.org/Dia >> >> the answer is that .dia files aren't meant to be human readable but only >> to be a storage format for WYSIWYG editing. I find this less than >> thrilling: it essentially means you *can't* edit the images any other >> way than using dia. (I'd bet a nickel that any small change results in >> massive changes in the file contents, too, which will be un-fun for >> keeping them in a VCS.) > > Anyone know of any other alternatives we could investigate? SVG is one option. Natively supported in all web browsers but one (and that has a workaround), vector based, and there are a bunch of editors for it. There are several rasterizers to png, I'm not sure which would be least painful as part of a build chain. ( http://www.mediawiki.org/wiki/Manual:%24wgSVGConverters ) Cheers, Steve