=== Better Lorem Ipsum Generator === Contributors: nkuttler Author URI: http://www.nkuttler.de/ Plugin URI: http://www.nkuttler.de/2010/10/08/wordpress-lorem-ipsum-generator-plugin/ Donate link: http://www.nkuttler.de/wordpress/donations/ Tags: admin, plugin, custom post types, custom taxonomies, i18n, l10n, internationalized, localized, development, content generation, theme development, plugin development, development, developer Requires at least: 3.0 Tested up to: 3.0 Stable tag: 0.9.3.7 Auto-generate lorem ipsum content for all post types and taxonomies. Does comments as well. For theme and plugin developers. == Description == When you create WordPress plugins and themes it is often a good thing to test them on blogs with much data. Since 3.0 I use custom post types and custom taxonomies a lot and couldn’t find a plugin that autogenerates them. Hence I wrote a new plugin. Features: * Automatically create posts, pages, and any custom post types * Automatically create comments for those * Automatically add terms from post tags, categories, or any other custom taxonomy to the created posts Things the plugin can’t do (yet?): * Create attachments * Add images or other content to new posts * Create post metadata like custom fields * Create comments in chronological order Missing features: * Comments aren't generated chronlogically * No attachments (yet) * No way to autogenerate post metadata Other recommended things: * [WordPress Reset](http://wordpress.org/extend/plugins/wordpress-reset/) * [Theme Unit tests](http://codex.wordpress.org/Theme_Unit_Test) = Other plugins I wrote = * [Better Lorem Ipsum Generator](http://www.nkuttler.de/wordpress-plugin/wordpress-lorem-ipsum-generator-plugin/) * [Custom Avatars For Comments](http://www.nkuttler.de/wordpress-plugin/custom-avatars-for-comments/) * [Better Tag Cloud](http://www.nkuttler.de/wordpress-plugin/a-better-tag-cloud-widget/) * [Theme Switch](http://www.nkuttler.de/wordpress-plugin/theme-switch-and-preview-plugin/) * [MU fast backend switch](http://www.nkuttler.de/wordpress-plugin/wpmu-switch-backend/) * [Visitor Movies for WordPress](http://www.nkuttler.de/wordpress-plugin/record-movies-of-visitors/) * [Zero Conf Mail](http://www.nkuttler.de/wordpress-plugin/zero-conf-mail/) * [Move WordPress Comments](http://www.nkuttler.de/wordpress-plugin/nkmovecomments/) * [Delete Pending Comments](http://www.nkuttler.de/wordpress-plugin/delete-pending-comments) * [Snow and more](http://www.nkuttler.de/wordpress-plugin/nksnow/) == Installation == 1. Unzip 2. Upload to your plugins directory 3. Enable the plugin 4. Go to Tools->Better Lorem Ipsum == Screenshots == 1. The options page. == Frequently Asked Questions == None yet. == Changelog == = 0.9.3.7 ( 1020-10-24 ) = * Fix logging errors = 0.9.3.5 ( 1020-10-14 ) = * Remove trailing dots in categories, titles, etc. = 0.9.3.3 ( 1020-10-11 ) = * CVS repository handling... = 0.9.3.1 ( 1020-10-09 ) = * Misc doc fixes = 0.9.3 ( 1020-10-09 ) = * First public release = 0.9.2.1 ( 1020-10-07 ) = * Added the readme