Plugin Directory

Changeset 1930287


Ignore:
Timestamp:
08/25/2018 08:10:31 PM (8 years ago)
Author:
leoblanquez
Message:

Fixed readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dataclermont-bootstrap-widgets/trunk/readme.txt

    r1930284 r1930287  
    11=== Dataclermont Bootstrap Widgets ===
    2 Contributors: leoblanquez
    32Plugin URI: https://dataclermont.com
    4 Donate link: http://example.com/
    53Author URI: https://dataclermont.com
    64Author:  Leonardo Perez
    75Tags: widgets, bootstrap, responsive, mobile
    86Requires at least: 3.0.1
    9 Tested up to: 3.4
     7Tested up to: 4.9.8
    108Stable tag: trunk
    119License: GPLv2 or later
    1210License URI: http://www.gnu.org/licenses/gpl-2.0.html
    13 Version: 0.1.0 
     11Version: 0.1.0
    1412
    15 Here is a short description of the plugin.  This should be no more than 150 characters.  No markup here.
    1613
    1714== Description ==
     15Adds 6 fully customizable Widgets made with Bootstrap framework.
    1816
    19 This is the long description.  No limit, and you can use Markdown (as well as in the following sections).
     17- Featured Sections
     18Adds a Bootstrap section with gradient (optional) background where you can edit the text and image.
    2019
    21 For backwards compatibility, if this section is missing, the full length of the short description will be used, and
    22 Markdown parsed.
     20- Featured Boxes
     21Adds a Bootstrap section with gradient background and featured boxes with icons.
    2322
    24 A few notes about the sections above:
     23- Navigation Bar
     24Adds a customizable Bootstrap navigation bar.
    2525
    26 *   "Contributors" is a comma separated list of wp.org/wp-plugins.org usernames
    27 *   "Tags" is a comma separated list of tags that apply to the plugin
    28 *   "Requires at least" is the lowest version that the plugin will work on
    29 *   "Tested up to" is the highest version that you've *successfully used to test the plugin*. Note that it might work on
    30 higher versions... this is just the highest one you've verified.
    31 *   Stable tag should indicate the Subversion "tag" of the latest stable version, or "trunk," if you use `/trunk/` for
    32 stable.
     26- Parallax Titles
     27Adds a Bootstrap Parallax header with customizable titles and image.
    3328
    34     Note that the `readme.txt` of the stable tag is the one that is considered the defining one for the plugin, so
    35 if the `/trunk/readme.txt` file says that the stable tag is `4.3`, then it is `/tags/4.3/readme.txt` that'll be used
    36 for displaying information about the plugin.  In this situation, the only thing considered from the trunk `readme.txt`
    37 is the stable tag pointer.  Thus, if you develop in trunk, you can update the trunk `readme.txt` to reflect changes in
    38 your in-development version, without having that information incorrectly disclosed about the current stable version
    39 that lacks those changes -- as long as the trunk's `readme.txt` points to the correct stable tag.
     29- Simple Slider
     30Adds a Bootstrap Slider with arrow controls and 3 images.
    4031
    41     If no stable tag is provided, it is assumed that trunk is stable, but you should specify "trunk" if that's where
    42 you put the stable version, in order to eliminate any doubt.
    43 
    44 == Installation ==
    45 
    46 This section describes how to install the plugin and get it working.
    47 
    48 e.g.
    49 
    50 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory
    51 1. Activate the plugin through the 'Plugins' menu in WordPress
    52 1. Place `<?php do_action('plugin_name_hook'); ?>` in your templates
    53 
    54 == Frequently Asked Questions ==
    55 
    56 = A question that someone might have =
    57 
    58 An answer to that question.
    59 
    60 = What about foo bar? =
    61 
    62 Answer to foo bar dilemma.
    6332
    6433== Screenshots ==
    6534
    66 1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from
    67 the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets
    68 directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png`
    69 (or jpg, jpeg, gif).
    70 2. This is the second screen shot
    7135
    7236== Changelog ==
    7337
    74 = 1.0 =
    75 * A change since the previous version.
    76 * Another change.
    77 
    78 = 0.5 =
    79 * List versions from most recent at top to oldest at bottom.
    80 
    81 == Upgrade Notice ==
    82 
    83 = 1.0 =
    84 Upgrade notices describe the reason a user should upgrade.  No more than 300 characters.
    85 
    86 = 0.5 =
    87 This version fixes a security related bug.  Upgrade immediately.
    88 
    89 == Arbitrary section ==
    90 
    91 You may provide arbitrary sections, in the same format as the ones above.  This may be of use for extremely complicated
    92 plugins where more information needs to be conveyed that doesn't fit into the categories of "description" or
    93 "installation."  Arbitrary sections will be shown below the built-in sections outlined above.
    94 
    95 == A brief Markdown Example ==
    96 
    97 Ordered list:
    98 
    99 1. Some feature
    100 1. Another feature
    101 1. Something else about the plugin
    102 
    103 Unordered list:
    104 
    105 * something
    106 * something else
    107 * third thing
    108 
    109 Here's a link to [WordPress](http://wordpress.org/ "Your favorite software") and one to [Markdown's Syntax Documentation][markdown syntax].
    110 Titles are optional, naturally.
    111 
    112 [markdown syntax]: http://daringfireball.net/projects/markdown/syntax
    113             "Markdown is what the parser uses to process much of the readme file"
    114 
    115 Markdown uses email style notation for blockquotes and I've been told:
    116 > Asterisks for *emphasis*. Double it up  for **strong**.
    117 
    118 `<?php code(); // goes in backticks ?>`
     38= 0.1.0 =
     39Alpha release
Note: See TracChangeset for help on using the changeset viewer.