<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://opensimulator.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://opensimulator.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kane+Hart</id>
		<title>OpenSimulator - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://opensimulator.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kane+Hart"/>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Special:Contributions/Kane_Hart"/>
		<updated>2026-05-07T16:27:19Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.9</generator>

	<entry>
		<id>http://opensimulator.org/wiki/OpenSimProfile</id>
		<title>OpenSimProfile</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/OpenSimProfile"/>
				<updated>2011-07-20T19:26:43Z</updated>
		
		<summary type="html">&lt;p&gt;Kane Hart: /* How to setup OSS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How to setup OSP==&lt;br /&gt;
&lt;br /&gt;
* Make sure you have a Apache/PHP/MySQL configuration ready else Profiles won't work!!&lt;br /&gt;
* You also need to make sure you have php-xmlrpc or you will need to compile it in with php.&lt;br /&gt;
&lt;br /&gt;
You can grab the latest version of OpenSimProfile through SVN, use the command below to checkout the code.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
svn checkout http://forge.opensimulator.org/svn/osprofile&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Upload site to webroot==&lt;br /&gt;
&lt;br /&gt;
Next thing you need to do is upload your profile.php and databaseinfo.php located /trunk/webroot/ to your public http folder so Regions can connect to it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Create a database==&lt;br /&gt;
&lt;br /&gt;
First you will need to create a database. Once you have finished that you can execute the following SQL file osprofiles.sql located in /trunk/webroot/sql/ from the SVN.&lt;br /&gt;
&lt;br /&gt;
Then you need to setup your database connection file located /trunk/webroot/databaseinfo.php OR your webroot where you had uploaded databaseinfo.php&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=php&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
$DB_HOST = &amp;quot;&amp;lt;servername&amp;gt;&amp;quot;;&lt;br /&gt;
$DB_USER = &amp;quot;&amp;lt;username&amp;gt;&amp;quot;;&lt;br /&gt;
$DB_PASSWORD = &amp;quot;&amp;lt;password&amp;gt;&amp;quot;;&lt;br /&gt;
$DB_NAME = &amp;quot;&amp;lt;database&amp;gt;&amp;quot;;&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Setup Module==&lt;br /&gt;
&lt;br /&gt;
Now that we have everything else setup you just have to install the Module and reset your Regions Server.&lt;br /&gt;
&lt;br /&gt;
First Copy trunk/bin/OpenSimProfile.Modules.dll and put it into your OpenSim/bin folder.&lt;br /&gt;
&lt;br /&gt;
Now you go ahead and edit your OpenSim.ini on any servers that host Regions.&lt;br /&gt;
&lt;br /&gt;
Inside OpenSim.ini add the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=php&amp;gt;&lt;br /&gt;
[Profile]&lt;br /&gt;
; Change it to your own HTTP server to have the Profile server work&lt;br /&gt;
ProfileURL = http://gridserver/profile.php&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Finished==&lt;br /&gt;
&lt;br /&gt;
Just reboot your Regions server and you should now be able to edit and save your profiles!&lt;/div&gt;</summary>
		<author><name>Kane Hart</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/OpenSimProfile</id>
		<title>OpenSimProfile</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/OpenSimProfile"/>
				<updated>2011-07-20T17:57:20Z</updated>
		
		<summary type="html">&lt;p&gt;Kane Hart: /* Setup Module */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How to setup OSS==&lt;br /&gt;
