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": "SELinux",
        "continue": "gapcontinue||"
    },
    "query": {
        "pages": {
            "4": {
                "pageid": 4,
                "ns": 0,
                "title": "Roadmap",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "== For SenchaCon ==\n\n=== Must-have ===\n* <del>Finish implement Tip of the Day (Aug 19 2011)</del>\n* Add Sencha Touch App (see below) (Aug 30 2011)\n* Add logging (Sep 02 2011)\n* Graphical Statistics history (Sep 10 2011)\n\n\n* <del>Fix scrollbar bug (by reducing the number of entries)</del>\n* Use sencha.io to scale images on the mobile device\n\n== Theme To-Do ==\n* <del>Grid backgroud is still blue-ish</del>\n* <del>Panel background is blue-ish</del>\n* <del>Tooltips are red-ish</del>\n* <del>Search image in the quick search thing is odd, needs fix</del>\n* <del>Windows look strange, compared to the theme viewer (border missing?)</del>\n* <del>Optional: Blue-ish tabs</del>\n* Optional: More styling to make the app look better\n* <del>Optional: Add icons to the tabs</del>\n\n=== Nice to have ===\n* Add copy+edit part (if possible? how to deal with attachments?)\n* context menu for parts\n* Manual Reload of stuff (like storage locations, need to refactor dropdowns for that)\n* Storage location image\n* Storage location layout\n\n== Sencha Touch App ==\n\nA simple touch app which support the following features:\n\n* Query parts by name\n* Display part data\n* Add and remove stock\n* Display parts within a storage location"
                    }
                ]
            },
            "180": {
                "pageid": 180,
                "ns": 0,
                "title": "Running PartKeepr from GIT",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "You can run PartKeepr from the GIT repository.\n\n= Requirements =\n\n* PHP 7.0 or 7.1\n* [https://getcomposer.org/download/ composer]\n\n= Initial setup =\n\n<pre>\ngit clone https://github.com/partkeepr/PartKeepr.git        # clones PartKeepr in the PartKeepr subdirectory.\ncd PartKeepr\ncp app/config/parameters.php.dist app/config/parameters.php # copies the default parameters to ensure composer can run.\ncomposer install                                            # Installs all PartKeepr requirements\n</pre>\n\nNow open the setup by opening web/setup and run it.\n\n= Updating =\n\n<pre>\ngit pull                                                    # Updates PartKeepr to the latest GIT version\ncp app/config/parameters.php app/config/parameters.old.php  # Make a backup of the old parameters.php file\ncp app/config/parameters.php.dist app/config/parameters.php # Use the parameters.php.dist file to ensure all settings are present\nrm -rf app/cache/*                                          # Ensures all cached configurations are cleared\ncomposer install                                            # Installs latest packages\ncp app/config/parameters.old.php app/config/parameters.php  # Restores the parameters.php backup\n</pre>\n\nNow re-run '''setup''' or use the snippet below.\n\nPlease note that if you use '''APCu''', you might need to restart your web server to clear the APCu cache.\n\n== Console commands ==\n\nHere are the console commands to run the PartKeepr update process without having to re-run setup manually. Note that you need to have [https://www.phing.info/ phing] installed.\n\n<pre>\nphp app/console cache:clear --env=prod                        # Clears the production cache\nphp app/console doctrine:migrations:migrate --no-interaction  # Executes the database migrations\nphp app/console doctrine:schema:update --force                # Updates the database schema\n\nphing                                                         # Builds all required files and warms up the cache\nphp app/console partkeepr:cron:run                            # Runs all crons\n</pre>"
                    }
                ]
            }
        }
    }
}