Index: /branches/1.2/content/plugins/cron/cron.php
===================================================================
--- /branches/1.2/content/plugins/cron/cron.php	(revision 1357)
+++ /branches/1.2/content/plugins/cron/cron.php	(revision 1358)
@@ -7,5 +7,7 @@
  * class: Cron
  * type: cron
- * hooks: install_plugin, admin_header_include, admin_plugin_settings, admin_sidebar_plugin_settings, admin_plugin_dropdown_menu, theme_index_top, admin_theme_index_top, cron_schedule_event, cron_update_job, cron_delete_job, cron_flush_hook, cron_hotaru_version, admin_theme_main_stats_post_version
+ * hooks: install_plugin, admin_plugin_settings, admin_sidebar_plugin_settings, theme_index_top, admin_theme_index_top, cron_schedule_event, cron_update_job, cron_delete_job, cron_flush_hook, cron_hotaru_version, admin_theme_main_stats_post_version
+ * author: shibuya246
+ * authorurl: http://shibuya246.com
  *
  * PHP version 5
Index: /branches/1.2/content/plugins/cron/readme.txt
===================================================================
--- /branches/1.2/content/plugins/cron/readme.txt	(revision 1358)
+++ /branches/1.2/content/plugins/cron/readme.txt	(revision 1358)
@@ -0,0 +1,18 @@
+Cron Plugin for Hotaru CMS
+--------------------------------
+Created by: shibuya246 (http://shibuya246.com)
+
+Description
+-----------
+Emulate server based cron jobs by checking db on page load whether to run specified tasks.
+
+Instructions
+------------
+1. Upload the "cron" folder to your plugins folder.
+2. Install it from Plugin Management in Admin. 
+3. Automatically, a system cron job to check daily for the latest hotaru version will be created
+4. Other plugins may add cron jobs which you can check later from Admin->PluginSettings->Cron
+
+Changelog
+---------
+v.0.1 2010/03/21 - shibuya246 - Released first version
