Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chassis/themereview
A Chassis extension that gets your WordPress install setup for WordPress Theme Reviews
https://github.com/chassis/themereview
Last synced: 3 days ago
JSON representation
A Chassis extension that gets your WordPress install setup for WordPress Theme Reviews
- Host: GitHub
- URL: https://github.com/chassis/themereview
- Owner: Chassis
- Created: 2014-10-03T12:44:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-21T12:18:20.000Z (over 7 years ago)
- Last Synced: 2024-04-09T22:16:40.508Z (7 months ago)
- Language: Puppet
- Size: 48.8 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Theme Review
A [Chassis](https://github.com/Chassis/Chassis) extension to install and configure your Chassis WP install for [WordPress Theme Reviews](https://make.wordpress.org/themes/about-old/how-to-join-wptrt/).## What's this plugin do
This Chassis extension installs and activates the following plugins:
1. [Theme Check](https://wordpress.org/plugins/theme-check/)
2. [Debug Bar](https://wordpress.org/plugins/debug-bar/)
3. [Log Deprecated Notices](https://wordpress.org/plugins/log-deprecated-notices/)
4. [Monster Widget](https://wordpress.org/plugins/monster-widget/)
5. [WordPress Beta Tester](https://wordpress.org/plugins/wordpress-beta-tester/)
6. [Regenerate Thumbnails](https://wordpress.org/plugins/regenerate-thumbnails/)The extension also does the following as recommended in [Chip Bennetts Theme Review Guide](http://www.chipbennett.net/2011/04/20/a-guide-to-reviewing-themes-for-the-wordpress-theme-repository/):
1. Sets the blog title to "A very long title for a WordPress blog"
2. Sets the tagline to "A very long tagline for this WordPress blog because we need to test it properly"
3. Sets the "Blog pages show at most" to 5.
4. Sets "Threaded Comments" depth to 3.
5. Enables "Break comments into pages" and sets it to 5 comments per page.
6. Sets a blank value for Max Width & Max Height for "Medium size" and "Large size" under Media Settings.
7. Imports the WordPress [Theme Unit Test](http://codex.wordpress.org/Theme_Unit_Test) Data## Usage
1. Clone Chassis `git clone --recursive https://github.com/Chassis/Chassis themereview`
2. Add this extension to your extensions directory `cd themereview && git clone [email protected]:Chassis/themereview.git extensions/themereview`
3. Run `vagrant up`
4. Browse to [http://vagrant.local](http://vagrant.local/)