Skip to content

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

License

GPL-2.0 and 2 other licenses found

Licenses found

GPL-2.0
COPYING
Unknown
COPYING.LIB
Unknown
COPYING-CMAKE-SCRIPTS
Notifications You must be signed in to change notification settings

KDE/libmediawiki

Repository files navigation

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