You are looking at the HTML representation of the XML 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 XML format, set format=xml.
See the complete documentation, or API help for more information.
<?xml version="1.0"?>
<api>
  <query-continue>
    <allpages gapcontinue="Reset_Root_Password_in_CentOS" />
  </query-continue>
  <query>
    <pages>
      <page pageid="136" ns="0" title="Redirect site to www or non www">
        <revisions>
          <rev contentformat="text/x-wiki" contentmodel="wikitext" xml:space="preserve">==Redirect site to www or non www==

Some times, you are going to need to redirect your domain name to have www or whatever and sometimes you will want to strip the sub domain out.

When running a magento store, you will come across a need for this, as their default redirect only redirects to the homepage if the request is not the same as their base_urls.

===Redirect Entire site to WWW===

How to force all url strings to load from www

Add the following to your .htaccess file, at the top saying, if it does not start with www redirect it.

 RewriteEngine On
 RewriteCond %{HTTP_HOST} !^www.briansnelson.com [NC]
 RewriteRule ^(.*)$ http://www.briansnelson.com/$1 [R=301,L]

===Redirect Entire site to non-WWW===

How to force all urls to come directly to your domain name

Add the following to your .htaccess file, at the top

 RewriteEngine On
 RewriteCond %{HTTP_HOST} !^briansnelson.com [NC]
 RewriteRule ^(.*)$ http://briansnelson.com/$1 [R=301,L]</rev>
        </revisions>
      </page>
      <page pageid="128" ns="0" title="Remove Email Block Lists">
        <revisions>
          <rev contentformat="text/x-wiki" contentmodel="wikitext" xml:space="preserve">==List of Block Lists and Removal Pages==

'''Help I have been blacklisted...'''

===Public Blacklist Checkers===
* http://mxtoolbox.com/blacklists.aspx
* http://multirbl.valli.org/lookup/
* http://www.blacklistalert.org/
* http://www.dnsbl.info/dnsbl-database-check.php

===Public Domain Blacklist Checker===
* http://lookup.uribl.com/

===Check IP Reputation===
* http://www.senderbase.org/
* https://www.senderscore.org/lookup.php

===Individual Blocklist/blacklist ===

====Hotmail/Microsoft====

Follow this New link: https://support.microsoft.com/en-us/getsupport?oaspworkflow=start_1.0.0.0&amp;wfname=capsub&amp;productkey=edfsmsbl3&amp;ccsid=635652190180709452
Fill out the online form &amp; submit.

Also, they use the following, worth checking there too
Usually Symantec's BrightMail filter -
http://ipremoval.sms.symantec.com/remove/

====Comcast:====
Follow this URL: http://www.comcastsupport.com/rbl
Fill out the online form &amp; submit.

====Cox:====
Follow this URL: http://postmaster.cox.net/confluence/display/postmaster/Error+Codes
On the page, search the listed error codes to match the one you received when you were blacklisted. Click the URL suggested to get to the appropriate online form. Then submit.
====EarthLink:====
Send an email to: [email protected]
Use the subject line &lt;Blocked 'insert your email server's IP'&gt; (example: Blocked 255.255.255.2555)
More details are given on these pages:
http://earthlink.net/block
http://support.earthlink.net/articles/email/email-blocked-by-earthlink.php
====Gmail:====
* Read Gmail's Bulk Senders Guidelines here: http://www.google.com/mail/help/bulk_mail.html
* Then follow this URL for the Bulk Sender Contact Form: http://mail.google.com/support/bin/request.py?contact_type=bulk_send&amp;hl=en
Fill out &amp; submit.  

* If all else fails - https://support.google.com/mail/contact/msgdelivery

====AT&amp;T/SBC Global/Bellsouth:====
Follow this URL: http://rbl.att.net/cgi-bin/rbl/block_admin.cgi
Fill out the online form &amp; submit.
For questions related to a request, please contact them at: [email protected]

====Juno/NetZero/Bluelight (United Online):====
Follow this URL: http://www.unitedonline.net/postmaster/blocked.html
Fill out the online form &amp; submit.
====Roadrunner/Adelphia:====
Follow this URL: http://security.rr.com/mail_blocks.htm
Follow this URL to find whether your IP is blacklisted: http://security.rr.com/cgi-bin/block-lookup
====USA.NET:====
Follow this URL to find whether your IP is blacklisted: http://postmaster.usa.net/html/error.html
====Verizon:====
Follow this URL: http://www2.verizon.net/micro/whitelist/request_form.asp?id=isp
Fill out the online form &amp; submit or email them directly at [email protected]

====Yahoo:====
Follow this URL: http://help.yahoo.com/l/us/yahoo/mail/postmaster/bulkv2.html
Fill out the online form &amp; submit.
====Mail.ru:====
Follow this URL for the Google page translator tool: http://translate.google.com
Check &quot;Translate from Russian&quot; and &quot;Translate to English&quot;
Enter this link in the form: mail.ru/notspam/ Then and hit Enter or Return.
Read and follow the directions on the newly translated page.
====AOL.com:====
If you have been blacklisted, visit AOL Postmaster
You will need to open a Postmaster Support Request to put yourself on AOL's whitelist
(*The AOL whitelist is meant for permission-based bulk senders. Bear in mind that if you are on their blacklist, you may have done something to violate their technical guidelines or best practices)
You can also apply for Whitelist Status immediately
http://postmaster.aol.com/SupportRequest.SA.php

'''Check your IP Reputation with AOL -&gt; https://postmaster.aol.com/ip-reputation'''

====MXLogic:====
If you have been blacklisted 
Follow this URL: http://www.mxlogic.com/postmaster/ip_research_request.cfm
Fill out and submit

====BarracudaCentral====
If you have been blacklisted 
http://www.barracudacentral.org/rbl/removal-request</rev>
        </revisions>
      </page>
    </pages>
  </query>
</api>