Skip to content

Commit 92caa81

Browse files
authored
README.md: Reformatting specs (#638)
Order specs in a list and mark discontinued specs
1 parent 99ca439 commit 92caa81

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

README.md

+5-12
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,13 @@ description: Read/write files on the device.
2525

2626
[![Android Testsuite](https://github.com/apache/cordova-plugin-file/actions/workflows/android.yml/badge.svg)](https://github.com/apache/cordova-plugin-file/actions/workflows/android.yml) [![Chrome Testsuite](https://github.com/apache/cordova-plugin-file/actions/workflows/chrome.yml/badge.svg)](https://github.com/apache/cordova-plugin-file/actions/workflows/chrome.yml) [![iOS Testsuite](https://github.com/apache/cordova-plugin-file/actions/workflows/ios.yml/badge.svg)](https://github.com/apache/cordova-plugin-file/actions/workflows/ios.yml) [![Lint Test](https://github.com/apache/cordova-plugin-file/actions/workflows/lint.yml/badge.svg)](https://github.com/apache/cordova-plugin-file/actions/workflows/lint.yml)
2727

28-
This plugin implements a File API allowing read/write access to files residing on the device.
28+
This plugin implements a File API allowing read/write access to files residing on the device, based on the following W3C specifications:
2929

30-
This plugin is based on several specs, including :
31-
The HTML5 File API
32-
[http://www.w3.org/TR/FileAPI/](http://www.w3.org/TR/FileAPI/)
30+
- [HTML5 File API](http://www.w3.org/TR/FileAPI)
31+
- [File API: Directories and System](http://www.w3.org/TR/2012/WD-file-system-api-20120417)<sup>1</sup>
32+
- [File API: Writer](https://www.w3.org/TR/2012/WD-file-writer-api-20120417/)<sup>1</sup>
3333

34-
The Directories and System extensions
35-
Latest:
36-
[http://www.w3.org/TR/2012/WD-file-system-api-20120417/](http://www.w3.org/TR/2012/WD-file-system-api-20120417/)
37-
Although most of the plugin code was written when an earlier spec was current:
38-
[http://www.w3.org/TR/2011/WD-file-system-api-20110419/](http://www.w3.org/TR/2011/WD-file-system-api-20110419/)
39-
40-
It also implements the FileWriter spec :
41-
[http://dev.w3.org/2009/dap/file-system/file-writer.html](http://dev.w3.org/2009/dap/file-system/file-writer.html)
34+
<sup>1</sup> These specifications are discontinued and the file plugin may not have the entire specification implemented.
4235

4336
>*Note* While the W3C FileSystem spec is deprecated for web browsers, the FileSystem APIs are supported in Cordova applications with this plugin for the platforms listed in the _Supported Platforms_ list, with the exception of the Browser platform.
4437

0 commit comments

Comments
 (0)