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.

{
    "warnings": {
        "query": {
            "*": "Formatting of continuation data has changed. To receive raw query-continue data, use the 'rawcontinue' parameter. To silence this warning, pass an empty string for 'continue' in the initial query."
        }
    },
    "batchcomplete": "",
    "continue": {
        "gapcontinue": "Release_3.2",
        "continue": "gapcontinue||"
    },
    "query": {
        "pages": {
            "2428": {
                "pageid": 2428,
                "ns": 0,
                "title": "Real time on APF",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "== Real time on Armadeus boards ==\n\nBy default, Linux is not a real time operating system.\n\nBut soft real time can be achieved with the PREEMPT\u00a0option under the kernel (by default in APF*/OPOS*).\n\nHard real time can also be achieved with [[Xenomai]] or [[preempt-rt]].\n\n[[Category:Real-Time]]"
                    }
                ]
            },
            "2354": {
                "pageid": 2354,
                "ns": 0,
                "title": "RedHat/Fedora installation prerequisites",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "==Mandatory packages==\n*the following commands should install all the needed prerequisites (assuming root shell):\n<pre class=\"host\">\n yum install gcc gcc-c++ make autoconf automake libtool bison flex gettext\n yum install patch subversion texinfo git wget\n yum install zlib-devel gettext-devel ncurses-devel lzo-devel libacl-devel\n yum install uuid-devel\n yum install python-serial python-usb\n yum install libssl-devel                         (to build u-boot 2014.04 mxsimage tool for the apf28)\n</pre>\n\n==Distribution specific tips==\n===Fedora 13 & 14===\n* as ''uuid-devel'' seems not installed at the right place, you may also need to do the following:\n<pre class=\"host\">\ncd /usr/include\nmkdir uuid\ncp uuid.h uuid\ncd /usr/lib\nln -s ../../lib64/libuuid.so.1 libuuid.so\n</pre>\n* install glibc-static to allow insmod.static compilation:\n<pre class=\"host\">\nrpm -ivh glibc-static-2.12.90-15.i686.rpm\n</pre>\n\n===Fedora 14===\nFollowing operations are needed:\n* downgrade make-3.82 to make-3.81 (Fedora 14 uses make-3.82 which is too restrictive) :\n** First you need to download the correct key (https://fedoraproject.org/static/E8E40FDE.txt) and import this by :\n<pre class=\"host\">\nrpm --import E8E40FDE.txt\n</pre>\n** Now you can downgrade make\n<pre class=\"host\">\nyum downgrade make --releasever=13\n</pre>\n** And to avoid futur upgrade, you need to add \n<pre class=\"host\">\nexclude=make*\n</pre>\nin /etc/yum.conf\n\n===Fedora 17===\n* If you get this error during compilation (module-init-tools or other packages):\n<pre class=\"host\">\n/usr/bin/ld: cannot find -lc\n</pre>\nyou should install the glibc-static package:\n<pre class=\"host\">\n$ yum install glibc-static\n</pre>\nThis is because the incriminated package build process wants to statically link against the C library.\n\n===RedHat Enterprise 5.2===\n* not all packages are available by default. You can get extra packages here: http://download.fedora.redhat.com/pub/epel/5/i386/ (for example missing ''lzo'' and ''lzo-devel'' can be found here).\n\n==Optional packages==\n* Not mandatory but useful to add some extra packages:\n<pre class=\"host\">\nyum install glib2-devel lzo2-devel\n</pre>\n\nTo compile java jamvm and gnu-classpath:\n<pre class=\"host\">\nyum install java-*-openjdk\n</pre>"
                    }
                ]
            }
        }
    }
}