Changeset 1972467
- Timestamp:
- 11/11/2018 12:48:36 PM (7 years ago)
- File:
-
- 1 edited
-
ratify/trunk/README.md (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ratify/trunk/README.md
r1972464 r1972467 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.txt 9 9 10 A plugin that helps keep us from publishing sites with basic 11 configuration errors. It is an automated checklist of common issues in 12 WordPress sites. 10 A plugin that helps keep us from publishing sites with basic configuration errors. It is an automated checklist of common issues in WordPress sites. 13 11 14 # Description # 15 ## Ratify - Your technical seal of approval ## 12 # Ratify - Your technical seal of approval # 16 13 17 This small and unintrusive plugin provides a fast way to spot technical 18 WordPress configuration issues and fixes some of them without being 19 asked. Examples include: 14 This small and unintrusive plugin provides a fast way to spot technical WordPress configuration issues and fixes some of them without being asked. Examples include: 20 15 21 16 * verifying that the home page has a valid Title tag … … 29 24 * much, much more 30 25 31 In most cases the plugin can improve your Google Lighthouse score simply 32 by installing it. 26 In most cases the plugin can improve your Google Lighthouse score simply by installing it. 33 27 34 28 # The story of Ratify # 35 29 36 30 ## Why? ## 37 When you create more than 1 site per week (as we have at Secret Source 38 Technology) using a different premium theme 39 on each site, there are dozens or even hundreds of issues that can 40 arise. 31 When you create more than 1 site per week (as we have at Secret Source Technology) using a different premium theme on each site, there are dozens or even hundreds of issues that can arise. 41 32 42 The Ratify plugin is our latest attempt at formalizing our quality 43 control. It is our guarantee that a site meets a certain minimum of 44 quality. It greatly reduces the potential for human error and allows 45 you to see at a glance issues the site may be having. 33 The Ratify plugin is our latest attempt at formalizing our quality control. It is our guarantee that a site meets a certain minimum of quality. It greatly reduces the potential for human error and allows you to see at a glance issues the site may be having. 46 34 47 35 This plugin: … … 52 40 * Then into Selenium automated test script (for testing forms) 53 41 * Then into a plugin using the Herbert framework 54 * Then into a plugin using the WordPress Plugin Boilerplate (current 55 version) 42 * Then into a plugin using the WordPress Plugin Boilerplate (current version) 56 43 57 The plugin structure is very basic and tests can be added simply (if you 58 know how to write object oriented PHP - have a look in the \"Models\" 59 folder…). In future versions we hope to include additional tests and 60 speed improvements for your site. We are very interested in hearing from 61 users of the plugin so please do not hesitate to contact us with 62 questions / concerns. 44 The plugin structure is very basic and tests can be added simply (if you know how to write object oriented PHP - have a look in the "Models" folder…). In future versions we hope to include additional tests and speed improvements for your site. We are very interested in hearing from users of the plugin so please do not hesitate to contact us with questions / concerns. 63 45 64 46 # Installation # 65 There are no special requirements to install this plugin. Just use the 66 standard WordPress plugin installation routine. 47 There are no special requirements to install this plugin. Just use the standard WordPress plugin installation routine. 67 48 68 49 # Frequently Asked Questions # … … 73 54 74 55 # Copyright # 75 The "[approved](https://svgsilh.com/image/1966719.html)" stamp used 76 with permission. 56 The "[approved](https://svgsilh.com/image/1966719.html)" stamp used with permission. 77 57 78 58 # Changelog # 79 59 1.0 - Initial release 80 1.0.1 - Fixed formatting in readme and made it pretty 60 1.0.1 - Fixed formatting in readme and made it pretty and tweaked the test for Google Analytics (in the prior version) 61 1.0.2 - Fixed some readme formatting
Note: See TracChangeset
for help on using the changeset viewer.