Hi,
On Thu, May 7, 2009 at 11:30 PM, Brian Brian.Mingus@colorado.edu wrote:
Because I am doing a C++ implementation of the mediawiki api [...]
May I ask what the status of your implementation is? Is it still under development, or is it ready?
Or, does anyone else know of a C++ implementation of the MediaWiki API?
Thanks,
On Sat, Oct 10, 2009 at 1:58 AM, Guillaume Paumier guillom.pom@gmail.comwrote:
Hi,
On Thu, May 7, 2009 at 11:30 PM, Brian Brian.Mingus@colorado.edu wrote:
Because I am doing a C++ implementation of the mediawiki api [...]
May I ask what the status of your implementation is? Is it still under development, or is it ready?
Or, does anyone else know of a C++ implementation of the MediaWiki API?
Thanks,
-- Guillaume Paumier [[m:User:guillom]] http://www.gpaumier.org
Sorry but it is tied to our software. At any rate it's a piece of cake, especially with Qt. I believe the post of mine that you are quoting was with respect to the lack of upload support in the api which has since been fixed.
2009/10/10 Brian reflection@gmail.com:
Or, does anyone else know of a C++ implementation of the MediaWiki API?
[snip]
Sorry but it is tied to our software. At any rate it's a piece of cake, especially with Qt. I believe the post of mine that you are quoting was with respect to the lack of upload support in the api which has since been fixed.
To be clear: implementing the API /itself/ in C++ is not really possible as the API is closely integrated with MediaWiki. Writing a /client library/ for the API in C++ is very much possible, and as Bryan mentions quite easy if you're already using Qt.
Roan Kattouw (Catrope)
Hi,
On Sun, Oct 11, 2009 at 3:09 PM, Roan Kattouw roan.kattouw@gmail.com wrote
To be clear: implementing the API /itself/ in C++ is not really possible as the API is closely integrated with MediaWiki. Writing a /client library/ for the API in C++ is very much possible, and as Bryan mentions quite easy if you're already using Qt.
Yes, that's what I meant. Thanks for the replies!
wikitech-l@lists.wikimedia.org