hubblesite-daily-image-word.../readme.txt

41 lines
1.3 KiB
Plaintext
Raw Normal View History

2009-07-27 12:46:30 +00:00
=== HubbleSite Daily Image Widget ===
2009-07-27 12:51:19 +00:00
Contributors: stsci-opo, johncoswell
2009-06-10 21:08:26 +00:00
Tags: widget, picture, image
Requires at least: 2.7.1
2009-11-02 18:05:07 +00:00
Tested up to: 2.8.4
Stable tag: 0.1.1
2009-06-10 21:08:26 +00:00
The HubbleSite Daily Image Widget embeds a daily HubbleSite Gallery image on your WordPress blog.
== Description ==
2009-07-30 20:06:00 +00:00
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.
2009-06-10 21:08:26 +00:00
== Installation ==
2009-11-02 18:08:57 +00:00
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.
2009-06-10 21:08:26 +00:00
== Frequently Asked Questions ==
= I don't use dynamic sidebars. Is there a template tag I can use to embed the widget? =
2009-07-27 13:18:29 +00:00
`the_hubblesite_daily_image_widget()`
will do just that.
2009-06-10 21:08:26 +00:00
= What do I need to run the unit tests? =
[PHPUnit](http://www.phpunit.de/) and [MockPress](http://github.com/johnbintz/mockpress/).
2009-11-02 18:08:57 +00:00
== Changelog ==
= 0.1.1 =
* Use WordPress's HTTP download routines instead of our own.
= 0.1 =
* Initial release
2009-06-10 21:08:26 +00:00
== License ==
2009-07-27 12:51:19 +00:00
The HubbleSite Daily Image Widget is released under the GNU GPL version 2.0 or later.