&lt;br /&gt;
* Make sure you have a Apache/PHP/MySQL configuration ready else Profiles won't work!!&lt;br /&gt;
* You also need to make sure you have php-xmlrpc or you will need to compile it in with php.&lt;br /&gt;
&lt;br /&gt;
You can grab the latest version of OpenSimProfile through SVN, use the command below to checkout the code.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
svn checkout http://forge.opensimulator.org/svn/osprofile&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Upload site to webroot==&lt;br /&gt;
&lt;br /&gt;
Next thing you need to do is upload your profile.php and databaseinfo.php located /trunk/webroot/ to your public http folder so Regions can connect to it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Create a database==&lt;br /&gt;
&lt;br /&gt;
First you will need to create a database. Once you have finished that you can execute the following SQL file osprofiles.sql located in /trunk/webroot/sql/ from the SVN.&lt;br /&gt;
&lt;br /&gt;
Then you need to setup your database connection file located /trunk/webroot/databaseinfo.php OR your webroot where you had uploaded databaseinfo.php&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=php&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
$DB_HOST = &amp;quot;&amp;lt;servername&amp;gt;&amp;quot;;&lt;br /&gt;
$DB_USER = &amp;quot;&amp;lt;username&amp;gt;&amp;quot;;&lt;br /&gt;
$DB_PASSWORD = &amp;quot;&amp;lt;password&amp;gt;&amp;quot;;&lt;br /&gt;
$DB_NAME = &amp;quot;&amp;lt;database&amp;gt;&amp;quot;;&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Setup Module==&lt;br /&gt;
&lt;br /&gt;
Now that we have everything else setup you just have to install the Module and reset your Regions Server.&lt;br /&gt;
&lt;br /&gt;
First Copy trunk/bin/OpenSimProfile.Modules.dll and put it into your OpenSim/bin folder.&lt;br /&gt;
&lt;br /&gt;
Now you go ahead and edit your OpenSim.ini on any servers that host Regions.&lt;br /&gt;
&lt;br /&gt;
Inside OpenSim.ini add the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=php&amp;gt;&lt;br /&gt;
[Profile]&lt;br /&gt;
; Change it to your own HTTP server to have the Profile server work&lt;br /&gt;
ProfileURL = http://gridserver/profile.php&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Finished==&lt;br /&gt;
&lt;br /&gt;
Just reboot your Regions server and you should now be able to edit and save your profiles!&lt;/div&gt;</summary>
		<author><name>Kane Hart</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/OpenSimProfile</id>
		<title>OpenSimProfile</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/OpenSimProfile"/>
				<updated>2011-07-20T17:54:41Z</updated>
		
		<summary type="html">&lt;p&gt;Kane Hart: New page: ==How to setup OSS==  * Make sure you have a Apache/PHP/MySQL configuration ready else Profiles won't work!! * You also need to make sure you have php-xmlrpc or you will need to compile it...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How to setup OSS==&lt;br /&gt;
&lt;br /&gt;
* Make sure you have a Apache/PHP/MySQL configuration ready else Profiles won't work!!&lt;br /&gt;
* You also need to make sure you have php-xmlrpc or you will need to compile it in with php.&lt;br /&gt;
&lt;br /&gt;
You can grab the latest version of OpenSimProfile through SVN, use the command below to checkout the code.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
svn checkout http://forge.opensimulator.org/svn/osprofile&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Upload site to webroot==&lt;br /&gt;
&lt;br /&gt;
Next thing you need to do is upload your profile.php and databaseinfo.php located /trunk/webroot/ to your public http folder so Regions can connect to it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Create a database==&lt;br /&gt;
&lt;br /&gt;
First you will need to create a database. Once you have finished that you can execute the following SQL file osprofiles.sql located in /trunk/webroot/sql/ from the SVN.&lt;br /&gt;
&lt;br /&gt;
Then you need to setup your database connection file located /trunk/webroot/databaseinfo.php OR your webroot where you had uploaded databaseinfo.php&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=php&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
$DB_HOST = &amp;quot;&amp;lt;servername&amp;gt;&amp;quot;;&lt;br /&gt;
$DB_USER = &amp;quot;&amp;lt;username&amp;gt;&amp;quot;;&lt;br /&gt;
$DB_PASSWORD = &amp;quot;&amp;lt;password&amp;gt;&amp;quot;;&lt;br /&gt;
$DB_NAME = &amp;quot;&amp;lt;database&amp;gt;&amp;quot;;&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Setup Module==&lt;br /&gt;
&lt;br /&gt;
Now that we have everything else setup you just have to install the Module and reset your Regions Server.&lt;br /&gt;
&lt;br /&gt;
First Copy trunk/bin/OpenSimProfile.Modules.dll and put it into your OpenSim/bin folder.&lt;br /&gt;
&lt;br /&gt;
Now you go ahead and edit your OpenSim.ini on any servers that host Regions.&lt;br /&gt;
&lt;br /&gt;
Inside OpenSim.ini add the following:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
[Profile]&lt;br /&gt;
; Change it to your own HTTP server to have the Profile server work&lt;br /&gt;
ProfileURL = http://gridserver/profile.php&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Finished==&lt;br /&gt;
&lt;br /&gt;
Just reboot your Regions server and you should now be able to edit and save your profiles!&lt;/div&gt;</summary>
		<author><name>Kane Hart</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/Dependencies</id>
		<title>Dependencies</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Dependencies"/>
				<updated>2008-12-02T20:53:02Z</updated>
		
		<summary type="html">&lt;p&gt;Kane Hart: /* Linux */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In addition to the OpenSim code itself, certain other packages need to be installed on different platforms in order to get OpenSim binaries to run.  &lt;br /&gt;
