MediaWiki API result

This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.

Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.

See the complete documentation, or the API help for more information.

{
    "batchcomplete": "",
    "continue": {
        "gapcontinue": "Rekonq/Extensions",
        "continue": "gapcontinue||"
    },
    "warnings": {
        "main": {
            "*": "Subscribe to the mediawiki-api-announce mailing list at <https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/> for notice of API deprecations and breaking changes."
        },
        "revisions": {
            "*": "Because \"rvslots\" was not specified, a legacy format has been used for the output. This format is deprecated, and in the future the new format will always be used."
        }
    },
    "query": {
        "pages": {
            "7577": {
                "pageid": 7577,
                "ns": 0,
                "title": "Rekonq",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "== Informations  ==\n\n[[/Roadmap|Roadmap]]\n<br>\n\n[[/Schedule|Schedule]]\n<br>\n\n[[/Compiling rekonq|Compiling rekonq]]\n<br>\n\n[[/Git with rekonq HowTo|Git with rekonq HowTo]]\n<br>\n\n[[/JuniorJobs|Junior Jobs to get started]]\n<br>\n\n== Brainstorms  ==\n\n[[/MissingAPI|Missing APIs]]\n<br>\n\n[[/Ideas|Ideas for new features]]\n<br>\n\n[[/rekonqUI|UI refinement suggestions]]\n<br>\n\n[[/awesomeBar|awesome bar]]\n<br>\n\n[[/rekonq20|rekonq 2.0 plans]]\n<br>"
                    }
                ]
            },
            "7578": {
                "pageid": 7578,
                "ns": 0,
                "title": "Rekonq/Compiling rekonq",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "= Introduction =\n\nHere's a guide to compiling rekonq from the Git repository.\n\nNOTE : rekonq 0.5 and above requires KDE 4.4.0 and above for compiling correctly.\n\nFirst of all we need to install the devel packages. Run the following command in a terminal:\n\n== On Ubuntu  ==\n<pre>sudo apt-get install build-essential kdelibs5-dev git-core\n</pre>\n== On openSUSE  ==\n<pre>sudo zypper in libkde4-devel git-core gcc gcc-c++ make cmake\n</pre>\n== On Fedora ==\nas superuser,\n\n<pre>yum install kdelibs-devel git gcc-c++ make cmake\n</pre>\n\n== Fetching the code  ==\n\nWe will be using git, as the most recent code is available on the git repository. The kde project page for rekonq can be found [http://projects.kde.org/projects/extragear/network/rekonq here]. Stable releases can also be downloaded [http://sourceforge.net/projects/rekonq/files/ here] in form of tarballs.\n\nNow we need to checkout the latest code. To do so, in a terminal run:\n<pre>git clone git://anongit.kde.org/rekonq</pre>\n\n== Compiling the code  ==\n\nOk so now we have the code and the devel packages, all we need to do is compile it with the following commands in a terminal:\n<pre>cd directory_where_rekonq_source_code_is\nmkdir build\ncd build\ncmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..\nmake\nsudo make install</pre>"
                    }
                ]
            }
        }
    }
}