Changeset 799773
- Timestamp:
- 11/06/2013 11:37:47 AM (12 years ago)
- Location:
- mapbb/trunk
- Files:
-
- 2 edited
-
README.md (modified) (2 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mapbb/trunk/README.md
r799617 r799773 4 4 MapBB-shortcodes `[map]` for Leaflet based maps. 5 5 6 * [Page in Plugin directory at WordPress.org](http://wordpress.org/plugins/mapbb/) 6 7 * Contributors: [shoorick](http://wordpress.org/support/profile/shoorick) 7 8 * Donate link: [via PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=UYTK9PBGSMKWE&lc=RU&item_name=Alexander%20Sapozhnikov¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted) 8 * Tags: map, maps, openstreetmap, osm, shortcode, leaflet, mapbbcode 9 * Tags: map, maps, openstreetmap, osm, shortcode, leaflet, mapbbcode, mapbb 9 10 * Tested with: 3.7.1 10 11 * License: [GPLv2](http://www.gnu.org/licenses/gpl-2.0.html) or later … … 18 19 ------------ 19 20 20 1. Go to the `/wp-content/plugins/` directory, 21 1. Put plugin content to the `mapbb-wordpress` directory: 22 * Download and unzip [archive](https://github.com/shoorick/mapbb-wordpress/archive/master.zip) 21 1. Get the plugin: 22 * Through “Plugins” → “Add New” menu in WordPress. 23 23 or 24 * Clone repository from github: 25 `git clone https://github.com/shoorick/mapbb-wordpress.git` 26 1. Activate the plugin through the 'Plugins' menu in WordPress. 24 * Download archive [from WordPress.org](http://downloads.wordpress.org/plugin/mapbb.zip) or [from Guthub](https://github.com/shoorick/mapbb-wordpress/archive/master.zip) and unzip it to `/wp-content/plugins/` directory 25 or 26 * Checkout source code to `/wp-content/plugins/` directory: 27 * from WordPress.org: 28 `svn co http://plugins.svn.wordpress.org/mapbb/tags/0.1/ mapbb` 29 or 30 * from Github: 31 `git clone https://github.com/shoorick/mapbb-wordpress.git` 32 1. Activate the plugin through the “Plugins” menu in WordPress. 27 33 28 34 Usage -
mapbb/trunk/readme.txt
r799750 r799773 3 3 Contributors: shoorick 4 4 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=UYTK9PBGSMKWE&lc=RU&item_name=Alexander%20Sapozhnikov¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted 5 Tags: map, maps, openstreetmap, osm, shortcode, leaflet, mapbbcode 5 Tags: map, maps, openstreetmap, osm, shortcode, leaflet, mapbbcode, mapbb 6 6 Requires at least: 3.0.1 7 7 Tested up to: 3.7.1 … … 14 14 == Description == 15 15 16 This plugin allows to use shortcode `[map]` 17 ([syntax](https://github.com/MapBBCode/mapbbcode/blob/master/BBCODE.md)) 18 which transforms to Leaflet based map. 16 This plugin allows to use shortcode `[map]` ([syntax](https://github.com/MapBBCode/mapbbcode/blob/master/BBCODE.md)) which transforms to Leaflet based map. 19 17 20 18 For more information, check out [MapBBCode.org](http://mapbbcode.org/). 21 19 22 = == Usage ===20 = Usage = 23 21 24 22 Add shortcode into you pages: … … 34 32 == Installation == 35 33 36 1. Go to the `/wp-content/plugins/` directory, 37 1. Put plugin content to the `mapbb-wordpress` directory: 38 * Download and unzip archive: 39 * from WordPress.org http://downloads.wordpress.org/plugin/mapbb.zip 40 * from Guthub https://github.com/shoorick/mapbb-wordpress/archive/master.zip 34 1. Get the plugin: 35 * Through “Plugins” → “Add New” menu in WordPress. 41 36 or 42 * Clone repository from github: 43 `git clone https://github.com/shoorick/mapbb-wordpress.git` 44 1. Activate the plugin through the 'Plugins' menu in WordPress. 37 * Download archive [from WordPress.org](http://downloads.wordpress.org/plugin/mapbb.zip) or [from Guthub](https://github.com/shoorick/mapbb-wordpress/archive/master.zip) and unzip it to `/wp-content/plugins/` directory 38 or 39 * Checkout source code to `/wp-content/plugins/` directory: 40 * from WordPress.org: 41 `svn co http://plugins.svn.wordpress.org/mapbb/tags/0.1/ mapbb` 42 or 43 * from Github: 44 `git clone https://github.com/shoorick/mapbb-wordpress.git` 45 1. Activate the plugin through the “Plugins” menu in WordPress. 45 46 46 47 == Upgrade Notice == … … 64 65 == Changelog == 65 66 67 = 0.2 = 68 69 Customizing will be added. 70 66 71 = 0.1 = 67 72 68 Initial release 73 Initial release. 69 74
Note: See TracChangeset
for help on using the changeset viewer.