<?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=Jpirkola</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=Jpirkola"/>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Special:Contributions/Jpirkola"/>
		<updated>2026-05-06T09:27:26Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.9</generator>

	<entry>
		<id>http://opensimulator.org/wiki/OpenSim_Archives</id>
		<title>OpenSim Archives</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/OpenSim_Archives"/>
				<updated>2009-11-26T07:33:21Z</updated>
		
		<summary type="html">&lt;p&gt;Jpirkola: /* See Also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Quicklinks}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Technical Reference | Technical Reference]] -&amp;gt; [[Technical Reference/terms | Terms]] -&amp;gt; [[OAR_Format | OAR Format]] -&amp;gt; [[OpenSim_Archives | How do I use the OAR Function?]]&lt;br /&gt;
&lt;br /&gt;
=How do I use the OpenSim Archive Function?=&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
The OpenSim Archive (OAR) function has existed since OpenSim 0.5.9.  Basically, it does a similar job to load-xml2/save-xml2 in that it saves prims so that they can be later reloaded.  However, OpenSim archives (OAR) go a step further in that they can save all the necessary asset data so that you may fully restore the terrain, the textures of objects and their inventories when loaded onto a completely different system using a different asset database.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&lt;br /&gt;
From the region console, one can type&lt;br /&gt;
&lt;br /&gt;
 save oar [&amp;lt;filename&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
to save an OpenSim archive.  If no filename is given, then the name region.oar is used in the current directory&lt;br /&gt;
&lt;br /&gt;
To load an archive, type&lt;br /&gt;
&lt;br /&gt;
 load oar [--merge] [&amp;lt;filename&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
at the console.  If no filename is given, then the server looks for a file called region.oar in the current directory.&lt;br /&gt;
&lt;br /&gt;
By default, loading an archive will delete all the existing objects in the regions and replace them with the archive contents.  It's like being in the Matrix (when they swap environments), except much slower (all the scene objects are slowly deleted before the new environment is loaded :-)&lt;br /&gt;
&lt;br /&gt;
If the --merge option is specified, then the oar will be merged with the existing region objects rather than replace them.  The existing terrain, region settings and parcels will be left in place.&lt;br /&gt;
&lt;br /&gt;
When an archive is loaded, owners will be restored if the relevant uuids can be found in the OpenSim installation's user database.  Otherwise, prim ownership will default to the master avatar for the region.&lt;br /&gt;
&lt;br /&gt;
I recommend that you use filenames with the extension '''.oar'''.  The filename extension of the download links on this page is '''.tar.gz''' which illustrates that the '''.oar''' format is actually a zipped tar file.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
[http://www.secondlifelab.it/downloads/cyberlandia.tar.gz cyberlandia.tar.gz] - cyberlandia landscape designed by the architect Simone Riccardi aka turboy. Contemporary architecture surrounded with a natural/synthetic context [http://www.flickr.com/photos/8905571@N05/3182585775/ image_1] [http://www.flickr.com/photos/8905571@N05/3171070049/ image_2] (work under [http://creativecommons.org/licenses/by/3.0/us/ Creative Commons by attribution]).&lt;br /&gt;
&lt;br /&gt;
'''Defunct--does anyone have a backup?''' [http://www.lordfly.com/nuathens.zip nuathens.zip]- A four region combo called the Nu Athens neighborhood. [http://www.sluniverse.com/php/vb/project-development/16014-nu-athens-interactive-story-opensim-2.html#post501412 Info] (work under [http://creativecommons.org/licenses/by/3.0/us/ Creative Commons by attribution]&lt;br /&gt;
&lt;br /&gt;
I have them on my server here: http://techwizworld.net/Opensim/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===OAR file from &amp;quot;Lusitania Tester&amp;quot; for all===&lt;br /&gt;
[http://www.worldsimterra.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=163&amp;amp;Itemid=100263 OAR-File.tar.gz]- Every week (on Sunday after 21:00 UTC) a OAR file from &amp;quot;Lusitania Tester&amp;quot; of WorldSimTerra-Grid is available for use of building and rezz of different avatars. All the avatars of all the grids are invited to place their free buildings and rezz to share with the OpenSim community. To get the OAR file, the member of the OpenSim community will make the registration on the site, after logging in, the downloads are available on the &amp;quot;Avatar Toolbox&amp;quot; tab (this tab is only available after you login to the site)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please feel free to place links to other environments here, though unfortunately you'll have to host them on some other site.&lt;br /&gt;
&lt;br /&gt;
Do not forget to also check out this page [http://www.opensimworlds.com/index.php?part=worlds http://www.opensimworlds.com/index.php?part=worlds]&lt;br /&gt;
&lt;br /&gt;
==Further Information==&lt;br /&gt;
&lt;br /&gt;
* [http://justincc.org/blog/2008/10/10/opensim-tech-basics-oars-opensim-region-archives http://justincc.org/blog/2008/10/10/opensim-tech-basics-oars-opensim-region-archives] - an overview of OAR and its file format.&lt;br /&gt;
* [http://justincc.org/blog/2009/05/01/a-little-bit-more-on-oar http://justincc.org/blog/2009/05/01/a-little-bit-more-on-oar] - some more background information on OAR and possible future directions.&lt;br /&gt;
&lt;br /&gt;
==Use cases==&lt;br /&gt;
&lt;br /&gt;
Possible current uses are&lt;br /&gt;
&lt;br /&gt;
1.  To migrate data from an SQLite region database to one based on MySQL&lt;br /&gt;
&lt;br /&gt;
2.  To distribute entire regions to other people.&lt;br /&gt;
&lt;br /&gt;
==Current limitations==&lt;br /&gt;
&lt;br /&gt;
* Parcel information is not currently saved.  This will be addressed in the future.&lt;br /&gt;
* Performance is not very good, especially with large archives.  This will be addressed in the future&lt;br /&gt;
&lt;br /&gt;
==File Formats==&lt;br /&gt;
&lt;br /&gt;
[[OAR Format|OAR File Formats]]&lt;br /&gt;
&lt;br /&gt;
==FAQ==&lt;br /&gt;
&lt;br /&gt;
1.  What is this .tar.gz format you are using for the internal OAR format?  Why not zip?&lt;br /&gt;
&lt;br /&gt;
.tar.gz is a standard unix way of zipping up files into a single larger compressed file for distribution.  Windows users should be able to open these files using freeware programs such as [http://www.7-zip.org/ 7-zip].  &lt;br /&gt;
&lt;br /&gt;
I'm using .tar.gz because all the zip (and tar) libraries for .net are licensed either under the GPL (with exception) or under the MSPL.  Unfortunately, not all members of the OpenSim development team are comfortable with the MSPL, so these libaries are not currently an option.  It is also significantly easier to write code to create and read tar archives than zip archives.&lt;br /&gt;
&lt;br /&gt;
Also, if you're only ever loading and saving oars (rather than pulling them apart and putting them back together), then you don't need to worry about the internal format at all :)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2.  Can you load and save multiple regions to an archive?&lt;br /&gt;
&lt;br /&gt;
Not yet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3.  Can you load and save parts of a region to an archive?&lt;br /&gt;
&lt;br /&gt;
Not yet.&lt;br /&gt;
&lt;br /&gt;
==Bugs==&lt;br /&gt;
&lt;br /&gt;
* Due to a possible bug in the Mono 1.2.4 libraries, this feature may cause a debug dump when used (the problem appears to be in writing out a compressed stream).  Mono 1.2.6 is okay.  Since Mono 1.2.4 is fairly old now, this bug will not be addressed.&lt;br /&gt;
&lt;br /&gt;
==Current Status==&lt;br /&gt;
&lt;br /&gt;
Operational.  Bug reports are appreciated [[User:Justincc|Justincc]] 14:53, 14 September 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Though we will strive to maintain compatibilty for old archives with newer OpenSimulator versions, please don't rely on these archives as the only backup for regions.&lt;br /&gt;
&lt;br /&gt;
= See Also =&lt;br /&gt;
&lt;br /&gt;
* [[Status|Main Status Page]]&lt;br /&gt;
* [[Technical_Reference|Technical Reference Page]]&lt;br /&gt;
* [[OAR_Format| What is OAR Format?]]&lt;br /&gt;
* [[OpenSim_Archives|How to use OpenSim Archives (OAR)]]&lt;br /&gt;
* [[OAR Format 0.1 | OAR Format 0.1]]&lt;br /&gt;
* [[OAR Format 0.2 | OAR Format 0.2]]&lt;br /&gt;
* [http://www.rexxed.com/category/sim/ Free oar files from rexxed.com]&lt;br /&gt;
&lt;br /&gt;
[[Category:Users]]&lt;br /&gt;
[[Category:Support]]&lt;br /&gt;
[[Category:Tech Reference]] &lt;br /&gt;
[[Category:Help]]&lt;br /&gt;
[[Category:Configuration]]&lt;br /&gt;
[[Category:Getting_Started]]&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Jpirkola</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/News</id>
		<title>News</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/News"/>
				<updated>2009-06-15T20:02:52Z</updated>
		
		<summary type="html">&lt;p&gt;Jpirkola: /* Blogs */ added Maxping.org&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Quicklinks}}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
