Changeset 1017739
- Timestamp:
- 11/01/2014 12:12:57 AM (11 years ago)
- File:
-
- 1 edited
-
cleanbook/trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cleanbook/trunk/readme.txt
r1017733 r1017739 1 1 === Plugin Name === 2 2 Contributors: francoeurdavid 3 Tags: booking, appointment, form, bootstrap, cleanbook 3 Tags: booking, appointment, form, bootstrap, cleanbook, calendar, multilingual 4 4 Requires at least: 3.8.1 5 5 Tested up to: 4.0 6 Stable tag: 1. 06 Stable tag: 1.1 7 7 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UJ5KDKRGHQZES 8 8 License: GPLv2 or later … … 12 12 13 13 == Description == 14 15 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. 14 This plugin is very simple as of now. It shows a calendar of all the active appointments using [Bootstrap Calendar](http://bootstrap-calendar.azurewebsites.net/) and a form is available right next to it to allow registration of new events. The calendar only show active appointments. 16 15 17 16 The administrator can activate/deactivate appointment via a list in the admin section of your Wordpress installation. 18 17 19 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. 20 21 == Installation == 22 You can find the plugin using your current WordPress installation by looking for it using the "cleanbook" keyword. 23 24 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: 25 26 - Download the archive 27 - Extract it 28 - 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 29 - Activate it from the plugins page in our WordPress installation 18 The plugin is based upon another similar plugin called [Fastbook](https://wordpress.org/plugins/fastbook-responsive-appointment-booking-and-scheduling-system/). While not much was kept, I used it to learn and to build upon. Thanks a lot to the Fastbook team. 30 19 31 20 === Usage === … … 43 32 ``` 44 33 45 == Bootstrap 3.2 == 46 This plugin uses Bootstrap to render properly. If the plugin can't find the Bootstrap CSS and JS files, it will add them automatically. If your theme already import those files, you can't prevent reimportation by changing the handle used by the plugin to look for the files by the one our theme is using. 34 35 === Bootstrap 3.2 === 36 This plugin uses Bootstrap to render properly. If the plugin can't find the Bootstrap CSS and JS files, it will add them automatically. If your theme already import those files, you can either turn that option off from the admin panel or you can prevent it by changing the handle used by the plugin to look for the files by the one your theme is using. 47 37 48 38 For example, your theme register the CSS and the JS using the following handles respectively: "mytheme-bootstrap-css" and "mytheme-bootstrap-js". You can change the following lines (cleanbook.php): … … 58 48 This way the plugin won't reimport the files. It is possible that your theme import the CSS using the `@Import` instruction of your style.css, I'm working on a setting option that would be used to deactivate this auto-import behavior of the plugin. 59 49 50 === Translators === 51 52 * French (fr) - David Francoeur 53 54 == Installation == 55 You can find the plugin using your current WordPress installation by looking for it using the "cleanbook" keyword. 56 57 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: 58 59 1. Download the archive 60 1. Extract it 61 1. 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 62 1. Activate it from the plugins page in our WordPress installation 63 1. Place a `[cleanbook]` shortcode where you want the plugin to appear. 64 65 == Screenshots == 66 1. screenshot.png 67 1. screenshot_french.png 68 60 69 == Frequently Asked Questions == 61 70 … … 66 75 The name I used is : wp-includes/js/underscore.min.js 67 76 68 == Screenshots == 69 1. screenshot.png 70 <<<<<<< HEAD 71 2. screenshot_french.png 72 ======= 73 1. screenshot_french.png 74 >>>>>>> master 77 == Changelog == 75 78 76 = = Translators ==79 = 1.1 = 77 80 78 * F rench (fr) - David Francoeur81 * Fixed distribution issue with the readme.txt 79 82 80 [bootstrap calendar]:http://bootstrap-calendar.azurewebsites.net/ 81 [fastbook]:https://wordpress.org/plugins/fastbook-responsive-appointment-booking-and-scheduling-system/ 83 = 1.0 = 84 85 * Initial release
Note: See TracChangeset
for help on using the changeset viewer.