Plugin Directory

Changeset 130086


Ignore:
Timestamp:
06/28/2009 12:59:58 AM (17 years ago)
Author:
xandertan
Message:

Update trunk.

Location:
world-clock-widget/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • world-clock-widget/trunk/readme.txt

    r129885 r130086  
    11=== World Clock Widget ===
    22Contributors: Xander Tan
    3 Donate Link: http://xandertan.selfip.org/
     3Donate Link: http://craeser.wordpress.com/
    44Tags: clock, world clock, widget, worldclock
    55Requires at least: 2.6.5
     
    1212
    1313A 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.php and is written by Stijn Strickx.
     14The javascript function is taken from [Proglogic](http://www.proglogic.com/code/javascript/time/worldclock.php "Visit Proglogic") and is written by Stijn Strickx.
    1515The code is then modified to fit widget format.
    1616
    1717== Installation ==
    18 1. Download `worldclock` plugin from http://wordpress.org/extend/plugins/world-clock-widget/ and unzip it.
     181. Download [`worldclock` plugin](http://wordpress.org/extend/plugins/world-clock-widget/ "Visit Download Page") and unzip it.
    19192. Upload the folder `worldclock` to your WP plugin folder `/wp-content/plugins/` directory.
    20203. Activate the `World clock widget` plugin through the `Plugins` menu in WordPress admin.
     
    2727== Frequently Asked Questions ==
    2828
     29
    2930Q: 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/
     31A: 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")
    3432
    3533Q: 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_time
     34A: 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")
    3735
    3836Q: Does world clock widget support Daylight Saving Time?
  • world-clock-widget/trunk/worldclock.php

    r129885 r130086  
    33Plugin Name: World Clock
    44Version: 0.6.0
    5 Plugin URI: http://xandertan.selfip.org/
     5Plugin URI: http://wordpress.org/extend/plugins/world-clock-widget/
    66Description: Adds a multi-timezone clock widget to the sidebar.
    77Author: Xander Tan
    8 Author URI: http://xandertan.selfip.org/
     8Author URI: http://craeser.wordpress.com/
    99*/
    1010
Note: See TracChangeset for help on using the changeset viewer.