On Dienstag, 27. Januar 2009, Jie Bao wrote:
> http://tw.rpi.edu/wiki/Help:SMW_Page_Refresh
>
> Would some SMW core developers consider incorporating it into SMW?

Done (in SVN). The script SMW_refreshData.php now supports the parameter 
--page with delimiter | like in your script. I did not add a parameter 
--delimiter (is it necessary for you?). Just in case that you use this 
elsewhere, I note that there is a simpler way for refreshing pages by name 
than the one used in your script. You can simply do:

 $job = new SMWUpdateJob($mytitle);
 $job->run();

Anyway, thanks for pointing out this useful feature to be added to SMW.

Regards,

Markus


-- 
Markus Krötzsch
Semantic MediaWiki    http://semantic-mediawiki.org
http://korrekt.org    mar...@semantic-mediawiki.org

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Semediawiki-devel mailing list
Semediawiki-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel

Reply via email to