https://bugzilla.wikimedia.org/show_bug.cgi?id=10788





--- Comment #4 from White Cat <[email protected]>  2008-12-21 
20:53:45 UTC ---
http://en.wikipedia.org/w/api.php?action=query&prop=revisions&titles=Main_Page&rvlimit=500&rvuser=MZMcBride

You are looking at the HTML representation of the XML format.
HTML is good for debugging, but probably is not suitable for your application.
See complete documentation, or API help for more information.
<?xml version="1.0"?>
<api>
  <query>
    <normalized>
      <n from="Main_Page" to="Main Page" />
    </normalized>
    <pages>
      <page pageid="15580374" ns="0" title="Main Page">
        <revisions>
          <rev revid="250138233" user="MZMcBride"
timestamp="2008-11-07T00:25:19Z" comment="cleaned up code, per talk" />
          <rev revid="210742813" user="MZMcBride"
timestamp="2008-05-07T05:22:48Z" comment="rv" />
          <rev revid="210742552" user="MZMcBride"
timestamp="2008-05-07T05:20:55Z" comment="restored margin-top with lower value"
/>
          <rev revid="210742376" user="MZMcBride"
timestamp="2008-05-07T05:19:46Z" comment="rm margin-top, see talk" />
          <rev revid="199549748" user="MZMcBride"
timestamp="2008-03-20T08:11:25Z" comment="rv" />
          <rev revid="197643346" user="MZMcBride"
timestamp="2008-03-12T03:52:20Z" comment="rm unneeded div" />
          <rev revid="191953558" user="MZMcBride"
timestamp="2008-02-16T23:45:51Z" comment="bypassed redirect" />
        </revisions>
      </page>
    </pages>
  </query>
</api>

--------------------------------------------------------------------------------

Above is an example use.

I'd like a different page that lets me display user contribution (individual
revisions) like page history. Basically I want
*the diff link to be clickable
*timestamp displayed in standard dating format (depending on users pref like
how history date & time is displayed)
*possibly adding a text box to history pages so that I can "search" a users
contribution.
**For example if I went to page history of "Main Page" and search for
"MZMcBride" I'd get the above feed


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to