From: Reini U. <ru...@x-...> - 2004-08-22 21:31:58
|
Jim Cheetham schrieb: > On Aug 23, 2004, at 7:23 AM, Reini Urban wrote: >> Reini Urban schrieb: >> >>>> I would like to discuss an additional API for plugins which is >>>> similar to run() but returns ony a list of pages, not the HTML'ized >>>> UL list, which in turn can be used as input argument to other plugins. >>> >>> See http://phpwiki.sourceforge.net/phpwiki/PluginList >> >> If there are no objections I will include it. >> > You haven't given much time to think about it ;-) but it seems like a > very good idea. > It's simple and flexible. Good stuff. Yeah, I forgot to actually attach the diff. It is now at the tracker. Works fine, just the argument parser is not really stable. pages=<?plugin-list ... ?> is okay, but these not: pages = <?plugin-list ... ?> pages="<?plugin-list ... ?>" pages='<?plugin-list ... ?>' I think I will commit this in the next days, since the changes are marginal and I find it useful. -- Crime does not pay ... as well as politics. (Alfred E. Newman) |