Plugin Directory

Changeset 1017739


Ignore:
Timestamp:
11/01/2014 12:12:57 AM (11 years ago)
Author:
francoeurdavid
Message:

fixed merge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cleanbook/trunk/readme.txt

    r1017733 r1017739  
    11=== Plugin Name ===
    22Contributors: francoeurdavid
    3 Tags: booking, appointment, form, bootstrap, cleanbook
     3Tags: booking, appointment, form, bootstrap, cleanbook, calendar, multilingual
    44Requires at least: 3.8.1
    55Tested up to: 4.0
    6 Stable tag: 1.0
     6Stable tag: 1.1
    77Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UJ5KDKRGHQZES
    88License: GPLv2 or later
     
    1212
    1313== 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.
     14This 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.
    1615
    1716The administrator can activate/deactivate appointment via a list in the admin section of your Wordpress installation.
    1817
    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
     18The 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.
    3019
    3120=== Usage ===
     
    4332```
    4433
    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 ===
     36This 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.
    4737
    4838For 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):
     
    5848This 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.
    5949
     50=== Translators ===
     51
     52* French (fr) - David Francoeur
     53
     54== Installation ==
     55You can find the plugin using your current WordPress installation by looking for it using the "cleanbook" keyword.
     56
     57You 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
     591. Download the archive
     601. Extract it
     611. 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
     621. Activate it from the plugins page in our WordPress installation
     631. Place a `[cleanbook]` shortcode where you want the plugin to appear.
     64
     65== Screenshots ==
     661. screenshot.png
     671. screenshot_french.png
     68
    6069== Frequently Asked Questions ==
    6170
     
    6675The name I used is : wp-includes/js/underscore.min.js
    6776
    68 == Screenshots ==
    69 1. screenshot.png
    70 <<<<<<< HEAD
    71 2. screenshot_french.png
    72 =======
    73 1. screenshot_french.png
    74 >>>>>>> master
     77== Changelog ==
    7578
    76 == Translators ==
     79= 1.1 =
    7780
    78 * French (fr) - David Francoeur
     81* Fixed distribution issue with the readme.txt
    7982
    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.