diff options
Diffstat (limited to 'plugins/Weather/docs')
-rw-r--r-- | plugins/Weather/docs/sample_ini.ini | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/plugins/Weather/docs/sample_ini.ini b/plugins/Weather/docs/sample_ini.ini index dc36eda754..4790a4051f 100644 --- a/plugins/Weather/docs/sample_ini.ini +++ b/plugins/Weather/docs/sample_ini.ini @@ -1,4 +1,4 @@ -[Weather 0.3.x Update Data 1.4]
+[Weather 0.3.x Update Data 1.5]
; This file contains the information required for the weather protocol to obtain update.
; For the plugin to function properly, at least one of these file must be present.
@@ -15,6 +15,7 @@ ; [Weather 0.3.x Update Data 1.2] (min. req. v0.3.5.0)
; [Weather 0.3.x Update Data 1.3] (min. req. v0.3.8.0)
; [Weather 0.3.x Update Data 1.4] (min. req. v0.3.8.12)
+; [Weather 0.3.x Update Data 1.5] (min. req. v0.4.0.2)
; Minimun version for not crashing Miranda (Set to this version to prevent the ini from
; loading in an old version of weather plugin and crash Miranda)
@@ -25,6 +26,7 @@ ; Minimun version for using the new features (Set to this version to prevent invalid data
; for user with old version of weather plugin. However, the other features still works)
+; 1.5 Using "UserAgent="
; 1.4 Using "Cookie="
; 1.3 Using "Update Url2=" & "Update Url3="
; 1.2 Using the operation "Break Data="
@@ -35,6 +37,8 @@ ; 1.0 All other features
; Revision history:
+; 1.5 (Updated in v0.4.0.2)
+; New "UserAgent="
; 1.4 (Updated in v0.3.8.12)
; New "Cookie="
; 1.3 (Updated in v0.3.8.0)
@@ -95,7 +99,10 @@ Update URL3= Update URL4=
; Set cookie(s) when retrieving weather updates.
-Cookie=
+Cookie=
+
+; Set user agent for http requests.
+UserAgent=
; ======================================================================================
|