bug-gne
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gne] api


From: Tom Chance
Subject: Re: [Bug-gne] api
Date: Wed, 27 Jun 2001 14:33:11 +0100 (BST)

The place I see the api being most useful is when
people want to provide some sort of portal to GNE.
Think of GNE rather like a big fat database, so the
web site becomes a portal to GNE, not GNE itself. We
obviously won't be making all the portals, because we
won't have time and I'm sure other people will think
of lots of other ideas beyond ours of web/cd/desktop
program. So if we created libraries and modules for
the most common languages (i.e. perl, php and C/C++)
which all interpret the same sorts of commands, then
we could give developers a very easy platform on which
to develop portals. So for a simple query, users might
do this (in perl for e.g.):

$gne->dbconnect("remote");
$gne->dbselect("article","1");
$gne->dbclose();

And then the commands for php and C could be very,
very similar.

=====
"True security is to be found in social solidarity rather than in isolated 
individual effort - Fyodor Dostoyevsky"

____________________________________________________________
Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie



reply via email to

[Prev in Thread] Current Thread [Next in Thread]