Folks,
Quick MW 1.30 question regarding remote refreshing of pages needed by a SMW
application.
Can someone tell me how to write an API call that Purges all pages in a
specific category?
Background --- I have a semantic "Class" (a Form, Template, and Category set of
pages that work together) called "MyTasks" that produces task tracking pages
with a few date fields including one called "Property:has date needed by" (of
type date)--- Within "Template:MyTasks", I have manually added an additional
semantic property that is not used by the Form. It is called "Property:has days
till due" (of type number). Also within the template I calculate the difference
in the number of days between the current system time of the client where the
page is being viewed and the "has date needed by" provided previously by the
form. The goal is to be able to write a semantic query that show all tasks that
are due in less than 10 days. For example: {{#ask:[[Category:MyTasks]][[has
days till due::<10]]|format=ol}}
The problem is ---- I need to refresh the wiki pages in Category:MyTasks every
night so that the "has days till due" value gets updated each day.
My thought is to have an API call that purge all files in a given category I
can add that to a cURL command in a PHP file on the server that I can call
nightly from a cron job.
Thanks!
-Rich
_______________________________________________
MediaWiki-l mailing list
To unsubscribe, go to:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l