# [Task Scheduler](http://wordpress.org/plugins/task-scheduler/) #

### Welcome to our GitHub Repository

<p align="center">
    <img src="https://lh5.googleusercontent.com/-cFlSfbJuzdc/VROY53huCuI/AAAAAAAAB-8/T0z40G1Jugs/s800/icon-256x256.png" alt="Task Scheduler" />
</p>

Task Scheduler is an open source WordPress plugin that provides easier UI for registering scheduled tasks.

## Screenshots ##

<div style="margin:20px; float:left">
	<a href="https://lh4.googleusercontent.com/-lUMoaPatEiM/VROY5g3Sr6I/AAAAAAAAB-8/UuXx-cRYGzs/s0/screenshot-1.png" title="Task Scheduler- Settings">
		<img src="https://lh4.googleusercontent.com/-lUMoaPatEiM/VROY5g3Sr6I/AAAAAAAAB-8/UuXx-cRYGzs/s288/screenshot-1.png" alt="Task Scheduler- Task Listing Table" width="320" />
	</a>
	&nbsp;
	<a href="https://lh3.googleusercontent.com/-i1EUpsMnw3g/VROY5uZJo5I/AAAAAAAAB-8/tHJjl09-z4A/s0/screenshot-2.png" title="Task Scheduler- Settings">
		<img src="https://lh3.googleusercontent.com/-i1EUpsMnw3g/VROY5uZJo5I/AAAAAAAAB-8/tHJjl09-z4A/s288/screenshot-2.png.png" alt="Task Scheduler- Add New Task Wizard" width="320" />
	</a>
	&nbsp;
	<a href="https://lh4.googleusercontent.com/-msSKFVRk1TI/VROY6hjC-OI/AAAAAAAAB-8/LiT0t7xP73w/s0/screenshot-3.png" title="Task Scheduler- Settings">
		<img src="https://lh4.googleusercontent.com/-msSKFVRk1TI/VROY6hjC-OI/AAAAAAAAB-8/LiT0t7xP73w/s288/screenshot-3.png" alt="Task Scheduler- Settings" width="320" />
	</a>
	&nbsp;    
</div>

## Installation ##

The latest development version can be downloaded [here](https://github.com/michaeluno/admin-page-framework/archive/master.zip).

It includes the demo plugin which uses the framework and is ready to be installed as a WordPress plugin. Just upload the unpacked folder to the `...\wp-content\plugins` folder then activate it. The sample pages will be created.

## Install ##

1. Upload **`task-scheduler.php`** and other files compressed in the zip folder to the **`/wp-content/plugins/`** directory.,
2. Activate the plugin through the `Plugins` menu in WordPress.

## How to Use ##

1. Define a `Task` via **Dashboard** -> **Task Scheduler** -> **Add New Task**
2. In the task listing table, toggle 'Enabled' / 'Disabled'.


### Tutorials ###
Coming soon...

## Bugs ##
If you find an issue, let us know [here](https://github.com/michaeluno/Task-Scheduler/issues)!

## Support ##
This is a developer's portal for Task Scheduler and should _not_ be used for support. Please visit the [support forums](http://wordpress.org/support/plugin/task-scheduler).

## Contributions ##
Anyone is welcome to contribute to Task Scheduler.

There are various ways you can contribute:

1. Raise an [Issue](https://github.com/michaeluno/Task-Scheduler/issues) on GitHub.
2. Send us a Pull Request with your bug fixes and/or new features.
3. Provide feedback and suggestions on [enhancements](https://github.com/michaeluno/Task-Scheduler/issues?direction=desc&labels=Enhancement&page=1&sort=created&state=open).
4. Improve the [documentation](https://github.com/michaeluno/admin-page-framework/blob/master/documentation_guideline.md).
5. Write modules and publish them.

## Supporting Future Development ##

If you like it, please rate and review it in the [WordPress Plugin Directory](http://wordpress.org/support/view/plugin-reviews/task-scheduler?filter=5). Also donation would be greatly appreciated. Thank you!

#### Donate
[![Donate with PayPal](https://www.paypal.jp/uploadedImages/wwwpaypaljp/Supporting_Content/jp/contents/popup/logo/SG_mc_vs_am_jcb_JP_203_80.png)](http://en.michaeluno.jp/donate)

## Copyright and License ##

### Task Scheduler ###
Released under the [GPL v2](./LICENSE.txt) or later.
Copyright © 2014 Michael Uno

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.