Plugin Directory

Changeset 520748


Ignore:
Timestamp:
03/19/2012 06:34:27 AM (14 years ago)
Author:
rxn
Message:

fixed read me and screenshot

Location:
sunrise-sunset/trunk
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • sunrise-sunset/trunk/readme.txt

    r520743 r520748  
    1414using a drop down list.
    1515
    16 In order to add a city please add a line to the cities.txt file. The format of the
    17 file is
    18 cityname:timezone:latitude:longitude
     16In order to add a city please add a line to the cities.txt file. The file formate is:
     17<cityname>:<timezone>:<latitude>:<longitude>
    1918
    2019For example:
    2120Orlando,FL:America/New_York:28.55:-81.33
    2221
    23 Logitude is always negative for America Cities.  This plugin should handle cities from different
     22Logitude is always negative for cities in the United States.  This plugin should handle cities from different
    2423countries, but it has not been tested.
    2524
     
    4241
    4342= What updates are planned for this widget? =
    44 Here are some:<br/>
    45 1. Adding more cities. <br/>
    46 2. Better design.<br/>
    47 3. The ability to use custom longitude and latitude.<br/>
     43Here are some:
     44# Adding more cities.
     45# Better design.
     46# The ability to use custom longitude and latitude.
     47
     48= How do I add more cities to this list? =
     49Add a line in the cities.txt file with the following format:
     50<cityname>:<timezone>:<latitude>:<longitude>
     51
     52For example:
     53Orlando,FL:America/New_York:28.55:-81.33
     54
    4855
    4956== Screenshots ==
     
    5360
    5461== Changelog ==
     62= 1.0.6 =
     63* Improved README
     64
    5565= 1.0.5 =
    5666* Add more cities
Note: See TracChangeset for help on using the changeset viewer.