Skip to content

Commit 1679957

Browse files
authored
Merge pull request #13 from philwareham/master
Tidy the layout, thanks philwareham.
2 parents 5942ce2 + 018a729 commit 1679957

File tree

4 files changed

+196
-199
lines changed

4 files changed

+196
-199
lines changed

README.textile

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
h1. smd_thumbnail
22

3-
*Requires Textpattern 4.5.0+*
3+
"Download":https://github.com/Bloke/smd_thumbnail/releases | "Packagist":https://packagist.org/packages/bloke/smd_thumbnail
44

5-
If you're bored of one Textpattern thumbnail per image and don't fancy using an auto-resizing script or relying on the browser to stretch your thumbnails, @smd_thumbnail@ could be the answer. It allows you to create profiles for as many Textpattern thumbnail sizes as you like and will automatically create physical thumbnails at those dimensions for any/all of your images.
5+
If you're bored of one Textpattern thumbnail per image and don't fancy using an auto-resizing script or relying on the browser to stretch your thumbnails, @smd_thumbnail@ could be the answer! It allows you to create profiles for as many Textpattern thumbnail sizes as you like and will automatically create physical thumbnails at those dimensions for any/all of your images.
66

77
Please report bugs and problems with this plugin at "the GitHub project's issues page":https://github.com/Bloke/smd_thumbnail/issues.
88

@@ -15,15 +15,17 @@ h2. Features
1515
* Keep thumbs in sync with Textpattern's thumbs if you wish.
1616
* Conditional thumbnail check available.
1717

18-
h2. Installation, upgrading and uninstallation
18+
h2. Installing
1919

20-
Requires Textpattern 4.6.0 or higher.
20+
*Requires Textpattern 4.6.0+*
2121

22-
Download the plugin from either "textpattern.org":http://textpattern.org/plugins/1186/smd_thumbnail, or the "software page":http://stefdawson.com/sw, paste the code into the Textpattern Admin → Plugins pane, install and enable the plugin. Visit the "forum thread":http://forum.textpattern.com/viewtopic.php?id=34367 for more info or to report on the success or otherwise of the plugin.
22+
Download the plugin from either "GitHub":https://github.com/Bloke/smd_thumbnail/releases, or the "software page":https://stefdawson.com/sw/plugins/smd_thumbnail, paste the code into the Plugins administration panel, install and enable the plugin. Visit the "forum thread":https://forum.textpattern.io/viewtopic.php?id=34367 for more info or to report on the success or otherwise of the plugin.
2323

24-
*When upgrading from v0.1x to v0.20, your preferences for 'Keep Textpattern thumbnails in sync with default profile' will be removed. Please visit the 'Tools/Prefs' area to reinstate the behaviour you desire.*
24+
Note: When upgrading from v0.1x to v0.20, your preferences for 'Keep Textpattern thumbnails in sync with default profile' will be removed. Please visit the 'Setup' area to reinstate the behaviour you desire.
2525

26-
To uninstall, delete from the Admin → Plugins page.
26+
Alternatively, this plugin can be installed using "Composer":https://getcomposer.org:
27+
28+
bc. $ composer require bloke/smd_thumbnail:*
2729

2830
h2. Usage
2931

@@ -215,4 +217,4 @@ Please see the "changelog on GitHub":https://github.com/Bloke/smd_thumbnail/blob
215217

216218
h2. Author/credits
217219

218-
Written by "Stef Dawson":http://stefdawson.com/contact. Many thanks to "all additional contributors":https://github.com/Bloke/smd_thumbnail/graphs/contributors. Special thanks also to the beta test crew who offered feature and workflow advice, especially thebombsite, jakob, jstubbs and maniqui.
220+
Written by "Stef Dawson":https://stefdawson.com/contact. Many thanks to "all additional contributors":https://github.com/Bloke/smd_thumbnail/graphs/contributors. Special thanks also to the beta test crew who offered feature and workflow advice, especially thebombsite, jakob, jstubbs and maniqui.

composer.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "bloke/smd_thumbnail",
3+
"description": "Multiple image thumbnails of arbitrary dimensions within Textpattern CMS",
4+
"keywords": ["textpattern", "plugin", "images", "src-set"],
5+
"homepage": "https://github.com/bloke/smd_thumbnail",
6+
"license": "GPL-2.0",
7+
"type": "textpattern-plugin",
8+
"support": {
9+
"issues": "https://github.com/bloke/smd_thumbnail/issues",
10+
"source": "https://github.com/bloke/smd_thumbnail"
11+
},
12+
"require": {
13+
"textpattern/lock": ">=4.6.0",
14+
"textpattern/installer": "*"
15+
}
16+
}

manifest.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "smd_thumbnail",
3+
"description": "Multiple image thumbnails of arbitrary dimensions",
4+
"version": "0.4.0-beta",
5+
"type": 5,
6+
"author": "Stef Dawson",
7+
"author_uri": "https://stefdawson.com/",
8+
"order": 5,
9+
"flags": 2,
10+
"help": {"file" : ["./README.textile"]}
11+
}

0 commit comments

Comments
 (0)