I was having problems getting them to work together, although
Kwiki-0.37 and Spoon-0.21 were OK.

registry.dd was very short, and I was getting messages about no
display class.

This hack seems to work.

--- Kwiki/Command.pm.205        2005-04-10 22:59:29.494387208 +0800
+++ Kwiki/Command.pm    2005-04-10 22:39:09.046923424 +0800
@@ -82,6 +82,7 @@

 sub install {
     my $class_id = shift;
+    $self->add_new_default_config;
     my $object = $self->hub->$class_id
       or return;
     return unless $object->can('extract_files');
@@ -229,7 +230,8 @@
 }

 sub create_registry {
-    my $registry = $self->hub->registry;
+    my $hub = Kwiki->new->load_hub('config.yaml', -plugins => 'plugins');
+    my $registry = $hub->registry;
     my $registry_path = $registry->registry_path;
     $self->msg("Generating Kwiki Registry '$registry_path'\n");
     $registry->update;

Reply via email to