Skip to content

Commit 35f0f1b

Browse files
author
gitlost
committed
[ci skip] More fiddling with readme.
1 parent 881529b commit 35f0f1b

File tree

4 files changed

+20
-16
lines changed

4 files changed

+20
-16
lines changed

Gruntfile.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ module.exports = function( grunt ) { //The wrapper function
3333
options: {
3434
'screenshot_url': 'https://ps.w.org/unfc-normalize/assets/{screenshot}.png',
3535
'post_convert': function ( readme ) {
36-
readme = '[![Build Status](https://travis-ci.org/gitlost/unfc-normalize.png?branch=master)](https://travis-ci.org/gitlost/unfc-normalize)[![codecov.io](http://codecov.io/github/gitlost/unfc-normalize/coverage.svg?branch=master)](http://codecov.io/github/gitlost/unfc-normalize?branch=master)[![WordPress plugin](https://img.shields.io/wordpress/plugin/v/unfc-normalize.svg)](https://wordpress.org/plugins/unfc-normalize/)\n' + readme;
37-
return readme;
36+
return '[![Build Status](https://travis-ci.org/gitlost/unfc-normalize.png?branch=master)](https://travis-ci.org/gitlost/unfc-normalize)\n'
37+
+ '[![codecov.io](http://codecov.io/github/gitlost/unfc-normalize/coverage.svg?branch=master)](http://codecov.io/github/gitlost/unfc-normalize?branch=master)\n'
38+
+ '[![WordPress plugin](https://img.shields.io/wordpress/plugin/v/unfc-normalize.svg)](https://wordpress.org/plugins/unfc-normalize/)\n'
39+
+ readme;
3840
}
3941
}
4042
}

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
[![Build Status](https://travis-ci.org/gitlost/unfc-normalize.png?branch=master)](https://travis-ci.org/gitlost/unfc-normalize)[![codecov.io](http://codecov.io/github/gitlost/unfc-normalize/coverage.svg?branch=master)](http://codecov.io/github/gitlost/unfc-normalize?branch=master)[![WordPress plugin](https://img.shields.io/wordpress/plugin/v/unfc-normalize.svg)](https://wordpress.org/plugins/unfc-normalize/)
1+
[![Build Status](https://travis-ci.org/gitlost/unfc-normalize.png?branch=master)](https://travis-ci.org/gitlost/unfc-normalize)
2+
[![codecov.io](http://codecov.io/github/gitlost/unfc-normalize/coverage.svg?branch=master)](http://codecov.io/github/gitlost/unfc-normalize?branch=master)
3+
[![WordPress plugin](https://img.shields.io/wordpress/plugin/v/unfc-normalize.svg)](https://wordpress.org/plugins/unfc-normalize/)
24
# UNFC Nörmalize #
35
**Contributors:** [gitlost](https://profiles.wordpress.org/gitlost), [zodiac1978](https://profiles.wordpress.org/zodiac1978)
46
**Tags:** Unicode, Normalization, Form C, Unicode Normalization Form C, Normalize, Normalizer, UTF-8, NFC
@@ -80,23 +82,23 @@ global PHP variable `unfc_normalize`, but you should ensure that the `Normalizer
8082
}
8183
add_filter( 'myfilter', array( $unfc_normalize, 'normalize' ), 6 /* Or whatever priority you choose */ );
8284

83-
### Does it have a tool to normalize the filenames of files already uploaded using Chrome or Firefox on macOS (OS X) prior to its enabling?
85+
### Does it have a tool to normalize the filenames of files uploaded prior to its enabling?
8486

85-
No, it doesn't yet, alas. Such files would have to re-uploaded. However if (enough - or more like any) interest were expressed...
87+
No, it doesn't. Alas, such files would have to re-uploaded. However if (enough - or more like any) interest were expressed...
8688
###
8789
## Screenshots ##
8890

8991
### 1. Before and after: pasting non-normalized text into a post's title and content. ###
9092
![Before and after: pasting non-normalized text into a post's title and content.](https://ps.w.org/unfc-normalize/assets/screenshot-1.png)
9193

92-
### 2. Uploading a file on macOS with Firefox and then viewing with Safari without UNFC Nörmalize (broken in Safari). ###
93-
![Uploading a file on macOS with Firefox and then viewing with Safari without UNFC Nörmalize (broken in Safari).](https://ps.w.org/unfc-normalize/assets/screenshot-2.png)
94+
### 2. Before: uploading a file on macOS with Firefox and then viewing with Safari (broken in Safari). ###
95+
![Before: uploading a file on macOS with Firefox and then viewing with Safari (broken in Safari).](https://ps.w.org/unfc-normalize/assets/screenshot-2.png)
9496

95-
### 3. Uploading a file on macOS with Firefox and then viewing with Safari with UNFC Nörmalize enabled (whee it works). ###
96-
![Uploading a file on macOS with Firefox and then viewing with Safari with UNFC Nörmalize enabled (whee it works).](https://ps.w.org/unfc-normalize/assets/screenshot-3.png)
97+
### 3. After: uploading a file on macOS with Firefox and then viewing with Safari (whee it works). ###
98+
![After: uploading a file on macOS with Firefox and then viewing with Safari (whee it works).](https://ps.w.org/unfc-normalize/assets/screenshot-3.png)
9799

98-
### 4. The database scan administration tool. ###
99-
![The database scan administration tool.](https://ps.w.org/unfc-normalize/assets/screenshot-4.png)
100+
### 4. Front page of the database scan administration tool. ###
101+
![Front page of the database scan administration tool.](https://ps.w.org/unfc-normalize/assets/screenshot-4.png)
100102

101103

102104
## Changelog ##

dist/unfc-normalize-1.0.5.zip

-24 Bytes
Binary file not shown.

readme.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,16 @@ global PHP variable `unfc_normalize`, but you should ensure that the `Normalizer
7979
}
8080
add_filter( 'myfilter', array( $unfc_normalize, 'normalize' ), 6 /* Or whatever priority you choose */ );
8181

82-
= Does it have a tool to normalize the filenames of files already uploaded using Chrome or Firefox on macOS (OS X) prior to its enabling?
82+
= Does it have a tool to normalize the filenames of files uploaded prior to its enabling?
8383

84-
No, it doesn't yet, alas. Such files would have to re-uploaded. However if (enough - or more like any) interest were expressed...
84+
No, it doesn't. Alas, such files would have to re-uploaded. However if (enough - or more like any) interest were expressed...
8585

8686
== Screenshots ==
8787

8888
1. Before and after: pasting non-normalized text into a post's title and content.
89-
2. Uploading a file on macOS with Firefox and then viewing with Safari without UNFC Nörmalize (broken in Safari).
90-
3. Uploading a file on macOS with Firefox and then viewing with Safari with UNFC Nörmalize enabled (whee it works).
91-
4. The database scan administration tool.
89+
2. Before: uploading a file on macOS with Firefox and then viewing with Safari (broken in Safari).
90+
3. After: uploading a file on macOS with Firefox and then viewing with Safari (whee it works).
91+
4. Front page of the database scan administration tool.
9292

9393
== Changelog ==
9494

0 commit comments

Comments
 (0)