Hi all, I've been mucking about with CGI::Wiki 0.51_01 on and off for a bit. I really like how you've abstracted out the important parts of building a wiki, but I have a few questions: 1) The 'content' schema has a field 'comment', but I couldn't find a place this is actually set. Is this a placeholder for future functionality or has it been replaced by metadata and just didn't get dropped from the schema? 2) I didn't find a CGI::Wiki::Store method to fetch all previous versions (version + modification date + comment) of an existing node. I coded one up myself (easy), but I just wanted to check and see if I missed anything. 3) Also related to versioning, has anyone developed a diff viewer for node content? 4) I saw mumblings from a few months back about a TWiki formatter, but no code. Did I miss the code or is it still floating around in someone's brain? Thanks! Chris -- Chris Winters Creating enterprise-capable snack systems since 1988
----- Original Message ----- From: "Chris Winters" <chris@cwinters.com> To: <cgi-wiki-dev@earth.li> Sent: 06 May 2004 14:45 Subject: [cgi-wiki-dev] a few initial questions
3) Also related to versioning, has anyone developed a diff viewer for node content?
I can answer this one definitely. You want CGI::Wiki::Plugin::Diff. See the POD and documentation about plugins generally, for how to use it with CGI::WIki. Ivor.
On May 6, 2004, at 7:50 PM, IvorW wrote:
I can answer this one definitely. You want CGI::Wiki::Plugin::Diff. See the POD and documentation about plugins generally, for how to use it with CGI::WIki.
Geez, how did I miss that? Thanks for the pointer. Chris -- Chris Winters Creating enterprise-capable snack systems since 1988
On Thu 06 May 2004, Chris Winters <chris@cwinters.com> wrote:
1) The 'content' schema has a field 'comment', but I couldn't find a place this is actually set. Is this a placeholder for future functionality or has it been replaced by metadata and just didn't get dropped from the schema?
The latter.
2) I didn't find a CGI::Wiki::Store method to fetch all previous versions (version + modification date + comment) of an existing node. I coded one up myself (easy), but I just wanted to check and see if I missed anything.
Nope, don't think I wrote one of those :)
4) I saw mumblings from a few months back about a TWiki formatter, but no code. Did I miss the code or is it still floating around in someone's brain?
Nobody's sent me any Twiki-related code, so it may still be in someone's brain. Kake
participants (3)
-
Chris Winters -
IvorW -
Kate L Pugh