mirror of
https://github.com/kennethreitz-archive/wordpress-skeleton.git
synced 2026-06-05 23:50:19 +00:00
readme update
This commit is contained in:
+24
-24
@@ -12,13 +12,13 @@
|
||||
|
||||
* WordPress installed in `/blog/`, but will serve site from `/`
|
||||
* Robust `wp-config.php`
|
||||
- Built to support dev + production environments w/ debugging
|
||||
- Built to support dev+ops environments w/ debugging
|
||||
- Default FTP connection info for installing/updating/deleting components
|
||||
-
|
||||
* Ready to go `.htaccess`
|
||||
- Enables `mod_rewrite` for pretty urls
|
||||
- Gzip conpression for most requests
|
||||
- Adds reasonable upload filesizes
|
||||
- Gzip compression for most requests
|
||||
- Adds reasonable upload file-sizes
|
||||
|
||||
* Ready to go `robots.txt`
|
||||
- No robots on `/archive/` pages
|
||||
@@ -33,28 +33,28 @@
|
||||
|
||||
## Available Plugins
|
||||
|
||||
* After the Deadline (Spelling and grammar checking)
|
||||
* Akismet (Comment spam destroyer)
|
||||
* Collabpress (Project tracking within backend)
|
||||
* CoreyLib (Universal API parser + cache)
|
||||
* Disable Updates (I got sick of client sites breaking on updates)
|
||||
* Disqus Commenting System (Socialize your site)
|
||||
* Front End Editor (Beautiful plugin for editing a page/post's content on the spot)
|
||||
* Google Sitemap Generator (Google wants the latest)
|
||||
* Markdown 1.3 (I don't like typing HTML all the time)
|
||||
* More Fields (No more ugly custom fields + custom post/page types)
|
||||
* PageMash (Content-heavy sites can be cumbersome)
|
||||
* PushPress (Support for PubSubHubbub)
|
||||
* Redirection (They are called permalinks for a reason)
|
||||
* Role Manager (Turns WordPress into a real CMS)
|
||||
* Shopp (The total ecommerce package)
|
||||
* Tantan S3 (Amazon S3 for WordPress uploads)
|
||||
* Twitter Tools (AutoPost to Twitter when a post goes live. Soon to be replaced with Salsa )
|
||||
* Clippy Syntax Highlighter (GeSHi + Clippy from GitHub for one-click copying of code)
|
||||
* [After the Deadline](http://www.afterthedeadline.com/) (Spelling and grammar checking)
|
||||
* [Akismet](http://akismet.com/) (Comment spam destroyer)
|
||||
* [Collabpress](http://wordpress.org/extend/plugins/collabpress/) (Project tracking + task management within backend)
|
||||
* [CoreyLib](http://github.com/kennethreitz/coreylib) (Universal API parser + cache)
|
||||
* [Disable Updates](http://github.com/kennethreitz/wp-disable-updates) (I got sick of client sites breaking on updates)
|
||||
* [Disqus Commenting System](http://wordpress.org/extend/plugins/disqus-comment-system/) (Socialize your site)
|
||||
* [Front End Editor](http://scribu.net/wordpress/front-end-editor) (Beautiful plugin for editing a page/post's content on the spot)
|
||||
* [Google Sitemap Generator](http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/) (Google wants the latest)
|
||||
* [Markdown Extra 1.2.4](http://michelf.com/projects/php-markdown/) (I don't like typing HTML all the time)
|
||||
* [More Fields](http://labs.dagensskiva.com/plugins/more-fields/) (No more ugly custom fields + custom post/page types)
|
||||
* [PageMash](http://wordpress.org/extend/plugins/pagemash/) (Content-heavy sites can be cumbersome)
|
||||
* [PushPress](http://wordpress.org/extend/plugins/pushpress/) (Support for PubSubHubbub)
|
||||
* [Redirection](http://urbangiraffe.com/plugins/redirection/) (They are called permalinks for a reason)
|
||||
* [Role Manager](http://sourceforge.net/projects/role-manager/) (Turns WordPress into a real CMS)
|
||||
* [Shopp](http://shopplugin.net/) (The total ecommerce package)
|
||||
* [Tantan S3](http://tantannoodles.com/toolkit/wordpress-s3/) (Amazon S3 for WordPress uploads)
|
||||
* [Twitter Tools](http://wordpress.org/extend/plugins/twitter-tools/) (AutoPost to Twitter when a post goes live. Soon to be replaced with Salsa )
|
||||
* [Clippy Syntax Highlighter](http://github.com/kennethreitz/wp-clippy-syntax-plugin) (GeSHi + Clippy from GitHub for one-click copying of code)
|
||||
* [WP-Dummy Content](http://wordpress.org/extend/plugins/wp-dummy-content/) (Fills your WordPress installation w/ dummy content)
|
||||
* WP-Minify (Fantastic Auto minification plugin w/ cacheing)
|
||||
* WP-Super Cache (Very robust plugin for cacheing Posts and/or Pages)
|
||||
* WP-Touch (One click iPhone support)
|
||||
* [WP-Minify](http://omninoggin.com/wordpress-plugins/wp-minify-wordpress-plugin/) (Fantastic Auto minification plugin w/ cacheing)
|
||||
* [WP-Super Cache](http://wordpress.org/extend/plugins/wp-super-cache/) (Very robust plugin for cacheing Posts and/or Pages)
|
||||
* [WP-Touch](http://www.bravenewcode.com/products/wptouch/) (One click lazy man's iPhone support)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user