Re: html to postgres...

From: V Alex Brennen <vab(at)cryptnet(dot)net>
To: Tony Grant <tony(at)animaproductions(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: html to postgres...
Date: 2001-07-16 16:37:17
Message-ID: Pine.LNX.4.33.0107161232230.1160-100000@unagi.e-techservices.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 16 Jul 2001, Tony Grant wrote:

> Hello,
>
> I have several hundred HTML (!) pages that need to be converted to a
> format that in turn can be imported into PostgreSQL. They are all built
> on a very similar grid.
>
> Any thoughts?

I've written code to store ASCII text in pg Oids. I also have
code that pulls out the ASCII text and renders it as part of a
web page. The use is the storage of radix encoded openPGP Public
Keys for a public key server. The code is all written in C.

You can get the code from:
http://www.cryptnet.net/fsp/cks/

And you can see the keyserver running (with about 120,000 keys
in the db) at:
http://keyserver.cryptnet.net/

- VAB
---
V. Alex Brennen <vab(at)cryptnet(dot)net>
[ http://www.cryptnet.net/people/vab/ ]
[ http://www.advogato.org/person/vab/ ]

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Robert Treat 2001-07-16 16:51:29 trigger wont use internal function?
Previous Message Tony Grant 2001-07-16 16:36:53 Re: html to postgres...