=== wp-planetplanet === Contributors: radez Donate link: http://www.jaddog.org/code Tags: planetplanet,aggregator,planet,admin,config Requires at least: 0.0.1 Tested up to: 2.5.1 Stable tag: trunk A WordPress plugin that generates a config file from wp rss links for planetplanet == Description == An admin plugin that maintains planetplanet options and generates a planetplanet config from the maintined options and the rss links defined in your workdpress links. Future plans to setup cron schduling and an automatic setup of planetplanet to consume the generated config I'll also complete this file once I get a copy of the plugin completed == Installation == 1. Upload `wp-planetplanet` to the `/wp-content/plugins/wp-planetplanet` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Login to your admin and fill in the config. note: the "config file writable status message" is only accuate if the file exists 4. Be sure that the `/wp-content/plugins/wp-planetplanet` directory is writeable by your http server and that the planet_config.ini file was successfuly created 5. copy the `examples` dir from a planetplanet2.0 installation into the `/wp-content/plugins/wp-planetplanet` directory 6. copy the `examples/output/planet.css` file and `examples/output/images` directory to your output dir. 7. schedule a cron job to run planet planet_config.ini in the `/wp-content/plugins/wp-planetplanet` directory. == Frequently Asked Questions == = Why are there not any FAQs? = I just wrote this... noone has asked any yet == Screenshots == 1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from the directory of the stable readme.txt, so in this case, `/tags/4.3/screenshot-1.png` (or jpg, jpeg, gif) 2. This is the second screen shot == Arbitrary section == You may provide arbitrary sections, in the same format as the ones above. This may be of use for extremely complicated plugins where more information needs to be conveyed that doesn't fit into the categories of "description" or "installation." Arbitrary sections will be shown below the built-in sections outlined above. == A brief Markdown Example == Ordered list: 1. Some feature 1. Another feature 1. Something else about the plugin Unordered list: * something * something else * third thing Here's a link to [WordPress](http://wordpress.org/ "Your favorite software") and one to [Markdown's Syntax Documentation][markdown syntax]. Titles are optional, naturally. [markdown syntax]: http://daringfireball.net/projects/markdown/syntax "Markdown is what the parser uses to process much of the readme file" Markdown uses email style notation for blockquotes and I've been told: > Asterisks for *emphasis*. Double it up for **strong**. ``