&lt;br /&gt;
As well as the information on this page (which should be expanded), you may find more information on dependencies in [[Build Instructions]] though this will also contain dependencies required only for building.  This are also more hints in [[Troubleshooting]]&lt;br /&gt;
&lt;br /&gt;
==Windows==&lt;br /&gt;
&lt;br /&gt;
I don't believe any extra packages need to be installed to get the binaries running.  More information on this would be most welcome&lt;br /&gt;
&lt;br /&gt;
==Linux==&lt;br /&gt;
&lt;br /&gt;
The easiest plaform to get running on the Linux side is Ubuntu 8.10, 32bit.  This is what most of the developers running Linux use.  If you are looking for the quick path, start there.&lt;br /&gt;
&lt;br /&gt;
Note: For people who have mono 2.0.1 or later installed, it may not be necessary to install the libmono-oracle2.0-cil package detailed below separately.&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu 8.04 (Hardy) ===&lt;br /&gt;
&lt;br /&gt;
You can use the built in packages for mono.  However, for better performance, you may want to [http://xyzzyxyzzy.net/2008/05/08/updated-mono-build-script-for-hardy-heron-and-mono-191/ upgrade mono to 1.9.1] ([http://tempvariable.blogspot.com/2008/04/installing-mono-191-on-ubuntu-804-hardy.html Other simple method])&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install subversion nant mono-gmcs libmono-microsoft8.0-cil \&lt;br /&gt;
      libmono-system-runtime2.0-cil libgdiplus libmono-i18n2.0-cil libmono-oracle2.0-cil ruby&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu 8.10 (Intrepid) ===&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install subversion nant mono-gmcs libmono-microsoft8.0-cil \&lt;br /&gt;
      libmono-system-runtime2.0-cil libgdiplus libmono-i18n2.0-cil libmono-oracle2.0-cil ruby&lt;br /&gt;
&lt;br /&gt;
=== CentOS 5.2 (Final) ===&lt;br /&gt;
You made need to include libmono-oracle2.0-cil will check tonight - Kane&lt;br /&gt;
&lt;br /&gt;
 yum install subversion nant mono-gmcs libmono-microsoft8.0-cil \&lt;br /&gt;
      libmono-system-runtime2.0-cil libgdiplus libmono-i18n2.0-cil ruby&lt;/div&gt;</summary>
		<author><name>Kane Hart</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/Screenshots</id>
		<title>Screenshots</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Screenshots"/>
				<updated>2008-11-30T09:57:16Z</updated>
		
		<summary type="html">&lt;p&gt;Kane Hart: /* VirtualSims.Net */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Quicklinks}}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
