/libmediawiki

C++ interface for MediaWiki-based web services such as Wikipedia

Primary LanguageC++GNU General Public License v2.0GPL-2.0

MediaWiki

Introduction

This framework provides access to the API of MediaWiki sites.

Dependencies

  • CMake
  • Qt
  • KCoreAddons

Install

mkdir build && cd build
cmake ..
make
sudo make install

Run samples

cd examples/editsample
cmake .
uic mainwindow.ui > ui_mainwindow.h
make
./EditSample

Reporting a bug

You can report a bug from:

Authors

See the AUTHORS file for details.

Links