=== Plugin Name === Contributors: francoeurdavid Tags: booking, appointment, form, bootstrap, cleanbook Requires at least: 3.8.1 Tested up to: 4.0 Stable tag: 1.0 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UJ5KDKRGHQZES License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Shows a calendar of all the active appointments and a form to submit an appointment. == Description == This plugin is very simple as of now. It shows a calendar of all the active appointments using [Bootstrap Calendar] and a form is available right next to it to allow registration of new events. The calendar only show active appointments. The administrator can activate/deactivate appointment via a list in the admin section of your Wordpress installation. The plugin is based upon another similar plugin called [Fastbook]. While not much was kept, I used it to learn and to build upon. Thanks a lot to the Fastbook team. == Installation == You can find the plugin using your current WordPress installation by looking for it using the "cleanbook" keyword. You can also manually install the plugin by uploading the content of the latest tagged version to your wp-content/plugins/ folder. Here are the minimum steps: - Download the archive - Extract it - Upload the cleanbook folder to your wp-content/plugins folder on your WordPress installation. Make sure your install looks like this wp-content/plugins/cleanbook/cleanbook.php - Activate it from the plugins page in our WordPress installation === Usage === In order to use the plugin, you have to add the following shortcode in the page: ``` [cleanbook] ``` Note that this plugin heavily depends on Bootsrap 3.2 so make sure a container is around the plugin. If not then you can add one directly aroung the plugin: ```