Changeset 1930287
- Timestamp:
- 08/25/2018 08:10:31 PM (8 years ago)
- File:
-
- 1 edited
-
dataclermont-bootstrap-widgets/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dataclermont-bootstrap-widgets/trunk/readme.txt
r1930284 r1930287 1 1 === Dataclermont Bootstrap Widgets === 2 Contributors: leoblanquez3 2 Plugin URI: https://dataclermont.com 4 Donate link: http://example.com/5 3 Author URI: https://dataclermont.com 6 4 Author: Leonardo Perez 7 5 Tags: widgets, bootstrap, responsive, mobile 8 6 Requires at least: 3.0.1 9 Tested up to: 3.47 Tested up to: 4.9.8 10 8 Stable tag: trunk 11 9 License: GPLv2 or later 12 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 13 Version: 0.1.0 11 Version: 0.1.0 14 12 15 Here is a short description of the plugin. This should be no more than 150 characters. No markup here.16 13 17 14 == Description == 15 Adds 6 fully customizable Widgets made with Bootstrap framework. 18 16 19 This is the long description. No limit, and you can use Markdown (as well as in the following sections). 17 - Featured Sections 18 Adds a Bootstrap section with gradient (optional) background where you can edit the text and image. 20 19 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 21 Adds a Bootstrap section with gradient background and featured boxes with icons. 23 22 24 A few notes about the sections above: 23 - Navigation Bar 24 Adds a customizable Bootstrap navigation bar. 25 25 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 27 Adds a Bootstrap Parallax header with customizable titles and image. 33 28 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 30 Adds a Bootstrap Slider with arrow controls and 3 images. 40 31 41 If no stable tag is provided, it is assumed that trunk is stable, but you should specify "trunk" if that's where42 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/` directory51 1. Activate the plugin through the 'Plugins' menu in WordPress52 1. Place `<?php do_action('plugin_name_hook'); ?>` in your templates53 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.63 32 64 33 == Screenshots == 65 34 66 1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from67 the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets68 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 shot71 35 72 36 == Changelog == 73 37 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 = 39 Alpha release
Note: See TracChangeset
for help on using the changeset viewer.