Changeset 130086
- Timestamp:
- 06/28/2009 12:59:58 AM (17 years ago)
- Location:
- world-clock-widget/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
worldclock.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
world-clock-widget/trunk/readme.txt
r129885 r130086 1 1 === World Clock Widget === 2 2 Contributors: Xander Tan 3 Donate Link: http:// xandertan.selfip.org/3 Donate Link: http://craeser.wordpress.com/ 4 4 Tags: clock, world clock, widget, worldclock 5 5 Requires at least: 2.6.5 … … 12 12 13 13 A widget that can be easily set to display date and time of multiple timezones. 14 The javascript function is taken from http://www.proglogic.com/code/javascript/time/worldclock.phpand is written by Stijn Strickx.14 The javascript function is taken from [Proglogic](http://www.proglogic.com/code/javascript/time/worldclock.php "Visit Proglogic") and is written by Stijn Strickx. 15 15 The code is then modified to fit widget format. 16 16 17 17 == Installation == 18 1. Download `worldclock` plugin from http://wordpress.org/extend/plugins/world-clock-widget/and unzip it.18 1. Download [`worldclock` plugin](http://wordpress.org/extend/plugins/world-clock-widget/ "Visit Download Page") and unzip it. 19 19 2. Upload the folder `worldclock` to your WP plugin folder `/wp-content/plugins/` directory. 20 20 3. Activate the `World clock widget` plugin through the `Plugins` menu in WordPress admin. … … 27 27 == Frequently Asked Questions == 28 28 29 29 30 Q: Do you have a demo page? 30 A: I have moved my development server. Check this out: http://xandertan.selfip.org/dev/wp/2_6_5/ , http://xandertan.selfip.org/dev/wp/2_7_1/ , and http://xandertan.selfip.org/dev/wp/2_8_0/ 31 32 Q: Where can I download the plugin? 33 A: You can try this link: http://wordpress.org/extend/plugins/world-clock-widget/ 31 A: I have moved my development server. Check this out: [Wordpress 2.6.5](http://xandertan.selfip.org/dev/wp/2_6_5/ "Wordpress 2.6.5"), [Wordpress 2.7.1](http://xandertan.selfip.org/dev/wp/2_7_1/ "Wordpress 2.7.1"), and [Wordpress 2.8.0](http://xandertan.selfip.org/dev/wp/2_8_0/ "Wordpress 2.8.0") 34 32 35 33 Q: What is Daylight Saving Time? 36 A: Daylight saving time is the convention of advancing clocks so that afternoons have more daylight and mornings have less. For more information: http://en.wikipedia.org/wiki/Daylight_saving_time34 A: Daylight saving time is the convention of advancing clocks so that afternoons have more daylight and mornings have less. [more information](http://en.wikipedia.org/wiki/Daylight_saving_time "Daylight Saving Time") 37 35 38 36 Q: Does world clock widget support Daylight Saving Time? -
world-clock-widget/trunk/worldclock.php
r129885 r130086 3 3 Plugin Name: World Clock 4 4 Version: 0.6.0 5 Plugin URI: http:// xandertan.selfip.org/5 Plugin URI: http://wordpress.org/extend/plugins/world-clock-widget/ 6 6 Description: Adds a multi-timezone clock widget to the sidebar. 7 7 Author: Xander Tan 8 Author URI: http:// xandertan.selfip.org/8 Author URI: http://craeser.wordpress.com/ 9 9 */ 10 10
Note: See TracChangeset
for help on using the changeset viewer.