Nick
06-28-2009, 03:41 PM
While Hotaru CMS is still in the early stages of development, I'm including any plugins I make within the plugins folder in the SVN so you don't need to download them separately. Currently, there are 8 plugins: Category Manager, Categories, Users, Submit, Tags, RSS Show (screenshots (http://hotarucms.org/blog.php?b=3)), Hello World and Hello Universe. You just need to activate them in Plugin Management.
Once Hotaru Alpha is released, I'll make them all available as individual downloads in the Plugin Downloads (http://hotarucms.org/forumdisplay.php?f=18) forum, and remove some of the less essential ones from the SVN.
Note: RSS Show and Hello World need template hooks to be added:
<?php check_actions('rss_show'); ?>
<?php check_actions('hello_world'); ?>
Once Hotaru Alpha is released, I'll make them all available as individual downloads in the Plugin Downloads (http://hotarucms.org/forumdisplay.php?f=18) forum, and remove some of the less essential ones from the SVN.
Note: RSS Show and Hello World need template hooks to be added:
<?php check_actions('rss_show'); ?>
<?php check_actions('hello_world'); ?>