[pmwiki-users] Proposal: version control for cookbooks recipes

Stirling Westrup sti at pooq.com
Tue Oct 24 20:18:45 CDT 2006


Dominique Faure wrote:
> On 10/25/06, Patrick R. Michaud <pmichaud at pobox.com> wrote:
>> I've been formulating a scheme whereby one could use pmwiki.org's
>> Site.Analyzer tool (or something like it) to quickly determine
>> which recipes on a site are out of date.
>>
> 
> We'll need then to declare our recipes into a centralized information
> repository such as below, no?
> 
>   $RecipeInfo['MyRecipeName'] = array(
>   'version' => '20061025',
>   #...
>   );
> 
I think this is an excellent idea. The recipe that I've just finished
writing (but have yet to document) starts with these lines:

$RecipeData['quickreplace'] = array
  ( 'version' => '20061013'
  , 'name'    => 'Quick Replace'
  , 'author'  => 'Stirling Westrup'
  , 'email'   => 'sti at pooq.com'
  );

So clearly I believe some such standard should be put in place.




More information about the pmwiki-users mailing list