Displaying 2 results from an estimated 2 matches for "matchhandl".
Did you mean:
matchhandler
2007 May 21
2
Some suggestions for extra metadata
...major>0</major>
<minor>1</minor>
<patch>0</patch>
</version>
*Addition to features*
Just add an attribute to the features tag so that features can be unique
or non-unique. This will mean that we can add lots more features
like 'config', 'matchhandler', 'imageloader' etc etc. They need to be
defined somewhere so that plugin developers can check a list of
official features like this (whilst still adding their own if needed).
<feature unique="true">largedesktop</feature>
This should default to true if not pro...
2007 Oct 15
0
Additional metadata features for core and regex
Hi,
I've been working a bit on the match interface of CCSM lately and I
found that it would be really useful to have features for each match
prefix the plugin (core/regex) supports. The feature name is built
similar to the image feature names: "matchhandler:" + prefix. For
example "matchhandler:title" supports the match prefix "title=".
So I made a small patch for that.
Cheers,
Patrick
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Added-features-to-core-and-regex-metadata-to-speci...