johnbintz / hubblesite-daily-image-wordpress
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (1)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Dec 21 13:36:57 -0800 2009 | |
| |
README | ||
| |
classes/ | Mon Dec 21 13:46:16 -0800 2009 | |
| |
hubblesite-daily-image-wordpress.php | Mon Nov 02 10:05:07 -0800 2009 | |
| |
hubblesite-styles.css | Wed Jun 24 11:51:53 -0700 2009 | |
| |
phpunit.xml | ||
| |
readme.txt | Mon Nov 02 10:08:57 -0800 2009 | |
| |
test/ |
readme.txt
=== HubbleSite Daily Image Widget === Contributors: stsci-opo, johncoswell Tags: widget, picture, image Requires at least: 2.7.1 Tested up to: 2.8.4 Stable tag: 0.1.1 The HubbleSite Daily Image Widget embeds a daily HubbleSite Gallery image on your WordPress blog. == Description == Use this widget to embed a new, stunning Hubble Space Telescope image each day of the year. The image changes daily. You can choose to include information about the image within the widget as well. == Installation == Copy the `hubblesite-daily-image` directory to your `wp-content/plugins/` directory and activate the plugin. The widget will appear on the Appearance -> Widgets screen. Embed the widget in one of your sidebars and change the widget options to show or hide different parts of the widget. == Frequently Asked Questions == = I don't use dynamic sidebars. Is there a template tag I can use to embed the widget? = `the_hubblesite_daily_image_widget()` will do just that. = What do I need to run the unit tests? = [PHPUnit](http://www.phpunit.de/) and [MockPress](http://github.com/johnbintz/mockpress/). == Changelog == = 0.1.1 = * Use WordPress's HTTP download routines instead of our own. = 0.1 = * Initial release == License == The HubbleSite Daily Image Widget is released under the GNU GPL version 2.0 or later.

