-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreadme.txt
63 lines (39 loc) · 1.82 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
=== Validated ===
Contributors: collinsinternet
Donate link: http://www.allancollins.net
Tags: W3C, Validation, html, xhtml, code
Requires at least: 3.7
Tested up to: 4.9
Stable tag: 2.1.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This plugin will allow you to check your pages/posts HTML against the W3C Validator.
== Description ==
Is your website up to W3C HTML coding standards? This plugin will allow you to test each page or post on your site against the W3C Validator.
Want to contribute? Fork it: https://github.com/allan23/validated
== Installation ==
1. Download the plugin, extract and upload it to your plugins folder on your server.
2. Activate the plugin.
3. Go to your posts or your pages and click the "Check" button.
== Frequently Asked Questions ==
= What does this plugin do? =
This plugin will send the URL of your page or post to the W3C Validator API to verify that you have valid HTML code.
= Does this plugin automatically correct any validation errors? =
No. If your page or post is invalid, a link is provided to show you what needs to be fixed.
== Changelog ==
= 2.1.2 =
* Code styling issues resolved.
* Resolves issue with false valid results.
= 2.1.1 =
* Fixes bug reported by martinburchell when report data is empty.
= 2.1.0 =
* Utilizes the W3C API instead of attempting to use the web-based validator.
* Displaying error results in a modal instead of a new window.
* Support for local development (or non-public URLs).
= 2.0.0 =
* Complete revamp of 1.0.2.
* Utilizes WordPress HTTP API, output escaping and saving results into postmeta.
== Upgrade Notice ==
Versions prior to 2.1.0 will not work correctly. Any version below 2.0.0 is a security risk. Upgrade now!
== Screenshots ==
1. Example of validation.