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": "Running_your_own_Wii_Forecast_Channel",
        "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": {
            "127": {
                "pageid": 127,
                "ns": 0,
                "title": "Rocky Linux",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "[[File:Rocky Linux.png|thumb|Rocky Linux Logo]]\n\n'''Rocky Linux''' is a brand new, released free Linux distribution. It is based on Red Hat Enterprise Linux (RHEL), and is aiming to replace the [[CentOS 8|CentOS]] distribution. The ultimate goal is the same as CentOS, which is to provide a community-supported, production-grade enterprise operating system to everyone.\n\nIt was founded and created by the CentOS co-founder Gregory Kurtzer, who said:\n\n<blockquote>\nI was just as shocked as the rest of the community with the news from Red Hat. When I started CentOS 16 years ago, I never imagined the incredible reach and impact it would have around the world on individuals and companies who rely on CentOS for Linux distribution.\n</blockquote>\n\nDetails will be placed on this wiki soon on how to install it, how to set many common services up, and what to expect from the OS.\n\n==When will it be released?==\nIT HAS ALREADY '''''MEGA''''' BEEN RELEASED!\n\n==Technical details==\n{| class=\"wikitable\"\n|+\n|-\n|'''Developers'''\n|Community (The Rocky Linux Foundation)\n|-\n|'''OS family'''\n|Linux\n|-\n|'''Source model'''\n|Open source\n|-\n|'''Release date'''\n|April 30, 2021\n|-\n|'''Update method'''\n|DNF\n|-\n|'''Package manager'''\n|RPM\n|-\n|'''User interface'''\n|GNOME 3\n|-\n|'''License'''\n|BSD license and others\n|-\n|'''Language'''\n|Multilingual\n|-\n|'''Platforms'''\n|x86-64\n|-\n|}\n\n==Why use Rocky?==\nRed Hat has decided to reduce the promised end-of-life of CentOS 8 from 2029 to December 2021. This is a very big problem as servers that were designed to run CentOS 8 until the EOL date of 2029 (and possibly beyond) have now been left in the dust and will possibly be left without updates for several months or maybe even years as server migration is a long process that can take a lot of time and resources. Ironically, those who stayed on CentOS 7 are actually better off, as CentOS 7 still has the planned EOL date of 2024.\n\nCentOS Stream, the \"future\" of CentOS (in Red Hat's words), is essentially a beta test of the next RHEL distribution, which means that, in order to have the reliability of RHEL, you must cough up the dough and pay for RHEL as CentOS Stream will not have that reliability. \n\nThere is nothing wrong with a company wanting to charge for their product's proven reliability, but to go ahead and reduce the promised EOL date of an OS by ''8 years'' without any announcement or warning is an unacceptable slap to the face to the userbase and community who rely on CentOS to power their production servers.\n\n[[Category:Tutorials]]"
                    }
                ]
            },
            "460": {
                "pageid": 460,
                "ns": 0,
                "title": "Run VBScript as admin",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "In Windows Vista, 7, 8, 10 and 11, you may want to run a '''VBScript as admin'''. While this is possible by right clicking and hitting \"Administrator\" most will probably want the UAC prompt to appear, like in a program. The below code will try to elevate privileges if it is on Vista and up (but will not if running on XP, 2000, etc.)\n\n<syntaxhighlight lang=\"vbscript\">\nOption Explicit\n\nDim WMI, OS, Value, Shell\n\ndo while WScript.Arguments.Count = 0 and WScript.Version >= 5.7\n    '##### check windows version\n    Set WMI = GetObject(\"winmgmts:\" & \"{impersonationLevel=impersonate}!\\\\.\\root\\cimv2\")\n    Set OS = WMI.ExecQuery(\"SELECT *FROM Win32_OperatingSystem\")\n    For Each Value in OS\n    if left(Value.Version, 3) < 6.0 then exit do\n    Next\n\n    '##### execute as admin privileges\n    Set Shell = CreateObject(\"Shell.Application\")\n    Shell.ShellExecute \"wscript.exe\", \"\"\"\" & WScript.ScriptFullName & \"\"\" uac\", \"\", \"runas\"\n\n    WScript.Quit\nloop\n\n'##### execute code\nWScript.Echo \"Hello World\"\n\n</syntaxhighlight>\n\n[[Category:Tutorials]]\n[[Category:Programming tutorials]]"
                    }
                ]
            }
        }
    }
}