Changeset 520748
- Timestamp:
- 03/19/2012 06:34:27 AM (14 years ago)
- Location:
- sunrise-sunset/trunk
- Files:
-
- 2 deleted
- 2 edited
-
readme.txt (modified) (3 diffs)
-
screenshot-1.PNG (deleted)
-
screenshot-2.PNG (deleted)
-
screenshot-2.jpg (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
sunrise-sunset/trunk/readme.txt
r520743 r520748 14 14 using a drop down list. 15 15 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 16 In order to add a city please add a line to the cities.txt file. The file formate is: 17 <cityname>:<timezone>:<latitude>:<longitude> 19 18 20 19 For example: 21 20 Orlando,FL:America/New_York:28.55:-81.33 22 21 23 Logitude is always negative for America Cities. This plugin should handle cities from different22 Logitude is always negative for cities in the United States. This plugin should handle cities from different 24 23 countries, but it has not been tested. 25 24 … … 42 41 43 42 = 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/> 43 Here 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? = 49 Add a line in the cities.txt file with the following format: 50 <cityname>:<timezone>:<latitude>:<longitude> 51 52 For example: 53 Orlando,FL:America/New_York:28.55:-81.33 54 48 55 49 56 == Screenshots == … … 53 60 54 61 == Changelog == 62 = 1.0.6 = 63 * Improved README 64 55 65 = 1.0.5 = 56 66 * Add more cities
Note: See TracChangeset
for help on using the changeset viewer.