<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: This Week in OpenSim Dev - week ending Saturday 14th February 2009</title>
	<atom:link href="http://justincc.org/blog/2009/02/15/this-week-in-opensim-dev-week-ending-saturday-14th-february-2009/feed/" rel="self" type="application/rss+xml" />
	<link>http://justincc.org/blog/2009/02/15/this-week-in-opensim-dev-week-ending-saturday-14th-february-2009/</link>
	<description>Justin Clark-Casey's personal website</description>
	<pubDate>Fri, 10 Sep 2010 00:18:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Davantech &#187; Blog Archive &#187; test</title>
		<link>http://justincc.org/blog/2009/02/15/this-week-in-opensim-dev-week-ending-saturday-14th-february-2009/comment-page-1/#comment-245</link>
		<dc:creator>Davantech &#187; Blog Archive &#187; test</dc:creator>
		<pubDate>Wed, 04 Mar 2009 09:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://justincc.wordpress.com/?p=476#comment-245</guid>
		<description>[...] This Week in OpenSim Dev - week ending Saturday 14th February 2009 (Sun, 15 Feb 2009 12:26:12 -0800) [...]</description>
		<content:encoded><![CDATA[<p>[...] This Week in OpenSim Dev - week ending Saturday 14th February 2009 (Sun, 15 Feb 2009 12:26:12 -0800) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zodiakos</title>
		<link>http://justincc.org/blog/2009/02/15/this-week-in-opensim-dev-week-ending-saturday-14th-february-2009/comment-page-1/#comment-244</link>
		<dc:creator>zodiakos</dc:creator>
		<pubDate>Tue, 17 Feb 2009 23:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://justincc.wordpress.com/?p=476#comment-244</guid>
		<description>It's always awesome reading your 'human readable' changelogs every week.  I try not to miss one usually, but sometimes I do and your posts make it very easy to see all the cool things I've missed.  I really wish there was something like this more easily accessible right from the offical opensim website.</description>
		<content:encoded><![CDATA[<p>It&#8217;s always awesome reading your &#8216;human readable&#8217; changelogs every week.  I try not to miss one usually, but sometimes I do and your posts make it very easy to see all the cool things I&#8217;ve missed.  I really wish there was something like this more easily accessible right from the offical opensim website.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justincc</title>
		<link>http://justincc.org/blog/2009/02/15/this-week-in-opensim-dev-week-ending-saturday-14th-february-2009/comment-page-1/#comment-243</link>
		<dc:creator>justincc</dc:creator>
		<pubDate>Tue, 17 Feb 2009 13:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://justincc.wordpress.com/?p=476#comment-243</guid>
		<description>@Bob - I have to admit that I'm not too keen on this scheme, that level of indentation seems to me to be difficult to maintain over time, and could look quite ugly.

Might I suggest that you try an editor such as vim (which is available on Windows as well as Unix systems) to look at OpenSim.ini.  vim will actually colour code the entries which makes it easier to spot comment lines.</description>
		<content:encoded><![CDATA[<p>@Bob - I have to admit that I&#8217;m not too keen on this scheme, that level of indentation seems to me to be difficult to maintain over time, and could look quite ugly.</p>
<p>Might I suggest that you try an editor such as vim (which is available on Windows as well as Unix systems) to look at OpenSim.ini.  vim will actually colour code the entries which makes it easier to spot comment lines.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Wellman</title>
		<link>http://justincc.org/blog/2009/02/15/this-week-in-opensim-dev-week-ending-saturday-14th-february-2009/comment-page-1/#comment-242</link>
		<dc:creator>Bob Wellman</dc:creator>
		<pubDate>Tue, 17 Feb 2009 08:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://justincc.wordpress.com/?p=476#comment-242</guid>
		<description>Thanks Justin I will try that out sometime and if it gives problem report on Mantis.

On the subject of readability, it is much easier to read the opensim.ini now since the introduction of subsection headings starting with ;# and indentation of the section contents.

However it is still hard to distinguish between comment lines and actual settings lines. I have experimented with the layout and find that if settings are indented 4 spaces (as now) and comments are indented with six spaces and started with ;* the settings really stand out and the .ini is so much easier to read. It would be nice if the standard example was layed out like that. I dont have any skills or knowledge how to change the opensim project directly. I could grab a recent example and do the tidy up needed and posted it as an example to the Mantis. If I did this, do you think someone else could take it and turn it into a committed change before it gets out of date?</description>
		<content:encoded><![CDATA[<p>Thanks Justin I will try that out sometime and if it gives problem report on Mantis.</p>
<p>On the subject of readability, it is much easier to read the opensim.ini now since the introduction of subsection headings starting with ;# and indentation of the section contents.</p>
<p>However it is still hard to distinguish between comment lines and actual settings lines. I have experimented with the layout and find that if settings are indented 4 spaces (as now) and comments are indented with six spaces and started with ;* the settings really stand out and the .ini is so much easier to read. It would be nice if the standard example was layed out like that. I dont have any skills or knowledge how to change the opensim project directly. I could grab a recent example and do the tidy up needed and posted it as an example to the Mantis. If I did this, do you think someone else could take it and turn it into a committed change before it gets out of date?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justincc</title>
		<link>http://justincc.org/blog/2009/02/15/this-week-in-opensim-dev-week-ending-saturday-14th-february-2009/comment-page-1/#comment-241</link>
		<dc:creator>justincc</dc:creator>
		<pubDate>Mon, 16 Feb 2009 14:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://justincc.wordpress.com/?p=476#comment-241</guid>
		<description>Hi Bob, nixnerd.  I'm glad you guys find this of use - there is a lot of choppy weather if you follow OpenSim trunk.

Bob, in theory you should be able to remove the [Standalone] section completely if you only ever run in grid mode.  If you do try this and find any problems doing it, then bug reports to our Mantis bugtracker would be most welcome.</description>
		<content:encoded><![CDATA[<p>Hi Bob, nixnerd.  I&#8217;m glad you guys find this of use - there is a lot of choppy weather if you follow OpenSim trunk.</p>
<p>Bob, in theory you should be able to remove the [Standalone] section completely if you only ever run in grid mode.  If you do try this and find any problems doing it, then bug reports to our Mantis bugtracker would be most welcome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Wellman</title>
		<link>http://justincc.org/blog/2009/02/15/this-week-in-opensim-dev-week-ending-saturday-14th-february-2009/comment-page-1/#comment-240</link>
		<dc:creator>Bob Wellman</dc:creator>
		<pubDate>Mon, 16 Feb 2009 08:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://justincc.wordpress.com/?p=476#comment-240</guid>
		<description>Reading this is like watching the weekly weather forecast on a Sunday. Essential for those of us venturing out into the world next week to explore new horizons. I never miss an episode. Thanks for all the work you do in preparing it so well.

BTW: Your stuff is far more accurate than the weather forecast

While I am writing this, I wonder if you could answer a question that bugs me everytime I upgrade to a new SVN and check for Opensim.ini changes.

WE are running in grid mode, so does that mean WE could remove the Standalone section of the Opensim.ini completely (to make it easier to read and easier to compare to a new one)?</description>
		<content:encoded><![CDATA[<p>Reading this is like watching the weekly weather forecast on a Sunday. Essential for those of us venturing out into the world next week to explore new horizons. I never miss an episode. Thanks for all the work you do in preparing it so well.</p>
<p>BTW: Your stuff is far more accurate than the weather forecast</p>
<p>While I am writing this, I wonder if you could answer a question that bugs me everytime I upgrade to a new SVN and check for Opensim.ini changes.</p>
<p>WE are running in grid mode, so does that mean WE could remove the Standalone section of the Opensim.ini completely (to make it easier to read and easier to compare to a new one)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nixnerd</title>
		<link>http://justincc.org/blog/2009/02/15/this-week-in-opensim-dev-week-ending-saturday-14th-february-2009/comment-page-1/#comment-239</link>
		<dc:creator>nixnerd</dc:creator>
		<pubDate>Mon, 16 Feb 2009 03:10:08 +0000</pubDate>
		<guid isPermaLink="false">http://justincc.wordpress.com/?p=476#comment-239</guid>
		<description>As usual - thanks for the timely and sensibly explained update justin :)</description>
		<content:encoded><![CDATA[<p>As usual - thanks for the timely and sensibly explained update justin <img src='http://justincc.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
