Topic: Integrating with external application
Hi,
I'd like to write an external client side app for PunBB, which will allow to down-sync
online articles and post new articles.
Why? Because I'd like to take articles with me, prepare posts offline and supply
a bit more support [e.g. text snippets].
The app will be released for OS X first, then Windows and (probably) Linux too.
Thus, I need an API to retrieve contents of a PunBB system. The general idea is this:
- Define a central xchange.php script, which allows to communicate
with a PunBB in the web or intranet
- A first call to xchange.php would post credentials of the user.
I know, that I could use the 'pure' DB tables to read/post data. But I wonder,
if there is another/better interface, which I should use to prevent breaking the
app, one a new PunBB release is available.
Could someone point the right direction? Do we have an SDK for this?
Ah: I'll release the xchange.php back to PunBB, but the client side app might or
might not be open source.
Cheers,
Stefan