diff options
author | Jacek Antonelli | 2010-08-21 11:50:16 -0500 |
---|---|---|
committer | McCabe Maxsted | 2010-08-26 11:24:02 -0700 |
commit | 1e00c6abe64085faa320553bf71bf9d8271eba4b (patch) | |
tree | c714f174b2cd059ed2a788dafb535c2606c93fbd /linden/indra/newview/app_settings/default_grids.xml | |
parent | Added 'Teleport to Ground' option in the Advanced menu (diff) | |
download | meta-impy-1e00c6abe64085faa320553bf71bf9d8271eba4b.zip meta-impy-1e00c6abe64085faa320553bf71bf9d8271eba4b.tar.gz meta-impy-1e00c6abe64085faa320553bf71bf9d8271eba4b.tar.bz2 meta-impy-1e00c6abe64085faa320553bf71bf9d8271eba4b.tar.xz |
Filled app_settings/default_grids.xml with the current online grids list.
This will populate the grid list for users who can't update the list from
our web site, e.g. because of a firewall or network trouble.
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/app_settings/default_grids.xml | 223 |
1 files changed, 218 insertions, 5 deletions
diff --git a/linden/indra/newview/app_settings/default_grids.xml b/linden/indra/newview/app_settings/default_grids.xml index f11f513..2c52fa1 100644 --- a/linden/indra/newview/app_settings/default_grids.xml +++ b/linden/indra/newview/app_settings/default_grids.xml | |||
@@ -1,13 +1,37 @@ | |||
1 | <llsd> | 1 | <llsd> |
2 | <array> | 2 | <array> |
3 | <map> | ||
4 | <key>default_grids_version</key><string>26</string> | ||
5 | </map> | ||
3 | 6 | ||
4 | <!-- | 7 | <!-- Second Life --> |
5 | This file contains fallback settings only. | 8 | <map> |
6 | The actual list of grids is loaded from a web server. | 9 | <key>gridnick</key><string>secondlife</string> |
7 | --> | 10 | <key>gridname</key><string>Second Life</string> |
11 | <key>platform</key><string>SecondLife</string> | ||
12 | <key>loginuri</key><string>https://login.agni.lindenlab.com/cgi-bin/login.cgi</string> | ||
13 | <key>loginpage</key><string>http://imprudenceviewer.org/app/splash/</string> | ||
14 | <key>helperuri</key><string>https://secondlife.com/helpers/</string> | ||
15 | <key>website</key><string>http://secondlife.com/</string> | ||
16 | <key>support</key><string>http://secondlife.com/support/</string> | ||
17 | <key>register</key><string>http://secondlife.com/registration/</string> | ||
18 | <key>password</key><string>http://secondlife.com/account/request.php</string> | ||
19 | <key>version</key><string>0</string> | ||
20 | </map> | ||
8 | 21 | ||
22 | <!-- Second Life Beta --> | ||
9 | <map> | 23 | <map> |
10 | <key>default_grids_version</key><string>0</string> | 24 | <key>gridnick</key><string>secondlifebeta</string> |
25 | <key>gridname</key><string>Second Life Beta Grid</string> | ||
26 | <key>platform</key><string>SecondLife</string> | ||
27 | <key>loginuri</key><string>https://login.aditi.lindenlab.com/cgi-bin/login.cgi</string> | ||
28 | <key>loginpage</key><string>http://imprudenceviewer.org/app/splash/</string> | ||
29 | <key>helperuri</key><string>http://aditi-secondlife.webdev.lindenlab.com/helpers/</string> | ||
30 | <key>website</key><string>http://secondlife.com/</string> | ||
31 | <key>support</key><string>http://secondlife.com/support/</string> | ||
32 | <key>register</key><string>http://secondlife.com/registration/</string> | ||
33 | <key>password</key><string>http://secondlife.com/account/request.php</string> | ||
34 | <key>version</key><string>1</string> | ||
11 | </map> | 35 | </map> |
12 | 36 | ||
13 | <!-- Local Host --> | 37 | <!-- Local Host --> |
@@ -16,7 +40,196 @@ | |||
16 | <key>gridname</key><string>Local Host</string> | 40 | <key>gridname</key><string>Local Host</string> |
17 | <key>platform</key><string>OpenSim</string> | 41 | <key>platform</key><string>OpenSim</string> |
18 | <key>loginuri</key><string>http://127.0.0.1:9000/</string> | 42 | <key>loginuri</key><string>http://127.0.0.1:9000/</string> |
43 | <key>loginpage</key><string /> | ||
19 | <key>helperuri</key><string>http://127.0.0.1:9000/</string> | 44 | <key>helperuri</key><string>http://127.0.0.1:9000/</string> |
45 | <key>version</key><string>1</string> | ||
46 | </map> | ||
47 | |||
48 | <!-- OSGrid --> | ||
49 | <map> | ||
50 | <key>gridnick</key><string>osgrid</string> | ||
51 | <key>gridname</key><string>OSGrid</string> | ||
52 | <key>platform</key><string>OpenSim</string> | ||
53 | <key>loginuri</key><string>http://osgrid.org:8002/</string> | ||
54 | <key>loginpage</key><string>http://osgrid.org/loginscreen.php</string> | ||
55 | <key>helperuri</key><string>http://osgrid.org/</string> | ||
56 | <key>website</key><string>http://osgrid.org/</string> | ||
57 | <key>support</key><string>http://osgrid.org/</string> | ||
58 | <key>register</key><string>http://osgrid.org/elgg/account/register.php</string> | ||
59 | <key>password</key><string>http://osgrid.org/elgg/account/forgotten_password.php</string> | ||
60 | <key>version</key><string>1</string> | ||
61 | </map> | ||
62 | |||
63 | <!-- Legend City Online --> | ||
64 | <map> | ||
65 | <key>gridnick</key><string>legendcityonline</string> | ||
66 | <key>gridname</key><string>Legend City Online</string> | ||
67 | <key>platform</key><string>OpenSim</string> | ||
68 | <key>loginuri</key><string>http://login.legendcityonline.com</string> | ||
69 | <key>loginpage</key><string>http://www.legendcityonline.com/welcome.php</string> | ||
70 | <key>helperuri</key><string>https://secure.legendcityonline.com/</string> | ||
71 | <key>website</key><string>http://www.legendcityonline.com/</string> | ||
72 | <key>support</key><string>http://www.legendcityonline.com/</string> | ||
73 | <key>register</key><string>http://www.legendcityonline.com/</string> | ||
74 | <key>password</key><string>http://www.legendcityonline.com/</string> | ||
75 | <key>version</key><string>0</string> | ||
76 | </map> | ||
77 | |||
78 | <!-- WorldSimTerra --> | ||
79 | <map> | ||
80 | <key>gridnick</key><string>worldsimterra</string> | ||
81 | <key>gridname</key><string>WorldSimTerra</string> | ||
82 | <key>platform</key><string>OpenSim</string> | ||
83 | <key>loginuri</key><string>http://wsterra.com:8002</string> | ||
84 | <key>loginpage</key><string>http://wsterra.com/log.php</string> | ||
85 | <key>helperuri</key><string>http://wsterra.com/</string> | ||
86 | <key>website</key><string>http://www.worldsimterra.com/</string> | ||
87 | <key>support</key><string>http://www.worldsimterra.com/</string> | ||
88 | <key>register</key><string>http://www.worldsimterra.com/</string> | ||
89 | <key>password</key><string>http://www.worldsimterra.com/</string> | ||
90 | <key>version</key><string>0</string> | ||
91 | </map> | ||
92 | |||
93 | <!-- Your Alternative Life --> | ||
94 | <map> | ||
95 | <key>gridnick</key><string>youralternativelife</string> | ||
96 | <key>gridname</key><string>Your Alternative Life</string> | ||
97 | <key>platform</key><string>OpenSim</string> | ||
98 | <key>loginuri</key><string>http://grid01.from-ne.com:8002/</string> | ||
99 | <key>loginpage</key><string>http://grid01.from-ne.com/tios/loginscreen3.php</string> | ||
100 | <key>helperuri</key><string>http://grid01.from-ne.com/tios/services/</string> | ||
101 | <key>website</key><string>http://www.youralternativelife.com</string> | ||
102 | <key>support</key><string>http://www.youralternativelife.com</string> | ||
103 | <key>register</key><string>http://www.youralternativelife.com</string> | ||
104 | <key>password</key><string>http://www.youralternativelife.com</string> | ||
105 | <key>version</key><string>0</string> | ||
106 | |||
107 | </map> | ||
108 | |||
109 | <!-- The New World Grid --> | ||
110 | <map> | ||
111 | <key>gridnick</key><string>thenewworldgrid</string> | ||
112 | <key>gridname</key><string>The New World Grid</string> | ||
113 | <key>platform</key><string>OpenSim</string> | ||
114 | <key>loginuri</key><string>http://grid.newworldgrid.com:8002/</string> | ||
115 | <key>loginpage</key><string>http://account.newworldgrid.com/loginscreen.php</string> | ||
116 | <key>helperuri</key><string>http://account.newworldgrid.com/</string> | ||
117 | <key>website</key><string>http://www.newworldgrid.com/</string> | ||
118 | <key>support</key><string>http://www.newworldgrid.com/</string> | ||
119 | <key>register</key><string>http://www.newworldgrid.com/register</string> | ||
120 | <key>password</key><string>http://account.newworldgrid.com/</string> | ||
121 | <key>version</key><string>0</string> | ||
122 | </map> | ||
123 | |||
124 | <!-- ReactionGrid --> | ||
125 | <map> | ||
126 | <key>gridnick</key><string>reactiongrid</string> | ||
127 | <key>gridname</key><string>ReactionGrid</string> | ||
128 | <key>platform</key><string>OpenSim</string> | ||
129 | <key>loginuri</key><string>http://reactiongrid.com:8008/</string> | ||
130 | <key>loginpage</key><string>http://gsquared.info/portal</string> | ||
131 | <key>website</key><string>http://reactiongrid.com/Default.aspx</string> | ||
132 | <key>support</key><string>http://reactiongrid.com/Support.aspx</string> | ||
133 | <key>register</key><string>http://reactiongrid.com/Register.aspx</string> | ||
134 | <key>password</key><string>http://reactiongrid.com/Support/ResetPassword.aspx</string> | ||
135 | <key>version</key><string>0</string> | ||
136 | </map> | ||
137 | |||
138 | <!-- Cyberlandia --> | ||
139 | <map> | ||
140 | <key>gridnick</key><string>cyberlandia</string> | ||
141 | <key>gridname</key><string>Cyberlandia</string> | ||
142 | <key>platform</key><string>OpenSim</string> | ||
143 | <key>loginuri</key><string>http://grid.cyberlandia.net:8002</string> | ||
144 | <key>loginpage</key><string></string> | ||
145 | <key>helperuri</key><string></string> | ||
146 | <key>website</key><string>http://www.cyberlandia.net</string> | ||
147 | <key>version</key><string>0</string> | ||
148 | </map> | ||
149 | |||
150 | <!-- Role Play Worlds --> | ||
151 | <map> | ||
152 | <key>gridnick</key><string>roleplayworlds</string> | ||
153 | <key>gridname</key><string>Role Play Worlds</string> | ||
154 | <key>platform</key><string>OpenSim</string> | ||
155 | <key>loginuri</key><string>http://grid.roleplayworlds.net:8002/</string> | ||
156 | <key>loginpage</key><string>http://grid.roleplayworlds.net/loginscreen.php</string> | ||
157 | <key>helperuri</key><string>http://grid.roleplayworlds.net/</string> | ||
158 | <key>website</key><string>http://roleplayworlds.net/</string> | ||
159 | <key>register</key><string>http://grid.roleplayworlds.net/index.php?page=create</string> | ||
160 | <key>password</key><string>http://grid.roleplayworlds.net/index.php?page=change</string> | ||
161 | <key>version</key><string>0</string> | ||
162 | </map> | ||
163 | |||
164 | <!-- GiantGrid --> | ||
165 | <map> | ||
166 | <key>gridnick</key><string>giantgrid</string> | ||
167 | <key>gridname</key><string>GiantGrid</string> | ||
168 | <key>platform</key><string>OpenSim</string> | ||
169 | <key>loginuri</key><string>http://Gianttest.no-ip.biz:8002/</string> | ||
170 | <key>loginpage</key><string>http://gianttest.no-ip.biz:80/gridsplash?method=login</string> | ||
171 | <key>helperuri</key><string>http://gianttest.no-ip.biz/giantmap/</string> | ||
172 | <key>version</key><string>0</string> | ||
173 | </map> | ||
174 | |||
175 | <!-- 3rd Rock Grid --> | ||
176 | <map> | ||
177 | <key>gridnick</key><string>3rdrock</string> | ||
178 | <key>gridname</key><string>3rd Rock Grid</string> | ||
179 | <key>platform</key><string>OpenSim</string> | ||
180 | <key>loginuri</key><string>http://grid.3rdrockgrid.com:8002/</string> | ||
181 | <key>loginpage</key><string>http://3rdrockgrid.com/startpage.php</string> | ||
182 | <key>helperuri</key><string>http://grid.3rdrockgrid.com/money/</string> | ||
183 | <key>website</key><string>http://3rdrockgrid.com/</string> | ||
184 | <key>register</key><string>http://3rdrockgrid.com/</string> | ||
185 | <key>password</key><string>http://3rdrockgrid.com/</string> | ||
186 | <key>support</key><string>http://3rdrockgrid.com/</string> | ||
187 | <key>version</key><string>1</string> | ||
188 | </map> | ||
189 | |||
190 | <!-- InWorldz --> | ||
191 | <map> | ||
192 | <key>gridname</key> <string>Inworldz</string> | ||
193 | <key>gridnick</key> <string>inworldz</string> | ||
194 | <key>platform</key> <string>OpenSim</string> | ||
195 | <key>loginuri</key> <string>http://inworldz.com:8002/</string> | ||
196 | <key>loginpage</key> <string>http://inworldz.com/loginscreen.php</string> | ||
197 | <key>helperuri</key> <string>http://inworldz.com/</string> | ||
198 | <key>password</key> <string>http://inworldz.com/wpassword</string> | ||
199 | <key>register</key> <string>http://inworldz.com/register</string> | ||
200 | <key>support</key> <string>http://inworldz.com/help</string> | ||
201 | <key>website</key> <string>http://inworldz.com/about/</string> | ||
202 | <key>version</key> <string>1</string> | ||
203 | </map> | ||
204 | |||
205 | <!-- Meta7 --> | ||
206 | <map> | ||
207 | <key>gridname</key> <string>Meta7</string> | ||
208 | <key>gridnick</key> <string>meta7</string> | ||
209 | <key>platform</key> <string>OpenSim</string> | ||
210 | <key>loginuri</key> <string>http://login.meta7.com/</string> | ||
211 | <key>loginpage</key> <string>http://api.meta7.com/loginscreen.php</string> | ||
212 | <key>helperuri</key> <string>https://secure.meta7.com/</string> | ||
213 | <key>password</key> <string>http://www.meta7.com/resetpass.php</string> | ||
214 | <key>register</key> <string>http://www.meta7.com/register.php</string> | ||
215 | <key>support</key> <string>http://www.meta7.com/support.php</string> | ||
216 | <key>website</key> <string>http://meta7.com/</string> | ||
217 | <key>version</key> <string>0</string> | ||
218 | </map> | ||
219 | |||
220 | <!-- ScienceSim --> | ||
221 | <map> | ||
222 | <key>gridname</key> <string>ScienceSim</string> | ||
223 | <key>gridnick</key> <string>sciencesim</string> | ||
224 | <key>platform</key> <string>OpenSim</string> | ||
225 | <key>loginuri</key> <string>http://grid.sciencesim.com/</string> | ||
226 | <key>loginpage</key> <string>http://island.sciencesim.com/scisim/loginscreen.php</string> | ||
227 | <key>helperuri</key> <string></string> | ||
228 | <key>password</key> <string>http://island.sciencesim.com/scisim</string> | ||
229 | <key>register</key> <string>http://island.sciencesim.com/scisim</string> | ||
230 | <key>support</key> <string>http://island.sciencesim.com/wiki</string> | ||
231 | <key>website</key> <string>http://island.sciencesim.com/about/</string> | ||
232 | <key>version</key> <string>0</string> | ||
20 | </map> | 233 | </map> |
21 | 234 | ||
22 | </array> | 235 | </array> |