====Babblefrog@OSGRID====&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|[[Image:Snapshot_001.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Snapshot_snow.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Snapshot_venice.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Nebadon====&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:Nebadon2025_01.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Nebadon2025_02.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Nebadon2025_03.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Nebadon2025_04.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:Nebadon2025_05.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Nebadon2025_06.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Nebadon2025_07.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Nebadon2025_08.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:Nebadon2025_09.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Nebadon2025_10.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Nebadon2025_11.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Nebadon2025_12.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:NEBADON2025-05.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:NEBADON2025-01.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:NEBADON2025-02.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:NEBADON2025-03.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:Your2ndlife.com_01.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Your2ndlife.com_02_1.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Your2ndlife.com_03_1.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Your2ndlife.com_04_1.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:Your2ndlife.com_05_1.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Your2ndlife.com_06_1.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Your2ndlife.com_07_1.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Your2ndlife.com_08_1.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:Your2ndlife.com_10_1.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Your2ndlife.com_11_1.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Your2ndlife.com_12_1.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Your2ndlife.com_13_1.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:Your2ndlife.com_14a_1.jpg|thumbnail]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Balthazar===&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:thursday_002.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:thursday_003.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
===Darb===&lt;br /&gt;
Simulator, meet Geographic Info Systems  (simgis.org)&lt;br /&gt;
Four shots from a 49-sim model of Mount Tamalpais in Marin County, CA&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:Tam_49_20071028_2.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Tam_49a_20071028_3.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Kentfield_20071029.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Phoenix_lake_20071029.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Shots from an 81-sim 1:4 scale model around Berkeley, CA&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:berk81_20071207.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:berk81_20071207_003.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:berk81_20071207_007.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:berk81_20071205_002.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:berk81_20071207_015.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:berk81_20071207_016.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:berk81_20071207_011.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:berk81_20071208_002.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Shots of a 40-region 1.024:1 scale model of UC Berkeley&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:Svn054_4272.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Svn054_4272_20080417a.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:OB40_greek_theater_vu_ely.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:OB40_sather_tower_vu_ely.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:OB40_shattuck_center_vu_wly.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:OB40_I_house_vu_nely.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:OB40_civic_center.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:OB40_Hearst_vu_ely.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===NixNerd===&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot; &lt;br /&gt;
&lt;br /&gt;
|[[Image:snapshot_nix_02.jpg|thumbnail]] &lt;br /&gt;
&lt;br /&gt;
|[[Image:OpenSim_000.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:OpenSim_001.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:OpenSim_002.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot; &lt;br /&gt;
&lt;br /&gt;
|[[Image:OpenSim_003.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:OpenSim_004.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:OpenSim_005.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:OpenSim_006.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot; &lt;br /&gt;
&lt;br /&gt;
|[[Image:OpenSim_007.jpg|thumbnail]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===CentralGrid===&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:right;&amp;quot;&lt;br /&gt;
|[[Image:2cg_home_003_001.jpg|thumbnail|Central Grid Orientation]]&lt;br /&gt;
|[[Image:2cg_home_003_014.jpg|thumbnail|Central Grid Business]]&lt;br /&gt;
|[[Image:BullRun_CentralGrid.jpg|thumbnail|BullRun - Art Gallery inside CentralGrid]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===United Grid - Sid Green===&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:United_Grid_Tramway_1.png|thumbnail|United Grid Tramway, January 2008]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:United_Grid_Unnamed_Bridge_1.png|thumbnail|Unnamed Bridge, January 2008]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:United_Grid_Spiral_Staircase_1.png|thumbnail|Spiral Staircase, December 2008]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Phrearch Miles===&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|[[Image:Phrearch_Miles_localsim_2.jpg|thumbnail]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Sean Dague===&lt;br /&gt;
[[Image:dynamictexture.png]]&lt;br /&gt;
&lt;br /&gt;
===Sun Payne - http://www.opensimulator.fr===&lt;br /&gt;
&lt;br /&gt;
Pictures taken on the opengrid maintened by opensimulator.fr&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:Islands.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Sun linden.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:New Ruth.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Ruth on mountain.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:Mountains island.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Heart island.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Man island.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Maze island.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:Shirt island.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Opensimulator island.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===AIAI Grid - http://vue.ed.ac.uk/openvue/===&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:AIAI-2008-03-04-Opensim-AIAI-Sunset.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:AIAI-2008-03-08-Terrain-Scotland.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:AIAI-2008-02-25-Iroom.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:AIAI-2008-02-05-Media-Streaming.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Grumly===&lt;br /&gt;
&lt;br /&gt;
Lego(tm) building :-)&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:Lego1.png|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Lego2.png|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Lego3.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Draw on prims using an Browser Silverlight applet&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:SilverlightDrawOnPrim.png|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:DrawOnPrim1.png|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:DrawOnPrim2.png|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===LIFESIM===&lt;br /&gt;
Images temporarily removed because they contained the secondlife logo&lt;br /&gt;
&lt;br /&gt;
'''NOTE'''&lt;br /&gt;
* LIFESIM, dont is one development to Linden labs or secondlife, its a private grid, owned for www.studiografics.com.br and www.mundolinden.com. (every buildings in pics stay into servers for LifeSim Project).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===OpenSimPT - http://www.opensimpt.com===&lt;br /&gt;
&lt;br /&gt;
Imagens obtidas no opengrid mantido por opensimpt.com&amp;lt;br&amp;gt;Pictures taken on the opengrid maintened by opensimpt.com&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:OSPTG001.png|400px|center]] &amp;lt;center&amp;gt;Lusitania Center on OpenSimPT-Grid&amp;lt;br&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:OSPTG002.png|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:OSPTG003.png|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:OSPTG004.png|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:OSPTG005.png|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:OSPTG006.png|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:OSPTG007.png|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:OSPTG008.png|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:OSPTG009.png|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:OSPTG010.png|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===TalentRaspel Grid===&lt;br /&gt;
&lt;br /&gt;
[http://www.vr-talentraspel.eu/index.php?page=home&amp;amp;btn=1 www.vr-talentraspel.eu]&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:trgrid_07.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:trgrid_02.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:trgrid_06.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:trgrid_01.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:screen002.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:screen003.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:screen001.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:screen004.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:screen005.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Welles Grid ===&lt;br /&gt;
www.wellesgrid.com&amp;lt;br /&amp;gt;&lt;br /&gt;
www.tracywelles.com&amp;lt;br /&amp;gt;&lt;br /&gt;
Sponsored OpenSimulator Development&amp;lt;br /&amp;gt; &lt;br /&gt;
Spence Enterprises Company&amp;lt;br /&amp;gt;&lt;br /&gt;
SL - Tracy Welles&amp;lt;br /&amp;gt;&lt;br /&gt;
OpenSimulator User: rjs&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Welles Grid was setup for testing various aspects of the OpenSimulator software as well as interoperability&lt;br /&gt;
with other grids such as Second Life(R). Our goal is to open the grid with and for high quality content from mostly semi professional / professional content designers and other skilled artisans. Currently non public. No scheduled opening.&lt;br /&gt;
&lt;br /&gt;
The humble beginnings:&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:Welles_Grid_Bora_2.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Welles_Grid_Bora.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Welles_Grid_volcano.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:Welles_Designs.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Welles_Grid_Testing.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Jockodomo.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:Display.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Executive-secretary.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Living.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:Table.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Particles.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Buildpad.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== VirtualSims.Net ===&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;10%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|[[Image:Central_Park_Construction.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Videos ==&lt;br /&gt;
&lt;br /&gt;
===Megaprims===&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/watch?v=ouEcKEhz1AA&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/watch?v=EqcdH4ub6rQ&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=Q9cElvejrxo Flight Into Terrain Megaprims in Berkeley]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=srwRPgjFjnQ OpenSim versus Google Earth, a random walk through 40 regions]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Other videos===&lt;br /&gt;
&lt;br /&gt;
Jeff1564 &amp;lt;br&amp;gt;&lt;br /&gt;
http://www.youtube.com/watch?v=AwYQL7nMENQ &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Nebadon2025&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.nebadon2025.com/opensim &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
FrancoGrid&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.youtube.com/watch?v=ixHcmLFSWvM&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sun&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.wegame.com/user/opensimulator/ Opensimulator album] on Wegame&amp;lt;br&amp;gt;&lt;br /&gt;
[http://fr.youtube.com/user/opengrid2008 Opengrid album] on Youtube&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DarbDabney&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.youtube.com/watch?v=1gtjPZGOWOw Ruth versus Rover, r5234 with ODE]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=86IVMafq3ik UC Berkeley Greek Theater 1.024:1 scale]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=uBlbB72cpUQ UC Berkeley LBNL to Wurster Hall 1.024:1 scale]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=cealA1QL59s UC Berkeley Easterly campus flight 1.024:1 scale]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Archimedix&amp;lt;br&amp;gt;&lt;br /&gt;
[http://video.google.com/videoplay?docid=2679558764935410864&amp;amp;q=opensim&amp;amp;ei=4OYqSM_vCI6K2QKbypTeCQ Import Terrain from main grid]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''OpenSimPT-Grid''' [http://www.opensimpt.com website]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.youtube.com/watch?v=0II89LgCXb0 Some images of OpenSimPT-Grid]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'''TalentRaspel Grid''' [http://www.vr-talentraspel.eu/index.php?page=home&amp;amp;btn=1 website]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[http://de.youtube.com/watch?v=DQROyxP9md0 Demo: A flight through the TalentRaspel Grid]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://de.youtube.com/watch?v=EDGtnNrsC4c Demo: Another flight through the TalentRaspel Grid]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://de.youtube.com/watch?v=abTlpr-5TOc Tutorial video &amp;quot;User registration and client installation&amp;quot; (in german)]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://de.youtube.com/watch?v=rAtTpiNQ5rI Tutorial video &amp;quot;First steps after login&amp;quot; (in german)]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://de.youtube.com/watch?v=PyS9CAyTxJo Tutorial video &amp;quot;How to persist your avatars appearance&amp;quot; (in german)]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
===LaeMi's sim on her home Linux box===&lt;br /&gt;
http://members.optusnet.com.au/~laemi/impact/&lt;br /&gt;
[[Category:Users]]&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
&lt;br /&gt;
===Flickr OpenSim group===&lt;br /&gt;
http://www.flickr.com/groups/opensim/&lt;br /&gt;
[[Category:Users]]&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
&amp;lt;cleanpage title=hide cats=hide /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kane Hart</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/File:Central_Park_Construction.jpg</id>
		<title>File:Central Park Construction.jpg</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/File:Central_Park_Construction.jpg"/>
				<updated>2008-11-30T09:55:32Z</updated>
		
		<summary type="html">&lt;p&gt;Kane Hart: This is Central Park in VirtualSims.Net
This is where all new and old player start when they log into the World.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is Central Park in VirtualSims.Net&lt;br /&gt;
This is where all new and old player start when they log into the World.&lt;/div&gt;</summary>
		<author><name>Kane Hart</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/Screenshots</id>
		<title>Screenshots</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Screenshots"/>
				<updated>2008-11-30T09:22:22Z</updated>
		
		<summary type="html">&lt;p&gt;Kane Hart: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Quicklinks}}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
====Babblefrog@OSGRID====&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|[[Image:Snapshot_001.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Snapshot_snow.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Snapshot_venice.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Nebadon====&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:Nebadon2025_01.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Nebadon2025_02.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Nebadon2025_03.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Nebadon2025_04.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:Nebadon2025_05.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Nebadon2025_06.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Nebadon2025_07.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Nebadon2025_08.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:Nebadon2025_09.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Nebadon2025_10.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Nebadon2025_11.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Nebadon2025_12.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:NEBADON2025-05.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:NEBADON2025-01.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:NEBADON2025-02.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:NEBADON2025-03.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:Your2ndlife.com_01.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Your2ndlife.com_02_1.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Your2ndlife.com_03_1.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Your2ndlife.com_04_1.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:Your2ndlife.com_05_1.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Your2ndlife.com_06_1.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Your2ndlife.com_07_1.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Your2ndlife.com_08_1.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:Your2ndlife.com_10_1.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Your2ndlife.com_11_1.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Your2ndlife.com_12_1.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Your2ndlife.com_13_1.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:Your2ndlife.com_14a_1.jpg|thumbnail]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Balthazar===&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:thursday_002.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:thursday_003.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
===Darb===&lt;br /&gt;
Simulator, meet Geographic Info Systems  (simgis.org)&lt;br /&gt;
Four shots from a 49-sim model of Mount Tamalpais in Marin County, CA&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:Tam_49_20071028_2.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Tam_49a_20071028_3.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Kentfield_20071029.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Phoenix_lake_20071029.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Shots from an 81-sim 1:4 scale model around Berkeley, CA&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:berk81_20071207.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:berk81_20071207_003.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:berk81_20071207_007.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:berk81_20071205_002.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:berk81_20071207_015.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:berk81_20071207_016.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:berk81_20071207_011.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:berk81_20071208_002.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Shots of a 40-region 1.024:1 scale model of UC Berkeley&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:Svn054_4272.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Svn054_4272_20080417a.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:OB40_greek_theater_vu_ely.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:OB40_sather_tower_vu_ely.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:OB40_shattuck_center_vu_wly.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:OB40_I_house_vu_nely.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:OB40_civic_center.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:OB40_Hearst_vu_ely.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===NixNerd===&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot; &lt;br /&gt;
&lt;br /&gt;
|[[Image:snapshot_nix_02.jpg|thumbnail]] &lt;br /&gt;
&lt;br /&gt;
|[[Image:OpenSim_000.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:OpenSim_001.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:OpenSim_002.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot; &lt;br /&gt;
&lt;br /&gt;
|[[Image:OpenSim_003.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:OpenSim_004.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:OpenSim_005.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:OpenSim_006.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot; &lt;br /&gt;
&lt;br /&gt;
|[[Image:OpenSim_007.jpg|thumbnail]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===CentralGrid===&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:right;&amp;quot;&lt;br /&gt;
|[[Image:2cg_home_003_001.jpg|thumbnail|Central Grid Orientation]]&lt;br /&gt;
|[[Image:2cg_home_003_014.jpg|thumbnail|Central Grid Business]]&lt;br /&gt;
|[[Image:BullRun_CentralGrid.jpg|thumbnail|BullRun - Art Gallery inside CentralGrid]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===United Grid - Sid Green===&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:United_Grid_Tramway_1.png|thumbnail|United Grid Tramway, January 2008]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:United_Grid_Unnamed_Bridge_1.png|thumbnail|Unnamed Bridge, January 2008]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:United_Grid_Spiral_Staircase_1.png|thumbnail|Spiral Staircase, December 2008]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Phrearch Miles===&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
|[[Image:Phrearch_Miles_localsim_2.jpg|thumbnail]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Sean Dague===&lt;br /&gt;
[[Image:dynamictexture.png]]&lt;br /&gt;
&lt;br /&gt;
===Sun Payne - http://www.opensimulator.fr===&lt;br /&gt;
&lt;br /&gt;
Pictures taken on the opengrid maintened by opensimulator.fr&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:Islands.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Sun linden.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:New Ruth.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Ruth on mountain.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:Mountains island.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Heart island.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Man island.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Maze island.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:Shirt island.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Opensimulator island.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===AIAI Grid - http://vue.ed.ac.uk/openvue/===&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:AIAI-2008-03-04-Opensim-AIAI-Sunset.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:AIAI-2008-03-08-Terrain-Scotland.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:AIAI-2008-02-25-Iroom.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:AIAI-2008-02-05-Media-Streaming.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Grumly===&lt;br /&gt;
&lt;br /&gt;
Lego(tm) building :-)&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:Lego1.png|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Lego2.png|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Lego3.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Draw on prims using an Browser Silverlight applet&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:SilverlightDrawOnPrim.png|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:DrawOnPrim1.png|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:DrawOnPrim2.png|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===LIFESIM===&lt;br /&gt;
Images temporarily removed because they contained the secondlife logo&lt;br /&gt;
&lt;br /&gt;
'''NOTE'''&lt;br /&gt;
* LIFESIM, dont is one development to Linden labs or secondlife, its a private grid, owned for www.studiografics.com.br and www.mundolinden.com. (every buildings in pics stay into servers for LifeSim Project).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===OpenSimPT - http://www.opensimpt.com===&lt;br /&gt;
&lt;br /&gt;
Imagens obtidas no opengrid mantido por opensimpt.com&amp;lt;br&amp;gt;Pictures taken on the opengrid maintened by opensimpt.com&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:OSPTG001.png|400px|center]] &amp;lt;center&amp;gt;Lusitania Center on OpenSimPT-Grid&amp;lt;br&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:OSPTG002.png|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:OSPTG003.png|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:OSPTG004.png|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:OSPTG005.png|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:OSPTG006.png|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:OSPTG007.png|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;90%&amp;quot; style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:OSPTG008.png|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:OSPTG009.png|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:OSPTG010.png|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===TalentRaspel Grid===&lt;br /&gt;
&lt;br /&gt;
[http://www.vr-talentraspel.eu/index.php?page=home&amp;amp;btn=1 www.vr-talentraspel.eu]&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:trgrid_07.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:trgrid_02.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:trgrid_06.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:trgrid_01.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:screen002.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:screen003.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:screen001.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:screen004.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:screen005.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Welles Grid ===&lt;br /&gt;
www.wellesgrid.com&amp;lt;br /&amp;gt;&lt;br /&gt;
www.tracywelles.com&amp;lt;br /&amp;gt;&lt;br /&gt;
Sponsored OpenSimulator Development&amp;lt;br /&amp;gt; &lt;br /&gt;
Spence Enterprises Company&amp;lt;br /&amp;gt;&lt;br /&gt;
SL - Tracy Welles&amp;lt;br /&amp;gt;&lt;br /&gt;
OpenSimulator User: rjs&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Welles Grid was setup for testing various aspects of the OpenSimulator software as well as interoperability&lt;br /&gt;
with other grids such as Second Life(R). Our goal is to open the grid with and for high quality content from mostly semi professional / professional content designers and other skilled artisans. Currently non public. No scheduled opening.&lt;br /&gt;
&lt;br /&gt;
The humble beginnings:&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:Welles_Grid_Bora_2.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Welles_Grid_Bora.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Welles_Grid_volcano.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:Welles_Designs.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Welles_Grid_Testing.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Jockodomo.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:Display.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Executive-secretary.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Living.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|[[Image:Table.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Particles.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|[[Image:Buildpad.jpg|thumbnail]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== VirtualSims.Net ===&lt;br /&gt;
Coming Soon...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Videos ==&lt;br /&gt;
&lt;br /&gt;
===Megaprims===&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/watch?v=ouEcKEhz1AA&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/watch?v=EqcdH4ub6rQ&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=Q9cElvejrxo Flight Into Terrain Megaprims in Berkeley]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=srwRPgjFjnQ OpenSim versus Google Earth, a random walk through 40 regions]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Other videos===&lt;br /&gt;
&lt;br /&gt;
Jeff1564 &amp;lt;br&amp;gt;&lt;br /&gt;
http://www.youtube.com/watch?v=AwYQL7nMENQ &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Nebadon2025&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.nebadon2025.com/opensim &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
FrancoGrid&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.youtube.com/watch?v=ixHcmLFSWvM&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sun&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.wegame.com/user/opensimulator/ Opensimulator album] on Wegame&amp;lt;br&amp;gt;&lt;br /&gt;
[http://fr.youtube.com/user/opengrid2008 Opengrid album] on Youtube&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
DarbDabney&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.youtube.com/watch?v=1gtjPZGOWOw Ruth versus Rover, r5234 with ODE]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=86IVMafq3ik UC Berkeley Greek Theater 1.024:1 scale]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=uBlbB72cpUQ UC Berkeley LBNL to Wurster Hall 1.024:1 scale]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[http://www.youtube.com/watch?v=cealA1QL59s UC Berkeley Easterly campus flight 1.024:1 scale]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Archimedix&amp;lt;br&amp;gt;&lt;br /&gt;
[http://video.google.com/videoplay?docid=2679558764935410864&amp;amp;q=opensim&amp;amp;ei=4OYqSM_vCI6K2QKbypTeCQ Import Terrain from main grid]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''OpenSimPT-Grid''' [http://www.opensimpt.com website]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.youtube.com/watch?v=0II89LgCXb0 Some images of OpenSimPT-Grid]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'''TalentRaspel Grid''' [http://www.vr-talentraspel.eu/index.php?page=home&amp;amp;btn=1 website]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[http://de.youtube.com/watch?v=DQROyxP9md0 Demo: A flight through the TalentRaspel Grid]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://de.youtube.com/watch?v=EDGtnNrsC4c Demo: Another flight through the TalentRaspel Grid]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://de.youtube.com/watch?v=abTlpr-5TOc Tutorial video &amp;quot;User registration and client installation&amp;quot; (in german)]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://de.youtube.com/watch?v=rAtTpiNQ5rI Tutorial video &amp;quot;First steps after login&amp;quot; (in german)]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://de.youtube.com/watch?v=PyS9CAyTxJo Tutorial video &amp;quot;How to persist your avatars appearance&amp;quot; (in german)]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
===LaeMi's sim on her home Linux box===&lt;br /&gt;
http://members.optusnet.com.au/~laemi/impact/&lt;br /&gt;
[[Category:Users]]&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
&lt;br /&gt;
===Flickr OpenSim group===&lt;br /&gt;
http://www.flickr.com/groups/opensim/&lt;br /&gt;
[[Category:Users]]&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
&amp;lt;cleanpage title=hide cats=hide /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kane Hart</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/Talk:Grid_List</id>
		<title>Talk:Grid List</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Talk:Grid_List"/>
				<updated>2008-11-27T17:18:00Z</updated>
		
		<summary type="html">&lt;p&gt;Kane Hart: /* Cleanup */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== OpenLife ==&lt;br /&gt;
I don't understand the reason why OpenLife gets deleted again.&lt;br /&gt;
--[[User:Peter.stindberg|Peter.stindberg]]&lt;br /&gt;
&lt;br /&gt;
:This was most recently discussed in a thread that starts [https://lists.berlios.de/pipermail/opensim-dev/2008-November/003415.html here]. --[[User:DaveCoyle|DaveCoyle]] 04:35, 17 November 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== I am a New One ==&lt;br /&gt;
i am starting my own grid. any pointers for me. &lt;br /&gt;
&lt;br /&gt;
oh and i will need help ...&lt;br /&gt;
&lt;br /&gt;
== Cleanup ==&lt;br /&gt;
&lt;br /&gt;
I don't want to be in charge of cleanup but it be nice if someone could make a list of servers down last 24 hours then check back 2 days later and see if there site has any response and maybe add them to a dead list or something as the list is growing more and more :)&lt;/div&gt;</summary>
		<author><name>Kane Hart</name></author>	</entry>

	</feed>