Subject: | strut doesn't work with tags |
POD has a tiny error, and API has changed it seems.
Thanks for great tool, it made kwiki conversion to socialtext a breeze...
Subject: | strut-tags.diff |
--- Socialtext-Resting-0.06/bin/strut 2006-11-13 02:49:15.000000000 +0200
+++ /usr/local/bin/strut 2006-11-18 13:31:25.000000000 +0200
@@ -87,7 +87,7 @@
strut set_page <workspace> <pagename> <filename>
strut list_tags <workspace> <pagename>
- strut set_tags <workspace> <pagename>
+ strut set_tags <workspace> <pagename> <tags>
strut list_tagged_pages <workspace> <tag>
@@ -414,13 +414,13 @@
$Strutter->get_page_attachments($Page);
}
-=head2 list_pagetags <workspace> <page_name>
+=head2 list_tags <workspace> <page_name>
List all tags on the specified page.
=cut
-sub list_pagetags {
+sub list_tags {
printemout(_list_tags());
}