<?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=Idoru</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=Idoru"/>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Special:Contributions/Idoru"/>
		<updated>2026-05-11T08:23:02Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.9</generator>

	<entry>
		<id>http://opensimulator.org/wiki/FAQ</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/FAQ"/>
				<updated>2007-08-14T15:18:20Z</updated>
		
		<summary type="html">&lt;p&gt;Idoru: Added prim storage FAQ from MW&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Frequently asked questions =&lt;br /&gt;
&lt;br /&gt;
== I can't find any build files or solution files ==&lt;br /&gt;
&lt;br /&gt;
* If you're on windows, run prebuild.bat - on linux prebuild.sh&lt;br /&gt;
&lt;br /&gt;
== VS2005 wont open the .sln file ==&lt;br /&gt;
&lt;br /&gt;
* Try running the VS2005 C#. You are probably running VS2005 C++. This is a C# project.&lt;br /&gt;
&lt;br /&gt;
== Running OpenSim.exe from a Cygwin shell has access denied for some dll's ==&lt;br /&gt;
&lt;br /&gt;
* Do a 'cd bin' followed by 'chmod 777 *' to make all dll files executable.&lt;br /&gt;
&lt;br /&gt;
== I cannot start my sim ==&lt;br /&gt;
&lt;br /&gt;
* See [[OpenSim: Running]].&lt;br /&gt;
&lt;br /&gt;
== I start the sim and it doesn't connect to any grid ==&lt;br /&gt;
&lt;br /&gt;
When OpenSim is first started, it needs configuration.&lt;br /&gt;
&lt;br /&gt;
* See [[OpenSim: Configuration]].&lt;br /&gt;
&lt;br /&gt;
== I start the OpenSim.Grid.UserServer.exe and it gives an error ==&lt;br /&gt;
&lt;br /&gt;
If this error is access denied for username@localhost, the mysql database is not set up.&lt;br /&gt;
&lt;br /&gt;
It will print some text and wait for input - either an enter to accept a default value, or another value you can supply.&lt;br /&gt;
&lt;br /&gt;
* See [[OpenSim: Configuration]].&lt;br /&gt;
&lt;br /&gt;
== I want to run my own Local Grid but one or more servers fail to start ==&lt;br /&gt;
&lt;br /&gt;
* Be sure that you're able to start OpenSim.exe alone, in Standalone mode, and to be able to login.&lt;br /&gt;
* Start the servers in the correct UGAS order and answer the questions as recommended (see [[OpenSim: Configuration]]).&lt;br /&gt;
* Set all the external URI's to the correct IP: 127.0.0.1 if running on your local machine, or aaa.bbb.ccc.ddd if running on a remote server.&lt;br /&gt;
* Check again all the *.xml configuration files for any wrong settings or typing errors...!&lt;br /&gt;
* Don't forget to connect with your SL-viewer to port 8002 (Grid User-Server) instead of 9000 (Standalone OpenSim-Server).&lt;br /&gt;
* Delete all *.xml and *.yap files in the bin directory if you want to run a full reconfiguration again.&lt;br /&gt;
&lt;br /&gt;
== I cannot connect to my OpenSim ==&lt;br /&gt;
&lt;br /&gt;
* See [[OpenSim: Connecting]].&lt;br /&gt;
&lt;br /&gt;
== I connect but cannot move ==&lt;br /&gt;
&lt;br /&gt;
If the client connects but the avatar can only spin in place and not move, then the sim is not correctly configured. It completed the initial login function, but packets are not being exchanged between the client and the sim, probably due to a network configuration error on the sim.&lt;br /&gt;
&lt;br /&gt;
* See [[OpenSim: Configuration]].&lt;br /&gt;
&lt;br /&gt;
== Can I teleport from the Linden Lab Second Life grid to my Sim? ==&lt;br /&gt;
&lt;br /&gt;
No, OpenSim islands cannot connect to the Linden Lab grid.&lt;br /&gt;
&lt;br /&gt;
== I need a new UUID for my sim config ==&lt;br /&gt;
&lt;br /&gt;
Use 'uuidgen' or generate one on the [http://www.famkruithof.net/uuid/uuidgen uuidgen webpage].&lt;br /&gt;
&lt;br /&gt;
== I want to run multiple sims ==&lt;br /&gt;
&lt;br /&gt;
Add another xml file to bin/Regions. You need to create a new 'sim_UUID' (see above) and change the 'sim_name', 'internal_ip_port', 'sim_location_x' and 'sim_location_y' (and anything else you wish to change). Restart OpenSim.&lt;br /&gt;
&lt;br /&gt;
* See [[OpenSim: Configuration]].&lt;br /&gt;
&lt;br /&gt;
== I have problems with viewing the worldmap ==&lt;br /&gt;
&lt;br /&gt;
* This may happen when running OpenSim on a Linux server, both in grid or standalone mode.&lt;br /&gt;
* Symptoms: when opening the worldmap window in the SL-viewer, the sims are not displayed grahically in the worldmap, the server console shows some error related to openjpeg, the current session freezes...&lt;br /&gt;
* Reason: your svn source trunk has not the correct (or whatever...) libopenjpeg-libsl library.&lt;br /&gt;
* Solution: get the newest code from libsecondlife (svn co svn://opensecondlife.org/libsl/trunk), 'make' manually in the subdir openjpeg-libsl, and copy the resulting libopenjpeg-libsl-2.1.2.0.so into your OpenSim .../bin subdir, overwriting the existing one.&lt;br /&gt;
* Recompile &amp;amp; restart OpenSim.&lt;br /&gt;
&lt;br /&gt;
== How do I enable prim storage? ==&lt;br /&gt;
&lt;br /&gt;
* Download sqlite3 (the .exe)&lt;br /&gt;
* Create the sqlite database file(s) from the sqlite3-prims.sql in share directory&lt;br /&gt;
Example command: &lt;br /&gt;
 sqlite3 -init share/sql/sqlite3-prims.sql bin/opensim.db&lt;br /&gt;
* In the OpenSim.ini file, change the storage_plugin so it points to OpenSim.DataStore.MonoSqlite.dll (storage_plugin =  OpenSim.DataStore.MonoSqlite.dll).&lt;br /&gt;
* In your region.xml files change the DataStore value so it is the name of your database file (i.e., if you have one region and used opensim.db in the above command, then you point DataStore to that).&lt;br /&gt;
* '''NB''': currently, you need a different sqlite3 database file for each region.&lt;br /&gt;
&lt;br /&gt;
Currently, sqlite is the only database provider that works for prim storage.&lt;br /&gt;
&lt;br /&gt;
= How to ask for help =&lt;br /&gt;
&lt;br /&gt;
== Before asking for help... ==&lt;br /&gt;
&lt;br /&gt;
* Search the wiki and web before asking for help.&lt;br /&gt;
* Check your configuration files for any obvious defects.&lt;br /&gt;
* Check that you're starting up the processes correctly.&lt;br /&gt;
* See [[OpenSim: Install]].&lt;br /&gt;
* See [[OpenSim: Configuration]].&lt;br /&gt;
* See [[OpenSim: Running]].&lt;br /&gt;
* See [[OpenSim: Connecting]].&lt;br /&gt;
&lt;br /&gt;
== Asking in IRC ==&lt;br /&gt;
&lt;br /&gt;
IRC channels are #opensim-help, #opensim and #opensim-dev on EFNet. Approach them in that order :) Please be courteous and remember that the developers and anyone else assisting you are volunteers there.&lt;br /&gt;
&lt;br /&gt;
* Don't ask to ask, just ask.&lt;br /&gt;
* Phrase your question in the form of a question.&lt;br /&gt;
* Be specific.&lt;br /&gt;
* Explain the problem.&lt;br /&gt;
* Describe how to reproduce the problem.&lt;br /&gt;
* If you need to paste configuration files or error messages, please paste to [http://pastebin.ca/ pastebin] then send the link in the IRC channel.&lt;br /&gt;
&lt;br /&gt;
== After you get help ==&lt;br /&gt;
&lt;br /&gt;
* If no-one can help you, please submit a bug.&lt;br /&gt;
* If someone does help you, please document the problem and fix on the wiki on this page.&lt;/div&gt;</summary>
		<author><name>Idoru</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/OpenSim:_FAQ</id>
		<title>OpenSim: FAQ</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/OpenSim:_FAQ"/>
				<updated>2007-08-14T15:18:20Z</updated>
		
		<summary type="html">&lt;p&gt;Idoru: Added prim storage FAQ from MW&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Frequently asked questions =&lt;br /&gt;
&lt;br /&gt;
== I can't find any build files or solution files ==&lt;br /&gt;
&lt;br /&gt;
* If you're on windows, run prebuild.bat - on linux prebuild.sh&lt;br /&gt;
&lt;br /&gt;
== VS2005 wont open the .sln file ==&lt;br /&gt;
&lt;br /&gt;
* Try running the VS2005 C#. You are probably running VS2005 C++. This is a C# project.&lt;br /&gt;
&lt;br /&gt;
== Running OpenSim.exe from a Cygwin shell has access denied for some dll's ==&lt;br /&gt;
&lt;br /&gt;
* Do a 'cd bin' followed by 'chmod 777 *' to make all dll files executable.&lt;br /&gt;
&lt;br /&gt;
== I cannot start my sim ==&lt;br /&gt;
&lt;br /&gt;
* See [[OpenSim: Running]].&lt;br /&gt;
&lt;br /&gt;
== I start the sim and it doesn't connect to any grid ==&lt;br /&gt;
&lt;br /&gt;
When OpenSim is first started, it needs configuration.&lt;br /&gt;
&lt;br /&gt;
* See [[OpenSim: Configuration]].&lt;br /&gt;
&lt;br /&gt;
== I start the OpenSim.Grid.UserServer.exe and it gives an error ==&lt;br /&gt;
&lt;br /&gt;
If this error is access denied for username@localhost, the mysql database is not set up.&lt;br /&gt;
&lt;br /&gt;
It will print some text and wait for input - either an enter to accept a default value, or another value you can supply.&lt;br /&gt;
&lt;br /&gt;
* See [[OpenSim: Configuration]].&lt;br /&gt;
&lt;br /&gt;
== I want to run my own Local Grid but one or more servers fail to start ==&lt;br /&gt;
&lt;br /&gt;
* Be sure that you're able to start OpenSim.exe alone, in Standalone mode, and to be able to login.&lt;br /&gt;
* Start the servers in the correct UGAS order and answer the questions as recommended (see [[OpenSim: Configuration]]).&lt;br /&gt;
* Set all the external URI's to the correct IP: 127.0.0.1 if running on your local machine, or aaa.bbb.ccc.ddd if running on a remote server.&lt;br /&gt;
* Check again all the *.xml configuration files for any wrong settings or typing errors...!&lt;br /&gt;
* Don't forget to connect with your SL-viewer to port 8002 (Grid User-Server) instead of 9000 (Standalone OpenSim-Server).&lt;br /&gt;
* Delete all *.xml and *.yap files in the bin directory if you want to run a full reconfiguration again.&lt;br /&gt;
&lt;br /&gt;
== I cannot connect to my OpenSim ==&lt;br /&gt;
&lt;br /&gt;
* See [[OpenSim: Connecting]].&lt;br /&gt;
&lt;br /&gt;
== I connect but cannot move ==&lt;br /&gt;
&lt;br /&gt;
If the client connects but the avatar can only spin in place and not move, then the sim is not correctly configured. It completed the initial login function, but packets are not being exchanged between the client and the sim, probably due to a network configuration error on the sim.&lt;br /&gt;
&lt;br /&gt;
* See [[OpenSim: Configuration]].&lt;br /&gt;
&lt;br /&gt;
== Can I teleport from the Linden Lab Second Life grid to my Sim? ==&lt;br /&gt;
&lt;br /&gt;
No, OpenSim islands cannot connect to the Linden Lab grid.&lt;br /&gt;
&lt;br /&gt;
== I need a new UUID for my sim config ==&lt;br /&gt;
&lt;br /&gt;
Use 'uuidgen' or generate one on the [http://www.famkruithof.net/uuid/uuidgen uuidgen webpage].&lt;br /&gt;
&lt;br /&gt;
== I want to run multiple sims ==&lt;br /&gt;
&lt;br /&gt;
Add another xml file to bin/Regions. You need to create a new 'sim_UUID' (see above) and change the 'sim_name', 'internal_ip_port', 'sim_location_x' and 'sim_location_y' (and anything else you wish to change). Restart OpenSim.&lt;br /&gt;
&lt;br /&gt;
* See [[OpenSim: Configuration]].&lt;br /&gt;
&lt;br /&gt;
== I have problems with viewing the worldmap ==&lt;br /&gt;
&lt;br /&gt;
* This may happen when running OpenSim on a Linux server, both in grid or standalone mode.&lt;br /&gt;
* Symptoms: when opening the worldmap window in the SL-viewer, the sims are not displayed grahically in the worldmap, the server console shows some error related to openjpeg, the current session freezes...&lt;br /&gt;
* Reason: your svn source trunk has not the correct (or whatever...) libopenjpeg-libsl library.&lt;br /&gt;
* Solution: get the newest code from libsecondlife (svn co svn://opensecondlife.org/libsl/trunk), 'make' manually in the subdir openjpeg-libsl, and copy the resulting libopenjpeg-libsl-2.1.2.0.so into your OpenSim .../bin subdir, overwriting the existing one.&lt;br /&gt;
* Recompile &amp;amp; restart OpenSim.&lt;br /&gt;
&lt;br /&gt;
== How do I enable prim storage? ==&lt;br /&gt;
&lt;br /&gt;
* Download sqlite3 (the .exe)&lt;br /&gt;
* Create the sqlite database file(s) from the sqlite3-prims.sql in share directory&lt;br /&gt;
Example command: &lt;br /&gt;
 sqlite3 -init share/sql/sqlite3-prims.sql bin/opensim.db&lt;br /&gt;
* In the OpenSim.ini file, change the storage_plugin so it points to OpenSim.DataStore.MonoSqlite.dll (storage_plugin =  OpenSim.DataStore.MonoSqlite.dll).&lt;br /&gt;
* In your region.xml files change the DataStore value so it is the name of your database file (i.e., if you have one region and used opensim.db in the above command, then you point DataStore to that).&lt;br /&gt;
* '''NB''': currently, you need a different sqlite3 database file for each region.&lt;br /&gt;
&lt;br /&gt;
Currently, sqlite is the only database provider that works for prim storage.&lt;br /&gt;
&lt;br /&gt;
= How to ask for help =&lt;br /&gt;
&lt;br /&gt;
== Before asking for help... ==&lt;br /&gt;
&lt;br /&gt;
* Search the wiki and web before asking for help.&lt;br /&gt;
* Check your configuration files for any obvious defects.&lt;br /&gt;
* Check that you're starting up the processes correctly.&lt;br /&gt;
* See [[OpenSim: Install]].&lt;br /&gt;
* See [[OpenSim: Configuration]].&lt;br /&gt;
* See [[OpenSim: Running]].&lt;br /&gt;
* See [[OpenSim: Connecting]].&lt;br /&gt;
&lt;br /&gt;
== Asking in IRC ==&lt;br /&gt;
&lt;br /&gt;
IRC channels are #opensim-help, #opensim and #opensim-dev on EFNet. Approach them in that order :) Please be courteous and remember that the developers and anyone else assisting you are volunteers there.&lt;br /&gt;
&lt;br /&gt;
* Don't ask to ask, just ask.&lt;br /&gt;
* Phrase your question in the form of a question.&lt;br /&gt;
* Be specific.&lt;br /&gt;
* Explain the problem.&lt;br /&gt;
* Describe how to reproduce the problem.&lt;br /&gt;
* If you need to paste configuration files or error messages, please paste to [http://pastebin.ca/ pastebin] then send the link in the IRC channel.&lt;br /&gt;
&lt;br /&gt;
== After you get help ==&lt;br /&gt;
&lt;br /&gt;
* If no-one can help you, please submit a bug.&lt;br /&gt;
* If someone does help you, please document the problem and fix on the wiki on this page.&lt;/div&gt;</summary>
		<author><name>Idoru</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/Development_Team</id>
		<title>Development Team</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Development_Team"/>
				<updated>2007-08-14T13:39:17Z</updated>
		
		<summary type="html">&lt;p&gt;Idoru: Taken from CONTRIBUTORS.txt&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= OpenSim development team =&lt;br /&gt;
&lt;br /&gt;
== OpenSim Developers ==&lt;br /&gt;
&lt;br /&gt;
* MW&lt;br /&gt;
* Adam Frisby   (DeepThink Pty Ltd)&lt;br /&gt;
* MingChen      (DeepThink Pty Ltd)&lt;br /&gt;
* lbsa71&lt;br /&gt;
* sdague        (International Business Machines Corp.)&lt;br /&gt;
* Andy- &lt;br /&gt;
* Gareth&lt;br /&gt;
* MorphW&lt;br /&gt;
* CW&lt;br /&gt;
* Babblefrog&lt;br /&gt;
* Tedd&lt;br /&gt;
&lt;br /&gt;
Patches from:&lt;br /&gt;
&lt;br /&gt;
* BigFootAg&lt;br /&gt;
* Danx0r&lt;br /&gt;
* Dalien&lt;br /&gt;
* Darok&lt;br /&gt;
&lt;br /&gt;
== OpenSim Testers ==&lt;br /&gt;
&lt;br /&gt;
* Ckrinke&lt;br /&gt;
* idoru&lt;/div&gt;</summary>
		<author><name>Idoru</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/OpenSim:_Development_Team</id>
		<title>OpenSim: Development Team</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/OpenSim:_Development_Team"/>
				<updated>2007-08-14T13:39:17Z</updated>
		
		<summary type="html">&lt;p&gt;Idoru: Taken from CONTRIBUTORS.txt&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= OpenSim development team =&lt;br /&gt;
&lt;br /&gt;
== OpenSim Developers ==&lt;br /&gt;
&lt;br /&gt;
* MW&lt;br /&gt;
* Adam Frisby   (DeepThink Pty Ltd)&lt;br /&gt;
* MingChen      (DeepThink Pty Ltd)&lt;br /&gt;
* lbsa71&lt;br /&gt;
* sdague        (International Business Machines Corp.)&lt;br /&gt;
* Andy- &lt;br /&gt;
* Gareth&lt;br /&gt;
* MorphW&lt;br /&gt;
* CW&lt;br /&gt;
* Babblefrog&lt;br /&gt;
* Tedd&lt;br /&gt;
&lt;br /&gt;
Patches from:&lt;br /&gt;
&lt;br /&gt;
* BigFootAg&lt;br /&gt;
* Danx0r&lt;br /&gt;
* Dalien&lt;br /&gt;
* Darok&lt;br /&gt;
&lt;br /&gt;
== OpenSim Testers ==&lt;br /&gt;
&lt;br /&gt;
* Ckrinke&lt;br /&gt;
* idoru&lt;/div&gt;</summary>
		<author><name>Idoru</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/Main_Page</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Main_Page"/>
				<updated>2007-08-14T13:35:39Z</updated>
		
		<summary type="html">&lt;p&gt;Idoru: added dev team link and noted that SVN browser doesn't work, so added svn co command...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello,&lt;br /&gt;
&lt;br /&gt;
You may have noticed that this wiki is looking a bit sparse. It wasn't always this way, because you see, we have experienced what they call in the Industry, &amp;quot;Total Data Annihilation.&amp;quot; It's not pretty, but them's the facts. &lt;br /&gt;
&lt;br /&gt;
Do not despair, there is yet hope!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Steve Austin, astronaut. A man barely alive. Gentlemen, we can rebuild him. We have the technology. We have the capability to build the world's first bionic man. Steve Austin will be that man. Better than he was before. Better, stronger, faster.&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;mdash; Oscar Goldman, ''The Six Million Dollar Man''&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
* [[OpenSim]]&lt;br /&gt;
** [[OpenSim: FAQ]]     (A set of Frequently Asked Questions)&lt;br /&gt;
** [[OpenSim: Install]] (How to install the simulator software)&lt;br /&gt;
** [[OpenSim: Configuration]] (How to configure the simulator for various modes)&lt;br /&gt;
** [[OpenSim: Network settings]] (How to setup the network for the simulator)&lt;br /&gt;
** [[OpenSim: Running]] (How to run standalone, local grid &amp;amp; public grid modes)&lt;br /&gt;
** [[OpenSim: Testing]] (What is tested)&lt;br /&gt;
** [[OpenSim: TechRef]] (A technical description of the simulator operation)&lt;br /&gt;
** [[OpenSim: Grids]]   (Known Public grids currently available)&lt;br /&gt;
** [[Opensim: 0.4_Release_Target_Discussion]]&lt;br /&gt;
** [[OpenSim: Development Team]]&lt;br /&gt;
&lt;br /&gt;
Virtually all the action is on IRC at the moment. We are on irc.efnet.net and the channel is #opensim&lt;br /&gt;
&lt;br /&gt;
The official website for OpenSim can be found at [http://www.opensimulator.org/ www.opensimulator.org]&lt;br /&gt;
&lt;br /&gt;
The mailing lists are in the process of moving to another server. The archives are available for [http://openmv.org/pipermail/opensim-dev/ OpenSim-Dev] and [http://openmv.org/pipermail/opensim-commits/ OpenSim-Commits].&lt;br /&gt;
&lt;br /&gt;
You can browse the source code for opensim at [http://openmetaverse.org/svn/index.cgi/opensim/ OpenSim SVN browser] (currently broken - use svn directly - &amp;lt;tt&amp;gt;svn co svn://opensecondlife.org/opensim/trunk opensim.new/trunk&amp;lt;/tt&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
Report bugs at the [http://bug.opensecondlife.org/ Mantis opensim bug tracker]&lt;/div&gt;</summary>
		<author><name>Idoru</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/Network_Settings</id>
		<title>Network Settings</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Network_Settings"/>
				<updated>2007-08-14T12:31:35Z</updated>
		
		<summary type="html">&lt;p&gt;Idoru: added unix hosts file location&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Network settings ==&lt;br /&gt;
&lt;br /&gt;
OpenSim/Grid can be pretty tricky when it comes to setting it up on a private network this document covers what OpenSim needs in terms of network resources.&lt;br /&gt;
&lt;br /&gt;
== Ports used by OpenSim ==&lt;br /&gt;
&lt;br /&gt;
OGS1 Grid Modes - Standard Port List&lt;br /&gt;
&lt;br /&gt;
* TCP/8000 - Reserved &lt;br /&gt;
* TCP/8001 - Grid Server &lt;br /&gt;
* TCP/8002 - User Server and Login Services &lt;br /&gt;
* TCP/8003 - Asset Services &lt;br /&gt;
* TCP/8004 - Reserved (Inventory Services) &lt;br /&gt;
* TCP/8005 - Reserved (Dispatch Services)&lt;br /&gt;
&lt;br /&gt;
== Simulators ==&lt;br /&gt;
&lt;br /&gt;
* UDP+TCP/9000 - Default First Simulator &lt;br /&gt;
* UDP+TCP/9001 - Default Second Simulator &lt;br /&gt;
etc.&lt;br /&gt;
&lt;br /&gt;
Note: If you use your simulator in standalone mode, it is enough to open the UDP+TCP/9000 on your firewall.&lt;br /&gt;
&lt;br /&gt;
== Issues with NAT and Port Forwarding ==&lt;br /&gt;
&lt;br /&gt;
If your host does not have a public IP address (eg it is hidden behind a home router) you will have issues hosting grid and region servers if you plan on connecting clients to it on both sides of the router, however this can be worked around through very careful application of port forwarding and use of DNS host files. Please note this is not guarunteed to work (and is most likely to fail), it is highly recommended to have a internet accessible public static IP for the server which is hosting the regions.&lt;br /&gt;
&lt;br /&gt;
Method: &lt;br /&gt;
* Set the simulator listening IP address to your public facing IP address (that of the router concerned) &lt;br /&gt;
* Port forward the above ports through to the simulator on both UDP and TCP. &lt;br /&gt;
* Use an “ExternalAddress” of “somesimulator.somedomain.com” where you control the DNS for somedomain.com and can enter a “A Record” for ‘somesimulator.’ to your routers IP address. &lt;br /&gt;
* Create a “hosts” file (on windows, this is C:\Windows\System32\Drivers\etc\hosts and on Unix-type systems, this is /etc/hosts) entry on your internal client machines, for somesimulator.somedomain.com to your local LAN address for the simulator.&lt;/div&gt;</summary>
		<author><name>Idoru</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/OpenSim:_Network_settings</id>
		<title>OpenSim: Network settings</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/OpenSim:_Network_settings"/>
				<updated>2007-08-14T12:31:35Z</updated>
		
		<summary type="html">&lt;p&gt;Idoru: added unix hosts file location&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Network settings ==&lt;br /&gt;
&lt;br /&gt;
OpenSim/Grid can be pretty tricky when it comes to setting it up on a private network this document covers what OpenSim needs in terms of network resources.&lt;br /&gt;
&lt;br /&gt;
== Ports used by OpenSim ==&lt;br /&gt;
&lt;br /&gt;
OGS1 Grid Modes - Standard Port List&lt;br /&gt;
&lt;br /&gt;
* TCP/8000 - Reserved &lt;br /&gt;
* TCP/8001 - Grid Server &lt;br /&gt;
* TCP/8002 - User Server and Login Services &lt;br /&gt;
* TCP/8003 - Asset Services &lt;br /&gt;
* TCP/8004 - Reserved (Inventory Services) &lt;br /&gt;
* TCP/8005 - Reserved (Dispatch Services)&lt;br /&gt;
&lt;br /&gt;
== Simulators ==&lt;br /&gt;
&lt;br /&gt;
* UDP+TCP/9000 - Default First Simulator &lt;br /&gt;
* UDP+TCP/9001 - Default Second Simulator &lt;br /&gt;
etc.&lt;br /&gt;
&lt;br /&gt;
Note: If you use your simulator in standalone mode, it is enough to open the UDP+TCP/9000 on your firewall.&lt;br /&gt;
&lt;br /&gt;
== Issues with NAT and Port Forwarding ==&lt;br /&gt;
&lt;br /&gt;
If your host does not have a public IP address (eg it is hidden behind a home router) you will have issues hosting grid and region servers if you plan on connecting clients to it on both sides of the router, however this can be worked around through very careful application of port forwarding and use of DNS host files. Please note this is not guarunteed to work (and is most likely to fail), it is highly recommended to have a internet accessible public static IP for the server which is hosting the regions.&lt;br /&gt;
&lt;br /&gt;
Method: &lt;br /&gt;
* Set the simulator listening IP address to your public facing IP address (that of the router concerned) &lt;br /&gt;
* Port forward the above ports through to the simulator on both UDP and TCP. &lt;br /&gt;
* Use an “ExternalAddress” of “somesimulator.somedomain.com” where you control the DNS for somedomain.com and can enter a “A Record” for ‘somesimulator.’ to your routers IP address. &lt;br /&gt;
* Create a “hosts” file (on windows, this is C:\Windows\System32\Drivers\etc\hosts and on Unix-type systems, this is /etc/hosts) entry on your internal client machines, for somesimulator.somedomain.com to your local LAN address for the simulator.&lt;/div&gt;</summary>
		<author><name>Idoru</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/FAQ</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/FAQ"/>
				<updated>2007-08-08T15:47:19Z</updated>
		
		<summary type="html">&lt;p&gt;Idoru: two new FAQs and asking for help section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Frequently asked questions =&lt;br /&gt;
&lt;br /&gt;
== VS2005 wont open the .sln file ==&lt;br /&gt;
&lt;br /&gt;
* Try running the VS2005 C#. You are probably running VS2005 C++. This is a C# project.&lt;br /&gt;
&lt;br /&gt;
== Running OpenSim.exe from a Cygwin shell has access denied for some dll's ==&lt;br /&gt;
&lt;br /&gt;
* Do a 'cd bin' followed by 'chmod 777 *' to make all dll files executable.&lt;br /&gt;
&lt;br /&gt;
== I cannot start my sim ==&lt;br /&gt;
&lt;br /&gt;
* See [[OpenSim: Running]].&lt;br /&gt;
&lt;br /&gt;
== I start the sim and it doesn't connect to any grid ==&lt;br /&gt;
&lt;br /&gt;
When OpenSim is first started, it needs configuration.&lt;br /&gt;
&lt;br /&gt;
* See [[OpenSim: Configuration]].&lt;br /&gt;
&lt;br /&gt;
== I start the OpenSim.Grid.UserServer.exe and it gives an error ==&lt;br /&gt;
&lt;br /&gt;
If this error is access denied for username@localhost, the mysql database is not set up.&lt;br /&gt;
&lt;br /&gt;
It will print some text and wait for input - either an enter to accept a default value, or another value you can supply.&lt;br /&gt;
&lt;br /&gt;
* See [[OpenSim: Configuration]].&lt;br /&gt;
&lt;br /&gt;
== I want to run my own Local Grid but one or more servers fail to start ==&lt;br /&gt;
&lt;br /&gt;
* Be sure that you're able to start OpenSim.exe alone, in Standalone mode, and to be able to login.&lt;br /&gt;
* Start the servers in the correct UGAS order and answer the questions as recommended (see [[OpenSim: Configuration]]).&lt;br /&gt;
* Set all the external URI's to the correct IP: 127.0.0.1 if running on your local machine, or aaa.bbb.ccc.ddd if running on a remote server.&lt;br /&gt;
* Check again all the *.xml configuration files for any wrong settings or typing errors...!&lt;br /&gt;
* Don't forget to connect with your SL-viewer to port 8002 (Grid User-Server) instead of 9000 (Standalone OpenSim-Server).&lt;br /&gt;
* Delete all *.xml and *.yap files in the bin directory if you want to run a full reconfiguration again.&lt;br /&gt;
&lt;br /&gt;
== I cannot connect to my OpenSim ==&lt;br /&gt;
&lt;br /&gt;
* See [[OpenSim: Connecting]].&lt;br /&gt;
&lt;br /&gt;
== I connect but cannot move ==&lt;br /&gt;
&lt;br /&gt;
If the client connects but the avatar can only spin in place and not move, then the sim is not correctly configured. It completed the initial login function, but packets are not being exchanged between the client and the sim, probably due to a network configuration error on the sim.&lt;br /&gt;
&lt;br /&gt;
* See [[OpenSim: Configuration]].&lt;br /&gt;
&lt;br /&gt;
== Can I teleport from the Linden Lab Second Life grid to my Sim? ==&lt;br /&gt;
&lt;br /&gt;
No, OpenSim islands cannot connect to the Linden Lab grid.&lt;br /&gt;
&lt;br /&gt;
== I need a new UUID for my sim config ==&lt;br /&gt;
&lt;br /&gt;
Use 'uuidgen' or generate one on the [http://www.famkruithof.net/uuid/uuidgen uuidgen webpage].&lt;br /&gt;
&lt;br /&gt;
== I want to run multiple sims ==&lt;br /&gt;
&lt;br /&gt;
Add another xml file to bin/Regions. You need to create a new 'sim_UUID' (see above) and change the 'sim_name', 'internal_ip_port', 'sim_location_x' and 'sim_location_y' (and anything else you wish to change). Restart OpenSim.&lt;br /&gt;
&lt;br /&gt;
* See [[OpenSim: Configuration]].&lt;br /&gt;
&lt;br /&gt;
= How to ask for help =&lt;br /&gt;
&lt;br /&gt;
== Before asking for help... ==&lt;br /&gt;
&lt;br /&gt;
* Search the wiki and web before asking for help.&lt;br /&gt;
* Check your configuration files for any obvious defects.&lt;br /&gt;
* Check that you're starting up the processes correctly.&lt;br /&gt;
* See [[OpenSim: Install]].&lt;br /&gt;
* See [[OpenSim: Configuration]].&lt;br /&gt;
* See [[OpenSim: Running]].&lt;br /&gt;
* See [[OpenSim: Connecting]].&lt;br /&gt;
&lt;br /&gt;
== Asking in IRC ==&lt;br /&gt;
&lt;br /&gt;
IRC channels are #opensim-help, #opensim and #opensim-dev on EFNet. Approach them in that order :) Please be courteous and remember that the developers and anyone else assisting you are volunteers there.&lt;br /&gt;
&lt;br /&gt;
* Don't ask to ask, just ask.&lt;br /&gt;
* Phrase your question in the form of a question.&lt;br /&gt;
* Be specific.&lt;br /&gt;
* Explain the problem.&lt;br /&gt;
* Describe how to reproduce the problem.&lt;br /&gt;
* If you need to paste configuration files or error messages, please paste to [http://pastebin.ca/ pastebin] then send the link in the IRC channel.&lt;br /&gt;
&lt;br /&gt;
== After you get help ==&lt;br /&gt;
&lt;br /&gt;
* If no-one can help you, please submit a bug.&lt;br /&gt;
* If someone does help you, please document the problem and fix on the wiki on this page.&lt;/div&gt;</summary>
		<author><name>Idoru</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/OpenSim:_FAQ</id>
		<title>OpenSim: FAQ</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/OpenSim:_FAQ"/>
				<updated>2007-08-08T15:47:19Z</updated>
		
		<summary type="html">&lt;p&gt;Idoru: two new FAQs and asking for help section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Frequently asked questions =&lt;br /&gt;
&lt;br /&gt;
== VS2005 wont open the .sln file ==&lt;br /&gt;
&lt;br /&gt;
* Try running the VS2005 C#. You are probably running VS2005 C++. This is a C# project.&lt;br /&gt;
&lt;br /&gt;
== Running OpenSim.exe from a Cygwin shell has access denied for some dll's ==&lt;br /&gt;
&lt;br /&gt;
* Do a 'cd bin' followed by 'chmod 777 *' to make all dll files executable.&lt;br /&gt;
&lt;br /&gt;
== I cannot start my sim ==&lt;br /&gt;
&lt;br /&gt;
* See [[OpenSim: Running]].&lt;br /&gt;
&lt;br /&gt;
== I start the sim and it doesn't connect to any grid ==&lt;br /&gt;
&lt;br /&gt;
When OpenSim is first started, it needs configuration.&lt;br /&gt;
&lt;br /&gt;
* See [[OpenSim: Configuration]].&lt;br /&gt;
&lt;br /&gt;
== I start the OpenSim.Grid.UserServer.exe and it gives an error ==&lt;br /&gt;
&lt;br /&gt;
If this error is access denied for username@localhost, the mysql database is not set up.&lt;br /&gt;
&lt;br /&gt;
It will print some text and wait for input - either an enter to accept a default value, or another value you can supply.&lt;br /&gt;
&lt;br /&gt;
* See [[OpenSim: Configuration]].&lt;br /&gt;
&lt;br /&gt;
== I want to run my own Local Grid but one or more servers fail to start ==&lt;br /&gt;
&lt;br /&gt;
* Be sure that you're able to start OpenSim.exe alone, in Standalone mode, and to be able to login.&lt;br /&gt;
* Start the servers in the correct UGAS order and answer the questions as recommended (see [[OpenSim: Configuration]]).&lt;br /&gt;
* Set all the external URI's to the correct IP: 127.0.0.1 if running on your local machine, or aaa.bbb.ccc.ddd if running on a remote server.&lt;br /&gt;
* Check again all the *.xml configuration files for any wrong settings or typing errors...!&lt;br /&gt;
* Don't forget to connect with your SL-viewer to port 8002 (Grid User-Server) instead of 9000 (Standalone OpenSim-Server).&lt;br /&gt;
* Delete all *.xml and *.yap files in the bin directory if you want to run a full reconfiguration again.&lt;br /&gt;
&lt;br /&gt;
== I cannot connect to my OpenSim ==&lt;br /&gt;
&lt;br /&gt;
* See [[OpenSim: Connecting]].&lt;br /&gt;
&lt;br /&gt;
== I connect but cannot move ==&lt;br /&gt;
&lt;br /&gt;
If the client connects but the avatar can only spin in place and not move, then the sim is not correctly configured. It completed the initial login function, but packets are not being exchanged between the client and the sim, probably due to a network configuration error on the sim.&lt;br /&gt;
&lt;br /&gt;
* See [[OpenSim: Configuration]].&lt;br /&gt;
&lt;br /&gt;
== Can I teleport from the Linden Lab Second Life grid to my Sim? ==&lt;br /&gt;
&lt;br /&gt;
No, OpenSim islands cannot connect to the Linden Lab grid.&lt;br /&gt;
&lt;br /&gt;
== I need a new UUID for my sim config ==&lt;br /&gt;
&lt;br /&gt;
Use 'uuidgen' or generate one on the [http://www.famkruithof.net/uuid/uuidgen uuidgen webpage].&lt;br /&gt;
&lt;br /&gt;
== I want to run multiple sims ==&lt;br /&gt;
&lt;br /&gt;
Add another xml file to bin/Regions. You need to create a new 'sim_UUID' (see above) and change the 'sim_name', 'internal_ip_port', 'sim_location_x' and 'sim_location_y' (and anything else you wish to change). Restart OpenSim.&lt;br /&gt;
&lt;br /&gt;
* See [[OpenSim: Configuration]].&lt;br /&gt;
&lt;br /&gt;
= How to ask for help =&lt;br /&gt;
&lt;br /&gt;
== Before asking for help... ==&lt;br /&gt;
&lt;br /&gt;
* Search the wiki and web before asking for help.&lt;br /&gt;
* Check your configuration files for any obvious defects.&lt;br /&gt;
* Check that you're starting up the processes correctly.&lt;br /&gt;
* See [[OpenSim: Install]].&lt;br /&gt;
* See [[OpenSim: Configuration]].&lt;br /&gt;
* See [[OpenSim: Running]].&lt;br /&gt;
* See [[OpenSim: Connecting]].&lt;br /&gt;
&lt;br /&gt;
== Asking in IRC ==&lt;br /&gt;
&lt;br /&gt;
IRC channels are #opensim-help, #opensim and #opensim-dev on EFNet. Approach them in that order :) Please be courteous and remember that the developers and anyone else assisting you are volunteers there.&lt;br /&gt;
&lt;br /&gt;
* Don't ask to ask, just ask.&lt;br /&gt;
* Phrase your question in the form of a question.&lt;br /&gt;
* Be specific.&lt;br /&gt;
* Explain the problem.&lt;br /&gt;
* Describe how to reproduce the problem.&lt;br /&gt;
* If you need to paste configuration files or error messages, please paste to [http://pastebin.ca/ pastebin] then send the link in the IRC channel.&lt;br /&gt;
&lt;br /&gt;
== After you get help ==&lt;br /&gt;
&lt;br /&gt;
* If no-one can help you, please submit a bug.&lt;br /&gt;
* If someone does help you, please document the problem and fix on the wiki on this page.&lt;/div&gt;</summary>
		<author><name>Idoru</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/User:Idoru</id>
		<title>User:Idoru</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/User:Idoru"/>
				<updated>2007-08-06T21:43:26Z</updated>
		
		<summary type="html">&lt;p&gt;Idoru: hi!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= About idoru =&lt;br /&gt;
&lt;br /&gt;
* I'm a Computing Science graduate.&lt;br /&gt;
* I work for a company that produces networking equipment.&lt;br /&gt;
* I know a bunch of programming languages.&lt;br /&gt;
* I've made a bunch of websites.&lt;br /&gt;
* I play Second Life on Mac and Windows.&lt;br /&gt;
* I run OpenSim on Debian GNU/Linux.&lt;br /&gt;
* I play guitar in a band. I play live in Second Life occasionally.&lt;br /&gt;
&lt;br /&gt;
== Contacting me ==&lt;br /&gt;
&lt;br /&gt;
My IRC nick is 'idoru' on #opensim and #opensim-dev, on LL Second Life I'm 'idoru Ng' and on deepgrid I am 'idoru Beta'.&lt;br /&gt;
&lt;br /&gt;
== My Sims ==&lt;br /&gt;
&lt;br /&gt;
I run 16 sims - idoru1 to 16 on deepgrid.&lt;br /&gt;
&lt;br /&gt;
== What I'm doing to help with OpenSim ==&lt;br /&gt;
&lt;br /&gt;
I'm helping to rebuild the wiki. I'm building from SVN on Linux most days. I'm trying to help out with testing too, when I get a chance.&lt;br /&gt;
&lt;br /&gt;
== Why I'm interested in OpenSim ==&lt;br /&gt;
&lt;br /&gt;
I want to be able to run my own Sim without paying hundreds or thousands of pounds to do so. Participating in OpenSim means I have an opportunity to help the effort to allow people to do that. I also think that having an Open Source server means that we can control both sides of the equation (client and server) and we'll be free to do a lot more with this technology.&lt;/div&gt;</summary>
		<author><name>Idoru</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/OpenSimulator:0.4_Release_Target_Discussion</id>
		<title>OpenSimulator:0.4 Release Target Discussion</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/OpenSimulator:0.4_Release_Target_Discussion"/>
				<updated>2007-08-06T21:09:24Z</updated>
		
		<summary type="html">&lt;p&gt;Idoru: i could make a disk image for mac... (+ linux / mac addition and formatting fixes)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Targeting the 0.4 release=&lt;br /&gt;
&lt;br /&gt;
From AdamZaius  on the dev mailing list:&lt;br /&gt;
&lt;br /&gt;
For the 0.4 target - we are going to be aiming at having a good quality 'offline sandbox', perhaps with some import/export functionality built in. Specifically the things that have been discussed have been:&lt;br /&gt;
&lt;br /&gt;
== End User Focused Features ==&lt;br /&gt;
&lt;br /&gt;
* Focus on sandbox mode, leave grid mode 'as is' until 0.5 and mark it unsupported.&lt;br /&gt;
* Easier to configure &amp;amp; run simulators - GUI configuration and management tools need to be written. Cross-platform WinForms was discussed (while also having a CLI option)&lt;br /&gt;
* An Installer for windows users (an OSX one would be good too, but someone needs to volunteer to maintain it)  (I could prepare a .dmg (disk image) with OpenSim on it if required - [[User:Idoru|Idoru]] 14:09, 6 August 2007 (PDT))&lt;br /&gt;
* A client launcher application - a quick tool which launches the client with the appropriate login URI parameters (seperate from the sim)&lt;br /&gt;
* Up-to-Date Documentation&lt;br /&gt;
&lt;br /&gt;
== Sim Features ==&lt;br /&gt;
&lt;br /&gt;
* Collision detection with prims in BasicPhysics mode&lt;br /&gt;
* Proper save/restore functionality with local storage&lt;br /&gt;
* Inventory (even if sandbox confined)&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* Store read/write data files in %APPLICATION_DATA% on Windows, to be compatible with limited users in Vista and XP (and ~/.opensim on Linux / Mac).&lt;/div&gt;</summary>
		<author><name>Idoru</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/Opensim:_0.4_Release_Target_Discussion</id>
		<title>Opensim: 0.4 Release Target Discussion</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Opensim:_0.4_Release_Target_Discussion"/>
				<updated>2007-08-06T21:09:24Z</updated>
		
		<summary type="html">&lt;p&gt;Idoru: i could make a disk image for mac... (+ linux / mac addition and formatting fixes)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Targeting the 0.4 release=&lt;br /&gt;
&lt;br /&gt;
From AdamZaius  on the dev mailing list:&lt;br /&gt;
&lt;br /&gt;
For the 0.4 target - we are going to be aiming at having a good quality 'offline sandbox', perhaps with some import/export functionality built in. Specifically the things that have been discussed have been:&lt;br /&gt;
&lt;br /&gt;
== End User Focused Features ==&lt;br /&gt;
&lt;br /&gt;
* Focus on sandbox mode, leave grid mode 'as is' until 0.5 and mark it unsupported.&lt;br /&gt;
* Easier to configure &amp;amp; run simulators - GUI configuration and management tools need to be written. Cross-platform WinForms was discussed (while also having a CLI option)&lt;br /&gt;
* An Installer for windows users (an OSX one would be good too, but someone needs to volunteer to maintain it)  (I could prepare a .dmg (disk image) with OpenSim on it if required - [[User:Idoru|Idoru]] 14:09, 6 August 2007 (PDT))&lt;br /&gt;
* A client launcher application - a quick tool which launches the client with the appropriate login URI parameters (seperate from the sim)&lt;br /&gt;
* Up-to-Date Documentation&lt;br /&gt;
&lt;br /&gt;
== Sim Features ==&lt;br /&gt;
&lt;br /&gt;
* Collision detection with prims in BasicPhysics mode&lt;br /&gt;
* Proper save/restore functionality with local storage&lt;br /&gt;
* Inventory (even if sandbox confined)&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* Store read/write data files in %APPLICATION_DATA% on Windows, to be compatible with limited users in Vista and XP (and ~/.opensim on Linux / Mac).&lt;/div&gt;</summary>
		<author><name>Idoru</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/Network_Settings</id>
		<title>Network Settings</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Network_Settings"/>
				<updated>2007-08-04T14:09:56Z</updated>
		
		<summary type="html">&lt;p&gt;Idoru: http://www.opensimulator.org/info/story/ports_and_network_configuration/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Network settings ==&lt;br /&gt;
&lt;br /&gt;
OpenSim/Grid can be pretty tricky when it comes to setting it up on a private network this document covers what OpenSim needs in terms of network resources.&lt;br /&gt;
&lt;br /&gt;
== Ports used by OpenSim ==&lt;br /&gt;
&lt;br /&gt;
* OGS1 Grid Modes - Standard Port List &lt;br /&gt;
* TCP/8000 - Reserved &lt;br /&gt;
* TCP/8001 - Grid Server &lt;br /&gt;
* TCP/8002 - User Server and Login Services &lt;br /&gt;
* TCP/8003 - Asset Services &lt;br /&gt;
* TCP/8004 - Reserved (Inventory Services) &lt;br /&gt;
* TCP/8005 - Reserved (Dispatch Services)&lt;br /&gt;
&lt;br /&gt;
== Simulators ==&lt;br /&gt;
&lt;br /&gt;
* UDP+TCP/9000 - Default First Simulator &lt;br /&gt;
* UDP+TCP/9001 - Default Second Simulator &lt;br /&gt;
etc.&lt;br /&gt;
&lt;br /&gt;
==Issues with NAT and Port Forwarding ==&lt;br /&gt;
&lt;br /&gt;
If your host does not have a public IP address (eg it is hidden behind a home router) you will have issues hosting grid and region servers if you plan on connecting clients to it on both sides of the router, however this can be worked around through very careful application of port forwarding and use of DNS host files. Please note this is not guarunteed to work (and is most likely to fail), it is highly recommended to have a internet accessible public static IP for the server which is hosting the regions.&lt;br /&gt;
&lt;br /&gt;
Method: &lt;br /&gt;
* Set the simulator listening IP address to your public facing IP address (that of the router concerned) &lt;br /&gt;
* Port forward the above ports through to the simulator on both UDP and TCP. &lt;br /&gt;
* Use an “ExternalAddress” of “somesimulator.somedomain.com” where you control the DNS for somedomain.com and can enter a “A Record” for ‘somesimulator.’ to your routers IP address. &lt;br /&gt;
* Create a “hosts” file (on windows this is C:\Windows\System32\Drivers\etc\hosts) entry for somesimulator.somedomain.com to your local LAN address for the simulator.&lt;/div&gt;</summary>
		<author><name>Idoru</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/OpenSim:_Network_settings</id>
		<title>OpenSim: Network settings</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/OpenSim:_Network_settings"/>
				<updated>2007-08-04T14:09:56Z</updated>
		
		<summary type="html">&lt;p&gt;Idoru: http://www.opensimulator.org/info/story/ports_and_network_configuration/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Network settings ==&lt;br /&gt;
&lt;br /&gt;
OpenSim/Grid can be pretty tricky when it comes to setting it up on a private network this document covers what OpenSim needs in terms of network resources.&lt;br /&gt;
&lt;br /&gt;
== Ports used by OpenSim ==&lt;br /&gt;
&lt;br /&gt;
* OGS1 Grid Modes - Standard Port List &lt;br /&gt;
* TCP/8000 - Reserved &lt;br /&gt;
* TCP/8001 - Grid Server &lt;br /&gt;
* TCP/8002 - User Server and Login Services &lt;br /&gt;
* TCP/8003 - Asset Services &lt;br /&gt;
* TCP/8004 - Reserved (Inventory Services) &lt;br /&gt;
* TCP/8005 - Reserved (Dispatch Services)&lt;br /&gt;
&lt;br /&gt;
== Simulators ==&lt;br /&gt;
&lt;br /&gt;
* UDP+TCP/9000 - Default First Simulator &lt;br /&gt;
* UDP+TCP/9001 - Default Second Simulator &lt;br /&gt;
etc.&lt;br /&gt;
&lt;br /&gt;
==Issues with NAT and Port Forwarding ==&lt;br /&gt;
&lt;br /&gt;
If your host does not have a public IP address (eg it is hidden behind a home router) you will have issues hosting grid and region servers if you plan on connecting clients to it on both sides of the router, however this can be worked around through very careful application of port forwarding and use of DNS host files. Please note this is not guarunteed to work (and is most likely to fail), it is highly recommended to have a internet accessible public static IP for the server which is hosting the regions.&lt;br /&gt;
&lt;br /&gt;
Method: &lt;br /&gt;
* Set the simulator listening IP address to your public facing IP address (that of the router concerned) &lt;br /&gt;
* Port forward the above ports through to the simulator on both UDP and TCP. &lt;br /&gt;
* Use an “ExternalAddress” of “somesimulator.somedomain.com” where you control the DNS for somedomain.com and can enter a “A Record” for ‘somesimulator.’ to your routers IP address. &lt;br /&gt;
* Create a “hosts” file (on windows this is C:\Windows\System32\Drivers\etc\hosts) entry for somesimulator.somedomain.com to your local LAN address for the simulator.&lt;/div&gt;</summary>
		<author><name>Idoru</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/Main_Page</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Main_Page"/>
				<updated>2007-08-04T14:08:16Z</updated>
		
		<summary type="html">&lt;p&gt;Idoru: network settings link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello,&lt;br /&gt;
&lt;br /&gt;
You may have noticed that this wiki is looking a bit sparse. It wasn't always this way, because you see, we have experienced what they call in the Industry, &amp;quot;Total Data Annihilation.&amp;quot; It's not pretty, but them's the facts. &lt;br /&gt;
&lt;br /&gt;
Do not despair, there is yet hope!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Steve Austin, astronaut. A man barely alive. Gentlemen, we can rebuild him. We have the technology. We have the capability to build the world's first bionic man. Steve Austin will be that man. Better than he was before. Better, stronger, faster.&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;mdash; Oscar Goldman, ''The Six Million Dollar Man''&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
* [[OpenSim]]&lt;br /&gt;
** [[OpenSim: FAQ]]&lt;br /&gt;
** [[OpenSim: Install]]&lt;br /&gt;
** [[OpenSim: Configuration]]&lt;br /&gt;
** [[OpenSim: Network settings]]&lt;br /&gt;
** [[OpenSim: Running]]&lt;br /&gt;
** [[OpenSim: Testing]]&lt;br /&gt;
** [[OpenSim: Grids]]&lt;br /&gt;
&lt;br /&gt;
The official website for OpenSim can be found at [http://www.opensimulator.org/ www.opensimulator.org]&lt;br /&gt;
&lt;br /&gt;
You can browse the source code for opensim at [http://openmetaverse.org/svn/index.cgi/opensim/ OpenSim SVN browser]&lt;br /&gt;
&lt;br /&gt;
Report bugs at the [http://bug.opensecondlife.org/ Mantis opensim bug tracker]&lt;/div&gt;</summary>
		<author><name>Idoru</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/OpenSim:_Connecting</id>
		<title>OpenSim: Connecting</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/OpenSim:_Connecting"/>
				<updated>2007-08-04T13:30:19Z</updated>
		
		<summary type="html">&lt;p&gt;Idoru: connecting a client&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Supported Clients ==&lt;br /&gt;
&lt;br /&gt;
Any Second Life compatible client should be supported.&lt;br /&gt;
&lt;br /&gt;
== Connecting using the Linden Labs Second Life client ==&lt;br /&gt;
&lt;br /&gt;
Use the -loginuri switch with the location of your sim or user server. Some examples:&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://localhost:9000/&lt;br /&gt;
 SecondLife.exe -loginuri http://user.deepgrid.com:8002/&lt;br /&gt;
 SecondLife.exe -loginuri http://osgrid.org:8002/&lt;br /&gt;
&lt;br /&gt;
=== Mac ===&lt;br /&gt;
&lt;br /&gt;
 /Applications/Second\ Life.app/Contents/MacOS/Second\ Life -loginuri http://localhost:9000/&lt;br /&gt;
 /Applications/Second\ Life.app/Contents/MacOS/Second\ Life -loginuri http://user.deepgrid.com:8002/&lt;br /&gt;
 /Applications/Second\ Life.app/Contents/MacOS/Second\ Life -loginuri http://osgrid.org:8002/&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
 secondlife -loginuri http://localhost:9000/ &lt;br /&gt;
 secondlife -loginuri http://user.deepgrid.com:8002/&lt;br /&gt;
 secondlife -loginuri http://osgrid.org:8002/&lt;/div&gt;</summary>
		<author><name>Idoru</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/FAQ</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/FAQ"/>
				<updated>2007-08-04T13:09:07Z</updated>
		
		<summary type="html">&lt;p&gt;Idoru: tidy and added new FAQs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Frequently asked questions =&lt;br /&gt;
&lt;br /&gt;
== I cannot start my sim ==&lt;br /&gt;
&lt;br /&gt;
* See [[OpenSim: Running]].&lt;br /&gt;
&lt;br /&gt;
== I start the sim and it doesn't connect ==&lt;br /&gt;
&lt;br /&gt;
When OpenSim is first started, it needs configuration.&lt;br /&gt;
&lt;br /&gt;
It will print some text and wait for input - either an enter to accept a default value, or another value you can supply.&lt;br /&gt;
&lt;br /&gt;
* See [[OpenSim: Configuration]].&lt;br /&gt;
&lt;br /&gt;
== I cannot connect to my OpenSim ==&lt;br /&gt;
&lt;br /&gt;
* See [[OpenSim: Connecting]].&lt;br /&gt;
&lt;br /&gt;
== I connect but cannot move ==&lt;br /&gt;
&lt;br /&gt;
If the client connects but the avatar can only spin in place and not move, then the sim is not correctly configured. It completed the initial login function, but packets are not being exchanged between the client and the sim, probably due to a network configuration error on the sim.&lt;br /&gt;
&lt;br /&gt;
* See [[OpenSim: Configuration]].&lt;br /&gt;
&lt;br /&gt;
== Can I teleport from the Linden Lab Second Life grid to my Sim? ==&lt;br /&gt;
&lt;br /&gt;
No, OpenSim islands cannot connect to the Linden Lab grid.&lt;/div&gt;</summary>
		<author><name>Idoru</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/OpenSim:_FAQ</id>
		<title>OpenSim: FAQ</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/OpenSim:_FAQ"/>
				<updated>2007-08-04T13:09:07Z</updated>
		
		<summary type="html">&lt;p&gt;Idoru: tidy and added new FAQs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Frequently asked questions =&lt;br /&gt;
&lt;br /&gt;
== I cannot start my sim ==&lt;br /&gt;
&lt;br /&gt;
* See [[OpenSim: Running]].&lt;br /&gt;
&lt;br /&gt;
== I start the sim and it doesn't connect ==&lt;br /&gt;
&lt;br /&gt;
When OpenSim is first started, it needs configuration.&lt;br /&gt;
&lt;br /&gt;
It will print some text and wait for input - either an enter to accept a default value, or another value you can supply.&lt;br /&gt;
&lt;br /&gt;
* See [[OpenSim: Configuration]].&lt;br /&gt;
&lt;br /&gt;
== I cannot connect to my OpenSim ==&lt;br /&gt;
&lt;br /&gt;
* See [[OpenSim: Connecting]].&lt;br /&gt;
&lt;br /&gt;
== I connect but cannot move ==&lt;br /&gt;
&lt;br /&gt;
If the client connects but the avatar can only spin in place and not move, then the sim is not correctly configured. It completed the initial login function, but packets are not being exchanged between the client and the sim, probably due to a network configuration error on the sim.&lt;br /&gt;
&lt;br /&gt;
* See [[OpenSim: Configuration]].&lt;br /&gt;
&lt;br /&gt;
== Can I teleport from the Linden Lab Second Life grid to my Sim? ==&lt;br /&gt;
&lt;br /&gt;
No, OpenSim islands cannot connect to the Linden Lab grid.&lt;/div&gt;</summary>
		<author><name>Idoru</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/OpenSim:_Running</id>
		<title>OpenSim: Running</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/OpenSim:_Running"/>
				<updated>2007-08-04T12:05:30Z</updated>
		
		<summary type="html">&lt;p&gt;Idoru: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are three ways to run OpenSim&lt;br /&gt;
&lt;br /&gt;
== StandAlone ==&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://127.0.0.1:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://localhost:9000 &lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://ipAddrOfYourSystem:9000&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://127.0.0.1:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://localhost:9000&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://ipAddrOfYourSystem:9000&lt;br /&gt;
&lt;br /&gt;
== Local Grid ==&lt;br /&gt;
&lt;br /&gt;
Start the UGAS services - UGAS means User, Grid, Asset &amp;amp; Sim, in that order.&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 OpenSim.Grid.UserServer.exe&lt;br /&gt;
 OpenSim.Grid.GridServer.exe&lt;br /&gt;
 OpenSim.Grid.AssetServer.exe&lt;br /&gt;
 OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
 &lt;br /&gt;
 SecondLife.exe -loginuri http://ipAddr:8002&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.Grid.UserServer.exe&lt;br /&gt;
 mono OpenSim.Grid.GridServer.exe&lt;br /&gt;
 mono OpenSim.Grid.AssetServer.exe&lt;br /&gt;
 mono OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
Connect using the Second Life client:&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://ipAddr:8002&lt;br /&gt;
&lt;br /&gt;
== Public Grid (www.deepgrid.com, www.osgrid.org, or others) ==&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 OpenSim.exe -gridmode&lt;br /&gt;
&lt;br /&gt;
 SecondLife.exe -loginuri http://user.deepgrid.com:8002  (for deepgrid)&lt;br /&gt;
 SecondLife.exe -loginuri http://osgrid.org:8002         (for osgrid)&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.exe -gridmode&lt;br /&gt;
&lt;br /&gt;
 ./secondlife -loginuri http://user.deepgrid.com:8002  (for deepgrid)&lt;br /&gt;
 ./secondlife -loginuri http://osgrid.org:8002         (for osgrid)&lt;br /&gt;
&lt;br /&gt;
In all cases, start up the client with a -loginuri argument to connect to the sim.&lt;/div&gt;</summary>
		<author><name>Idoru</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/OpenSim:_Grids</id>
		<title>OpenSim: Grids</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/OpenSim:_Grids"/>
				<updated>2007-08-03T23:26:48Z</updated>
		
		<summary type="html">&lt;p&gt;Idoru: added public grids&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Public Grids =&lt;br /&gt;
&lt;br /&gt;
* OSGrid&lt;br /&gt;
** [http://www.osgrid.org/ osgrid.org]&lt;br /&gt;
* DeepGrid&lt;br /&gt;
** [http://www.deepgrid.com/ deepgrid.com]&lt;/div&gt;</summary>
		<author><name>Idoru</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/OpenSim:_Running</id>
		<title>OpenSim: Running</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/OpenSim:_Running"/>
				<updated>2007-08-03T23:17:34Z</updated>
		
		<summary type="html">&lt;p&gt;Idoru: mono instructions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Using Mono ==&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.exe&lt;/div&gt;</summary>
		<author><name>Idoru</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/Build_Instructions</id>
		<title>Build Instructions</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Build_Instructions"/>
				<updated>2007-08-03T23:16:19Z</updated>
		
		<summary type="html">&lt;p&gt;Idoru: svn checkout, mono build and run instructions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Installing from source=&lt;br /&gt;
&lt;br /&gt;
==MS Windows==&lt;br /&gt;
&lt;br /&gt;
==Linux==&lt;br /&gt;
&lt;br /&gt;
=== Subversion Repository ===&lt;br /&gt;
&lt;br /&gt;
To check out the latest revision:&lt;br /&gt;
&lt;br /&gt;
 svn co svn://opensecondlife.org/opensim/trunk opensim.new/trunk&lt;br /&gt;
&lt;br /&gt;
=== Building (Mono) ===&lt;br /&gt;
&lt;br /&gt;
 cd opensim.new/trunk&lt;br /&gt;
 mono bin/Prebuild.exe /target nant&lt;br /&gt;
 nant -buildfile:OpenSim.build&lt;br /&gt;
&lt;br /&gt;
=== Running (Mono) ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
=Binary releases=&lt;/div&gt;</summary>
		<author><name>Idoru</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/OpenSim:_Install</id>
		<title>OpenSim: Install</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/OpenSim:_Install"/>
				<updated>2007-08-03T23:16:19Z</updated>
		
		<summary type="html">&lt;p&gt;Idoru: svn checkout, mono build and run instructions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Installing from source=&lt;br /&gt;
&lt;br /&gt;
==MS Windows==&lt;br /&gt;
&lt;br /&gt;
==Linux==&lt;br /&gt;
&lt;br /&gt;
=== Subversion Repository ===&lt;br /&gt;
&lt;br /&gt;
To check out the latest revision:&lt;br /&gt;
&lt;br /&gt;
 svn co svn://opensecondlife.org/opensim/trunk opensim.new/trunk&lt;br /&gt;
&lt;br /&gt;
=== Building (Mono) ===&lt;br /&gt;
&lt;br /&gt;
 cd opensim.new/trunk&lt;br /&gt;
 mono bin/Prebuild.exe /target nant&lt;br /&gt;
 nant -buildfile:OpenSim.build&lt;br /&gt;
&lt;br /&gt;
=== Running (Mono) ===&lt;br /&gt;
&lt;br /&gt;
 cd bin&lt;br /&gt;
 mono OpenSim.exe&lt;br /&gt;
&lt;br /&gt;
=Binary releases=&lt;/div&gt;</summary>
		<author><name>Idoru</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/Testing</id>
		<title>Testing</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Testing"/>
				<updated>2007-08-03T23:09:16Z</updated>
		
		<summary type="html">&lt;p&gt;Idoru: short test list from ckrinke, added future test targets&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Short Test List: &lt;br /&gt;
&lt;br /&gt;
* Basic&lt;br /&gt;
** login&lt;br /&gt;
** logout&lt;br /&gt;
&lt;br /&gt;
* Avatar&lt;br /&gt;
** walk&lt;br /&gt;
** fly&lt;br /&gt;
** hover&lt;br /&gt;
** teleport within region&lt;br /&gt;
&lt;br /&gt;
* Building&lt;br /&gt;
** create prim&lt;br /&gt;
** change prim type&lt;br /&gt;
** change all properties for all type&lt;br /&gt;
*** expand this later&lt;br /&gt;
** resize&lt;br /&gt;
** change transparency&lt;br /&gt;
** change colour&lt;br /&gt;
** change texture&lt;br /&gt;
** link multiple&lt;br /&gt;
** create copy&lt;br /&gt;
** permissions&lt;br /&gt;
&lt;br /&gt;
* Terraforming&lt;br /&gt;
** raise&lt;br /&gt;
** lower&lt;br /&gt;
** flatten&lt;br /&gt;
&lt;br /&gt;
* Land&lt;br /&gt;
** subdivide&lt;br /&gt;
** join&lt;br /&gt;
** offer for sale&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
To test when we the functionality is added:&lt;br /&gt;
&lt;br /&gt;
* Avatar&lt;br /&gt;
** teleport to another region&lt;br /&gt;
** animation&lt;br /&gt;
** play sounds&lt;br /&gt;
&lt;br /&gt;
* UI&lt;br /&gt;
** friends list&lt;br /&gt;
** uploads&lt;br /&gt;
** edit profile&lt;br /&gt;
** search&lt;br /&gt;
** full map&lt;br /&gt;
** money&lt;br /&gt;
** HUD attachments&lt;br /&gt;
&lt;br /&gt;
* Friends&lt;br /&gt;
** add&lt;br /&gt;
** remove&lt;br /&gt;
** permissions&lt;br /&gt;
*** mapping&lt;br /&gt;
*** online visibility&lt;br /&gt;
*** can edit my objects&lt;br /&gt;
&lt;br /&gt;
* Groups&lt;br /&gt;
** create&lt;br /&gt;
** join&lt;br /&gt;
** description&lt;br /&gt;
** graphic&lt;br /&gt;
** notices&lt;br /&gt;
** vote&lt;br /&gt;
** invite person&lt;br /&gt;
** remove person&lt;br /&gt;
** member list&lt;br /&gt;
** group list&lt;br /&gt;
** publish&lt;br /&gt;
** set title&lt;br /&gt;
** change active title&lt;br /&gt;
** enrollment fee&lt;br /&gt;
** open enrollment&lt;br /&gt;
** set mature flag&lt;br /&gt;
** group land&lt;br /&gt;
&lt;br /&gt;
** Group Roles&lt;br /&gt;
*** create&lt;br /&gt;
*** edit&lt;br /&gt;
*** remove&lt;br /&gt;
*** add person&lt;br /&gt;
*** remove person&lt;br /&gt;
*** abilities&lt;br /&gt;
&lt;br /&gt;
* Chat / IM&lt;br /&gt;
** local chat&lt;br /&gt;
** chat at distance&lt;br /&gt;
** send / receive IM&lt;br /&gt;
** offline IM&lt;br /&gt;
** group IM&lt;br /&gt;
** multiple friend IM&lt;br /&gt;
** participant list&lt;br /&gt;
** voice (?)&lt;br /&gt;
&lt;br /&gt;
* Physics&lt;br /&gt;
** sit on object&lt;br /&gt;
** walk on object&lt;br /&gt;
** bump into object&lt;br /&gt;
** fall on object&lt;br /&gt;
** collisions&lt;br /&gt;
** lot of other things, i'm sure ;)&lt;br /&gt;
&lt;br /&gt;
* Scripting&lt;br /&gt;
** test all LSL functions&lt;br /&gt;
** expand this&lt;br /&gt;
&lt;br /&gt;
* Inventory&lt;br /&gt;
** expand this&lt;/div&gt;</summary>
		<author><name>Idoru</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/OpenSim:_Testing</id>
		<title>OpenSim: Testing</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/OpenSim:_Testing"/>
				<updated>2007-08-03T23:09:16Z</updated>
		
		<summary type="html">&lt;p&gt;Idoru: short test list from ckrinke, added future test targets&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Short Test List: &lt;br /&gt;
&lt;br /&gt;
* Basic&lt;br /&gt;
** login&lt;br /&gt;
** logout&lt;br /&gt;
&lt;br /&gt;
* Avatar&lt;br /&gt;
** walk&lt;br /&gt;
** fly&lt;br /&gt;
** hover&lt;br /&gt;
** teleport within region&lt;br /&gt;
&lt;br /&gt;
* Building&lt;br /&gt;
** create prim&lt;br /&gt;
** change prim type&lt;br /&gt;
** change all properties for all type&lt;br /&gt;
*** expand this later&lt;br /&gt;
** resize&lt;br /&gt;
** change transparency&lt;br /&gt;
** change colour&lt;br /&gt;
** change texture&lt;br /&gt;
** link multiple&lt;br /&gt;
** create copy&lt;br /&gt;
** permissions&lt;br /&gt;
&lt;br /&gt;
* Terraforming&lt;br /&gt;
** raise&lt;br /&gt;
** lower&lt;br /&gt;
** flatten&lt;br /&gt;
&lt;br /&gt;
* Land&lt;br /&gt;
** subdivide&lt;br /&gt;
** join&lt;br /&gt;
** offer for sale&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
To test when we the functionality is added:&lt;br /&gt;
&lt;br /&gt;
* Avatar&lt;br /&gt;
** teleport to another region&lt;br /&gt;
** animation&lt;br /&gt;
** play sounds&lt;br /&gt;
&lt;br /&gt;
* UI&lt;br /&gt;
** friends list&lt;br /&gt;
** uploads&lt;br /&gt;
** edit profile&lt;br /&gt;
** search&lt;br /&gt;
** full map&lt;br /&gt;
** money&lt;br /&gt;
** HUD attachments&lt;br /&gt;
&lt;br /&gt;
* Friends&lt;br /&gt;
** add&lt;br /&gt;
** remove&lt;br /&gt;
** permissions&lt;br /&gt;
*** mapping&lt;br /&gt;
*** online visibility&lt;br /&gt;
*** can edit my objects&lt;br /&gt;
&lt;br /&gt;
* Groups&lt;br /&gt;
** create&lt;br /&gt;
** join&lt;br /&gt;
** description&lt;br /&gt;
** graphic&lt;br /&gt;
** notices&lt;br /&gt;
** vote&lt;br /&gt;
** invite person&lt;br /&gt;
** remove person&lt;br /&gt;
** member list&lt;br /&gt;
** group list&lt;br /&gt;
** publish&lt;br /&gt;
** set title&lt;br /&gt;
** change active title&lt;br /&gt;
** enrollment fee&lt;br /&gt;
** open enrollment&lt;br /&gt;
** set mature flag&lt;br /&gt;
** group land&lt;br /&gt;
&lt;br /&gt;
** Group Roles&lt;br /&gt;
*** create&lt;br /&gt;
*** edit&lt;br /&gt;
*** remove&lt;br /&gt;
*** add person&lt;br /&gt;
*** remove person&lt;br /&gt;
*** abilities&lt;br /&gt;
&lt;br /&gt;
* Chat / IM&lt;br /&gt;
** local chat&lt;br /&gt;
** chat at distance&lt;br /&gt;
** send / receive IM&lt;br /&gt;
** offline IM&lt;br /&gt;
** group IM&lt;br /&gt;
** multiple friend IM&lt;br /&gt;
** participant list&lt;br /&gt;
** voice (?)&lt;br /&gt;
&lt;br /&gt;
* Physics&lt;br /&gt;
** sit on object&lt;br /&gt;
** walk on object&lt;br /&gt;
** bump into object&lt;br /&gt;
** fall on object&lt;br /&gt;
** collisions&lt;br /&gt;
** lot of other things, i'm sure ;)&lt;br /&gt;
&lt;br /&gt;
* Scripting&lt;br /&gt;
** test all LSL functions&lt;br /&gt;
** expand this&lt;br /&gt;
&lt;br /&gt;
* Inventory&lt;br /&gt;
** expand this&lt;/div&gt;</summary>
		<author><name>Idoru</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/Main_Page</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Main_Page"/>
				<updated>2007-08-03T22:33:15Z</updated>
		
		<summary type="html">&lt;p&gt;Idoru: Added some OpenSim links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello,&lt;br /&gt;
&lt;br /&gt;
You may have noticed that this wiki is looking a bit sparse. It wasn't always this way, because you see, we have experienced what they call in the Industry, &amp;quot;Total Data Annihilation.&amp;quot; It's not pretty, but them's the facts. &lt;br /&gt;
&lt;br /&gt;
Do not despair, there is yet hope!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Steve Austin, astronaut. A man barely alive. Gentlemen, we can rebuild him. We have the technology. We have the capability to build the world's first bionic man. Steve Austin will be that man. Better than he was before. Better, stronger, faster.&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;mdash; Oscar Goldman, ''The Six Million Dollar Man''&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
* [[OpenSim]]&lt;br /&gt;
** [[OpenSim: FAQ]]&lt;br /&gt;
** [[OpenSim: Install]]&lt;br /&gt;
** [[OpenSim: Configuration]]&lt;br /&gt;
** [[OpenSim: Running]]&lt;br /&gt;
** [[OpenSim: Testing]]&lt;br /&gt;
** [[OpenSim: Grids]]&lt;/div&gt;</summary>
		<author><name>Idoru</name></author>	</entry>

	</feed>