==Project News==&lt;br /&gt;
===May 2009===&lt;br /&gt;
Starting in r9562 OpenSim has a set of new configuration variables that specify how services and service connectors are set up. &lt;br /&gt;
&lt;br /&gt;
Please reference the [[Services_and_Service_Connectors_Configuration | Services and Service Connectors Configuration]] page for more information.&lt;br /&gt;
&lt;br /&gt;
===April 2009===&lt;br /&gt;
* There is a current proposal to drop Visual Studio 2005 support in OpenSim by end of May. Visual Studio 2008 will still be supported. If you have strong opinions on the matter, use the [[Mailing_Lists|mailing lists]] to make your voice heard.&lt;br /&gt;
&lt;br /&gt;
* We are experimenting with a feature suggestion tracker, visit [http://www.opensimulator.org/features/ opensimulator.org/features] to suggest new feature ideas.&lt;br /&gt;
&lt;br /&gt;
==Press==&lt;br /&gt;
===September 2008===&lt;br /&gt;
*[http://www-03.ibm.com/press/us/en/pressrelease/25038.wss 03 Sep 2008 - Made in IBM Labs: IBM Moves Real-Time Communication and Collaboration Into 3-D (integrated with OpenSim)]&lt;br /&gt;
===February 2008===&lt;br /&gt;
* [http://www-03.ibm.com/press/us/en/pressrelease/23565.wss 21st Feb 2008 - Made in IBM Labs: IBM 3-D Data Centers Show Virtual Worlds Fit for Business]&lt;br /&gt;
* [http://www.realxtend.org/realxtend_opensim_release_15_02_2008.html 15th Feb 2008 - RealXtend joins OpenSim: Team up to make open source Virtual World standard]&lt;br /&gt;
* [http://www.ngigroup.com/jp/press/2008/02/001264.html 5th Feb 2008 - 3Di, Inc. Creates Voice Communication Function for Its Virtual World Application &amp;quot;Jin-sei&amp;quot;]&lt;br /&gt;
&amp;lt;cleanpage title=hide cats=hide /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==RSS Feeds==&lt;br /&gt;
&amp;lt;rss&amp;gt;http://planet.opensim.us/rss20.xml|max=5|short|filter=opensim&amp;lt;/rss&amp;gt;&lt;br /&gt;
&amp;lt;rss&amp;gt;http://feeds.technorati.com/search/opensim?language=en|max=5|short&amp;lt;/rss&amp;gt;&lt;br /&gt;
&amp;lt;rss&amp;gt;http://feeds.technorati.com/search/opensim?authority=n&amp;amp;language=pt|max=5|short&amp;lt;/rss&amp;gt;&lt;br /&gt;
&amp;lt;rss&amp;gt;http://feeds.technorati.com/search/opensim?authority=n&amp;amp;language=es|max=5|short&amp;lt;/rss&amp;gt;&lt;br /&gt;
&amp;lt;rss&amp;gt;http://feeds.technorati.com/search/opensim?authority=n&amp;amp;language=fr|max=5|short&amp;lt;/rss&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Blogs==&lt;br /&gt;
* [http://www.worldsimterra.com WorldSimTerra (Português, English, Español)]&lt;br /&gt;
* [http://www.adamfrisby.com/blog/2008/08/resources-for-running-your-own-opensim Adam's OpenSim resources blog post] - a list of resources for running OpenSim&lt;br /&gt;
* [http://rock-vacirca.blogspot.com Rock Vacirca's Blog] - lots of tutorials, not only on OpenSim, but on MySQL, Hippo, Second Inventory, etc&lt;br /&gt;
* [http://justincc.wordpress.com justincc's blog] - A blog with a weekly OpenSim development update and regular articles on various OpenSim topics.&lt;br /&gt;
* [http://lbsa71.net/category/opensim/ lbsa71.net] - tidbits from an OpenSim developer.&lt;br /&gt;
* [http://imohax.com Mo Hax] - posts and videos about OpenSim and Second Life from beginner perspective, focus on content previewing and educational use&lt;br /&gt;
* [http://www.metaverse3d.com/tag/opensim/ Metaverse3d] - French blog about metaverse and OpenSim.&lt;br /&gt;
* [http://www.subwereld.nl/ Subwereld] - A Dutch weblog about the OpenSimulator Project, the virtual world grids and OpenSim tools.&lt;br /&gt;
* [http://maxping.org/ Maxping] - A web magazine that writes about open source virtual worlds.&lt;/div&gt;</summary>
		<author><name>Jpirkola</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/Second_Birthday</id>
		<title>Second Birthday</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Second_Birthday"/>
				<updated>2009-01-29T12:25:21Z</updated>
		
		<summary type="html">&lt;p&gt;Jpirkola: /* Blog Entries */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:OpenSim_2nd_Birthday_Banner.png]]&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
The consensus is that OpenSim was 'born' on Jan 29 2007, when Darren Guard (MW) made his prototypical c# 3D world server publicly available. Help us celebrate this joyous occasion! Read [[History]] for some recap of the early days.&lt;br /&gt;
&lt;br /&gt;
== Activities ==&lt;br /&gt;
Here you can add your activity, sorted by starting time GMT. Please supply at least basic information (when it starts, ends, what happens and how to get there). Also, if the activity takes place in a public hypergrid location, feel free to add link-region information so that others can link to your region.&lt;br /&gt;
&lt;br /&gt;
Consider announcing your party on the opensim-users mailing list.&lt;br /&gt;
&lt;br /&gt;
=== Jan 28 2009 ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
!When? (GMT)&lt;br /&gt;
!When? (Local Time)&lt;br /&gt;
!Duration&lt;br /&gt;
!What?&lt;br /&gt;
!Where?&lt;br /&gt;
!How do I get there?&lt;br /&gt;
![[Hypergrid|link-region server and port]]&lt;br /&gt;
|-&lt;br /&gt;
|9:00pm&lt;br /&gt;
|1:00pm (PST)&lt;br /&gt;
|90 minutes&lt;br /&gt;
|Foolish Frost live from the Cornfield&lt;br /&gt;
|Rezzable Private Grid Alpha&lt;br /&gt;
|[http://rezzable.com/blog/vint-falken/opensim-2nd-birthday-celebration-foolish-frost-live-cornfield Instructions for existing &amp;amp; new accounts.]&lt;br /&gt;
|Non-hypergrid. (for now)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Jan 29 2009 ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
!When? (GMT)&lt;br /&gt;
!When? (Local Time)&lt;br /&gt;
!Duration&lt;br /&gt;
!What?&lt;br /&gt;
!Where?&lt;br /&gt;
!How do I get there?&lt;br /&gt;
![[Hypergrid|link-region server and port]]&lt;br /&gt;
|-&lt;br /&gt;
|9:00pm (GMT)&lt;br /&gt;
|10:00pm (Local Time)&lt;br /&gt;
|3 hours&lt;br /&gt;
|Presentation of Cyberlandia (Italian) grid, Welcome areas, outstanding building architecture tour and Dancing Party for everybody&lt;br /&gt;
|www.cyberlandia.net www.opensimita.org&lt;br /&gt;
| &amp;quot;Born To Learn&amp;quot; and &amp;quot;Cyberlandia&amp;quot; sims. At entry point will find agenda and landmark givers.&lt;br /&gt;
|[[Hypergrid|grid.cyberlandia.net:8002]]&lt;br /&gt;
|-&lt;br /&gt;
|20:00pm (GMT)&lt;br /&gt;
|21:00pm (Local Time)&lt;br /&gt;
|2+ hours&lt;br /&gt;
|Game over for SL - Dark musix party, lottery and more. switch to night before enterering.&lt;br /&gt;
|www.schwarze-welle.de www.osgrid.org&lt;br /&gt;
| SCHWARZE WELT and surounding regions in osgrid&lt;br /&gt;
|[[Hypergrid|87.230.89.74:9000]]&lt;br /&gt;
|-&lt;br /&gt;
|14:00pm   (GMT)&lt;br /&gt;
|6:00am (PST)&lt;br /&gt;
|1 hour&lt;br /&gt;
|Introduction to Building - learn to build in OpenSim&lt;br /&gt;
|http://reactiongrid.com&lt;br /&gt;
| ReactionGrid Welcome Sim will have all markers and directions to which sims for each of the events.&lt;br /&gt;
|[[Hypergrid|http://gsquared.info:8008]]&lt;br /&gt;
|-&lt;br /&gt;
|21:00pm   (GMT)&lt;br /&gt;
|13:00pm (PST)&lt;br /&gt;
|1 hour&lt;br /&gt;
|Introduction to Building - repeated for west coast and those who could not make it to the earlier class&lt;br /&gt;
|http://reactiongrid.com&lt;br /&gt;
| ReactionGrid Welcome Sim will have all markers and directions to which sims for each of the events.&lt;br /&gt;
|[[Hypergrid|http://gsquared.info:8008]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Jan 30 2009 ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
!When? (GMT)&lt;br /&gt;
!When? (Local Time)&lt;br /&gt;
!Duration&lt;br /&gt;
!What?&lt;br /&gt;
!Where?&lt;br /&gt;
!How do I get there?&lt;br /&gt;
![[Hypergrid|link-region server and port]]&lt;br /&gt;
|-&lt;br /&gt;
|21:00pm   (GMT)&lt;br /&gt;
|13:00pm (PST)&lt;br /&gt;
|1 hour&lt;br /&gt;
|Particle Madness - learn to make your own particle effects&lt;br /&gt;
|http://reactiongrid.com&lt;br /&gt;
| ReactionGrid Welcome Sim will have all markers and directions to which sims for each of the events.&lt;br /&gt;
|[[Hypergrid|http://gsquared.info:8008]]&lt;br /&gt;
|-&lt;br /&gt;
|22:00pm   (GMT)&lt;br /&gt;
|14:00pm (PST)&lt;br /&gt;
|1 hour&lt;br /&gt;
|1939 World's Fair weekly meeting, 22:00-23:00 UTC - anyone interested in learning more and possibly participating in the reconstruction project are more than welcome to come along! &lt;br /&gt;
|http://reactiongrid.com&lt;br /&gt;
| 39FairHQ sim &lt;br /&gt;
|[[Hypergrid|http://gsquared.info:8008]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Jan 31 2009 ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
!When? (GMT)&lt;br /&gt;
!When? (Local Time)&lt;br /&gt;
!Duration&lt;br /&gt;
!What?&lt;br /&gt;
!Where?&lt;br /&gt;
!How do I get there?&lt;br /&gt;
![[Hypergrid|link-region server and port]]&lt;br /&gt;
|-&lt;br /&gt;
|16:00pm   (GMT)&lt;br /&gt;
|8:00am (PST)&lt;br /&gt;
|1 hour&lt;br /&gt;
|Creating Prim Hair - learn to make your prim hair&lt;br /&gt;
|http://reactiongrid.com&lt;br /&gt;
| ReactionGrid Welcome Sim will have all markers and directions to which sims for each of the events.&lt;br /&gt;
|[[Hypergrid|http://gsquared.info:8008]]&lt;br /&gt;
|-&lt;br /&gt;
|22:00pm   (GMT)&lt;br /&gt;
|14:00pm (PST)&lt;br /&gt;
|til late night&lt;br /&gt;
|Mega Fright Night - public domain movies streamed to Reactiongrid - sit in an old time car (drive in style) or pop a squat on a tomato and pitch tomatoes at the screen and scream. A real fun time and we are planning to keep this running all night long - among movies you will see Gila Monster, House on Haunted Hill, and many more&lt;br /&gt;
|http://reactiongrid.com&lt;br /&gt;
| Tarzan sim - directions and more at Welcome sim entrance or just head to Tarzan sim and join in!&lt;br /&gt;
|[[Hypergrid|http://gsquared.info:8008]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Jan 31 - Feb 1 2009 ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
!When? (GMT)&lt;br /&gt;
!When? (Local Time)&lt;br /&gt;
!Duration&lt;br /&gt;
!What?&lt;br /&gt;
!Where?&lt;br /&gt;
!How do I get there?&lt;br /&gt;
![[Hypergrid|link-region server and port]]&lt;br /&gt;
|-&lt;br /&gt;
|24:&lt;br /&gt;
|24: &lt;br /&gt;
|48 hours&lt;br /&gt;
|sailing DJ's live-music hypergrid freebies&lt;br /&gt;
|[[OSGrid]]&lt;br /&gt;
|http://simzee.com/event.html&lt;br /&gt;
|OSGrid&lt;br /&gt;
|}&lt;br /&gt;
=== Feb 3 2009 ===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
!When? (GMT)&lt;br /&gt;
!When? (Local Time)&lt;br /&gt;
!Duration&lt;br /&gt;
!What?&lt;br /&gt;
!Where?&lt;br /&gt;
!How do I get there?&lt;br /&gt;
![[Hypergrid|link-region server and port]]&lt;br /&gt;
|-&lt;br /&gt;
|20:00pm   (GMT)&lt;br /&gt;
|12:00pm (PST)&lt;br /&gt;
|1 hour&lt;br /&gt;
|Photoshop CS3 for Textures&lt;br /&gt;
|http://reactiongrid.com&lt;br /&gt;
| ReactionGrid Welcome Sim will have all markers and directions to which sims for each of the events.&lt;br /&gt;
|[[Hypergrid|http://gsquared.info:8008]]&lt;br /&gt;
|-&lt;br /&gt;
|21:00pm   (GMT)&lt;br /&gt;
|13:00pm (PST)&lt;br /&gt;
|1 hour&lt;br /&gt;
|Avatar Clothing Tutorial&lt;br /&gt;
|http://reactiongrid.com&lt;br /&gt;
| ReactionGrid Welcome Sim will have all markers and directions to which sims for each of the events.&lt;br /&gt;
|[[Hypergrid|http://gsquared.info:8008]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Demos and Exhibits ==&lt;br /&gt;
Here you can add your ongoing demo and/or interesting content. Please supply a brief description of the demo and/or content. Also, if the activity takes place in a public hypergrid location, feel free to add link-region information so that others can link to your region.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
!Title&lt;br /&gt;
!Description&lt;br /&gt;
!Location&lt;br /&gt;
![[Hypergrid|link-region server and port]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Urban Planning modules&lt;br /&gt;
|Traffic and pedestrian simulations in the UCI Grid, provided by [http://encitra.com/ Encitra].&lt;br /&gt;
|UCI Grid. Go to Gateway 7000 and use the teleporter for UCI Campus (1,1).  Or link to it directly, using the info on the right.&lt;br /&gt;
|ucigrid01.nacs.uci.edu:9000 (centered in the 8000's)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Metaverse Illuminations Gallery&lt;br /&gt;
|Large gallery of high-quality Second Life documentary photography&lt;br /&gt;
|OSGrid: Snoopies/21/15/521 (skybox) manual link: secondlife://Snoopies/21/15/521  &lt;br /&gt;
|(not sure!)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|German welcome area&lt;br /&gt;
|Informationen fuer deutsche Newbies im Osgrid, Freebies in Sharkland Hills, Mitbauer willkommen, Mietregionen&lt;br /&gt;
|OSGrid, Sharkland Tropical 3&lt;br /&gt;
|regionsDE.ralf-haifisch.biz:9000&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|OpenSim Dutchies&lt;br /&gt;
|Mostly empty, but if you're lucky you catch me there for some information about interconnectivity between webinterface and virtual world, using wixtd and OpenSim&lt;br /&gt;
|OSN Grid&lt;br /&gt;
|os-networks:9000&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Pseudospace - Ellis Island Welcome Center &amp;amp; Telehub&lt;br /&gt;
|Pop on by and enjoy a slice of open sourced birthday cake and punch in our lobby!  Feel free to look around and explore some of the different roleplay environments we're working on and help yourself to some freebies from our content library.  All sims on the grid are HyperGrid enabled so no need to worry about becoming stranded if you teleport off of Ellis Island. :)&lt;br /&gt;
|Pseudospace&lt;br /&gt;
|ellis.pseudospace.net:9000 &lt;br /&gt;
centered at 9000,9000&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|OpenSimulator-Club&lt;br /&gt;
|Club (german language) for upcoming OpenSimulator and 3D-Internet activities. Founded to support the OpenSimulator 2nd birthday event.&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|http://www.talentraspel.de/index.php?option=com_content&amp;amp;view=article&amp;amp;id=53&amp;amp;Itemid=72&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|3D-Internet TV&lt;br /&gt;
|Web-TV channel (german language) covering news and developments for 3D-Internet activities. The OpenSimulator 2nd birthday event will be reported too.&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|http://www.talentraspel.de/index.php?option=com_wrapper&amp;amp;view=wrapper&amp;amp;Itemid=105&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Schwarze Welle&lt;br /&gt;
|Club and Shops (german/english) , 3D representation of www.schwarze-welle.de dark music radio. every monday german osgrid meeting 20:00 at next region SCHWARZE WELT&lt;br /&gt;
|OSGrid, SCHWARZE WELT&lt;br /&gt;
|87.230.89.74:9000&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Open Vue&lt;br /&gt;
|Virtual University of Edinburgh on Opensim hosted on the Virtual AIAI Grid&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|http://vue.ed.ac.uk/openvue/&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Folk Cate Delta&lt;br /&gt;
|Edy Rau's Folk Cafe(german/english) , every thursday 1 to 2 hours live musicans. 20 MET (11 PST)&lt;br /&gt;
|Grid4Us, Folk Cafe Delta&lt;br /&gt;
|http://grid4us.net:9020  (centered to 8500, 8500)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Blog Entries ==&lt;br /&gt;
Keep a list of the 2nd Birthday Blog Entries here:&lt;br /&gt;
* [http://opensimulator.info/article.php/Opensim-Les-anniversaires Happy 2nd birthday Opensimulator]&lt;br /&gt;
* [http://www.cybertechnews.org/?p=529 CyberTech News blog post]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
=== Hypergrid Bridges ===&lt;br /&gt;
&lt;br /&gt;
To bridge between grids in the 1000's and grids in the 10,000's, you can use 2 gateways in the UCI Grid:&lt;br /&gt;
&lt;br /&gt;
* Gateway 3000, placed in position 3,000 3,000: ucigrid04.nacs.uci.edu 9003&lt;br /&gt;
* Gateway 7000, placed in position 7,000 7,000: ucigrid04.nacs.uci.edu 9007&lt;br /&gt;
&lt;br /&gt;
=== Banners ===&lt;br /&gt;
This banner is suitable for inclusion on your own web page, in blogs et c:&lt;br /&gt;
&lt;br /&gt;
[[Image:OpenSim_2nd_Birthday_Banner.png]]&lt;br /&gt;
&lt;br /&gt;
(Courtesy [http://www.vintfalken.com Vint Falken])&lt;br /&gt;
&lt;br /&gt;
=== Invitation Card ===&lt;br /&gt;
This image is suitable for creating your own invitation notecards:&lt;br /&gt;
&lt;br /&gt;
[[Image:OpenSim_Second_Birthday_Note.png]]&lt;br /&gt;
&lt;br /&gt;
(Courtesy [http://www.vintfalken.com Vint Falken])&lt;/div&gt;</summary>
		<author><name>Jpirkola</name></author>	</entry>

	</feed>