Recent changes to wiki.wxPython

"Kevin Altis" <altis@semi-retired.com> wrote, in part:

>
> What is the best available way of obtaining a list of URLs in the wiki
> that have changed, or been added, in the past n days?
>
Just use the RecentChanges page

http://wiki.wxpython.org/index.cgi/RecentChanges

If you're logged in, you can update the timestamp whenever you want so
that the next time you visit only those pages that have changed since
the last timestamp will be shown.

Thanks, Kevin. I _really_ should have mentioned that I would like to use
something like xml-rpc. Is there something like that?

The RSS link on the RecentChanges page seems to be failing, and the XML
link contains the HTML in a form apparently meant for translating using
XSLT.

Since moins seems to have a facility like xml-rpc, does the wxPython wiki?

Thanks for any additional help.

Bill

···

On Mar 24, 2004, at 8:54 AM, Bill Bell wrote:

Bill Bell wrote:

"Kevin Altis" <altis@semi-retired.com> wrote, in part:

What is the best available way of obtaining a list of URLs in the wiki
that have changed, or been added, in the past n days?

Just use the RecentChanges page

http://wiki.wxpython.org/index.cgi/RecentChanges

If you're logged in, you can update the timestamp whenever you want so
that the next time you visit only those pages that have changed since
the last timestamp will be shown.

Thanks, Kevin. I _really_ should have mentioned that I would like to use
something like xml-rpc. Is there something like that?

The RSS link on the RecentChanges page seems to be failing, and the XML
link contains the HTML in a form apparently meant for translating using
XSLT.

It is standard RDF (I think) and is meant for use with any RSS reader.

Since moins seems to have a facility like xml-rpc, does the wxPython wiki?

Yes, it is there::

>>> import xmlrpclib
>>>
>>> wiki = xmlrpclib.Server("http://wiki.wxpython.org/index.cgi?action=xmlrpc&quot;\)
>>> wiki.getRPCVersionSupported()
1
>>>
>>> st = wiki.getPage("RobinDunn")
>>> st.data
"attachment:robin.jpg\n\n'''Mister''' wxPython B)\n"

···

On Mar 24, 2004, at 8:54 AM, Bill Bell wrote:

>>>

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!