<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>RetroWIKI - new forum threads</title>
		<link>http://retrowiki.wikidot.com/forum/start</link>
		<description>Threads in forums of the site &quot;RetroWIKI&quot;</description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-69896</guid>
				<title>Mud Scripting</title>
				<link>http://retrowiki.wikidot.com/forum/t-69896/mud-scripting</link>
				<description>Aliases, triggers and scripting discussion</description>
				<pubDate>Wed, 25 Jun 2008 04:58:29 +0000</pubDate>
				<wikidot:authorName>Dubious</wikidot:authorName>				<wikidot:authorUserId>134707</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi again,</p> <p>The world exits interface discussion page didn't seem appropriate, so I made this new thread to talk about more general scripting stuff.</p> <p>In a similar theme to the world exits I posted before, I also have almost the same script to check the time on Sosel.<br /> It will tell you the time in Sosel hours, and also how long (in real life Earth minutes) till the next sunrise or sunset.<br /> From what I have observed it is reasonably accurate. Again, it's a terrible hack and comments are welcome.</p> <p>#ALIAS soseltime {timeprogress = 1<br /> #VARIABLE timeobject %comcreate( "InternetExplorer.Application")<br /> timeurl="<a href="http://70.86.15.74:3003/cgi/calendar?=fire">http://70.86.15.74:3003/cgi/calendar?=fire</a>"<br /> #CALL @timeobject.Navigate(@timeurl)<br /> #ECHO Looking for Sosel time…<br /> timecheck 0}</p> <p>#ALIAS timecheck {timeout=15<br /> #IF {!@timeobject || %1 &gt; @timeout} {#ECHO Timed out!<br /> timeprogress=0<br /> timeobject=0} {#IF {@timeobject.ReadyState==4} {timeprogress=0<br /> #ECHO It is %copy( @timeobject.document.body.innertext, 24, 5) on Sosel.<br /> soselminutes = %eval( %copy( @timeobject.document.body.innertext, 24, 2)*88+%copy( @timeobject.document.body.innertext, 27, 2))<br /> #IF (@soselminutes &lt; 235) {#ECHO It is %round( (235-@soselminutes)/12) minutes till sunrise.} {#IF (@soselminutes&lt;620) {#ECHO It is %round( (620-@soselminutes)/12) minutes till sunset.} {#ECHO It is %round( (1035-@soselminutes)/12) minutes till sunrise.}}<br /> timeobject=0} {#ALARM {+1} {timecheck %eval( %1+1)}}}}</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-69207</guid>
				<title>Guild help</title>
				<link>http://retrowiki.wikidot.com/forum/t-69207/guild-help</link>
				<description></description>
				<pubDate>Sun, 22 Jun 2008 06:01:23 +0000</pubDate>
				<wikidot:authorName>madSimon</wikidot:authorName>				<wikidot:authorUserId>148709</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I transcribed "help guild fighter" into the fighter page here to see what it might look like. Not necessarily in love with the layout as is, but I think it does make the wiki a bit more robust than just going to the retromud site.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-46616</guid>
				<title>Theme</title>
				<link>http://retrowiki.wikidot.com/forum/t-46616/theme</link>
				<description>Changes in the site’s CSS theme.</description>
				<pubDate>Thu, 13 Mar 2008 08:57:36 +0000</pubDate>
				<wikidot:authorName>xyzzyn</wikidot:authorName>				<wikidot:authorUserId>36489</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I’ve been playing around with the site’s theme. So far, the only change <em>should</em> be that text paragraphs are formatted justified, if your browser supports that. If you see layout problems, please report them.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-45893</guid>
				<title>Content licence</title>
				<link>http://retrowiki.wikidot.com/forum/t-45893/content-licence</link>
				<description>On switching the licence setting of the wiki.</description>
				<pubDate>Mon, 10 Mar 2008 09:45:16 +0000</pubDate>
				<wikidot:authorName>xyzzyn</wikidot:authorName>				<wikidot:authorUserId>36489</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The wiki software allows setting a licence for pages here. This is currently set to the <a href="http://creativecommons.org/licenses/by-sa/2.5/">CC-BY-SA-2.5</a> licence, but that does not reflect that most of our content is from the RetroMUD website and therefore proprietary.</p> <p>So, I’m going to switch it to something more appropriate to reflect the ownership of that content. That will not be a copyleft licence. If there are objections or alternative suggestions to that, please comment here within the next few days or MUD mail me, send me a tell, etc.</p> <p>P.S. Such matters can also be clarified on individual pages, when there is a need for that.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-45036</guid>
				<title>Skill/spell pages creation</title>
				<link>http://retrowiki.wikidot.com/forum/t-45036/skill-spell-pages-creation</link>
				<description>A method to create skill/spell pages faster.</description>
				<pubDate>Thu, 06 Mar 2008 02:40:57 +0000</pubDate>
				<wikidot:authorName>xyzzyn</wikidot:authorName>				<wikidot:authorUserId>36489</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>I’ve written a script that lets you convert the output of <tt>help skill foo</tt> in RetroMUD to the wikidot syntax and formats it like the existing pages. It’s a <tt>sed</tt> script, so if you have a Unix system (e. g. some Linux distro), you can run it. How to use: download <tt>retrowikify.sed</tt> below (click on ‘Files’ for the link) and</p> <ol> <li>Do <tt>help skill foo</tt> in RetroMUD.</li> <li>Copy the output, beginning with the first non-empty line after '<tt>Help for skill</tt>:' and until the last line of the description.</li> <li>Run <tt>sed -f retrowikify.sed | dd ibs=8192</tt> in a terminal.</li> <li>Paste what you copied, in the terminal. Hit enter if you didn’t copy the last linebreak. Hit ctrl-D after pasting.</li> <li>Copy the output of the script, paste it into the edit box on the wiki and adjust as needed.</li> </ol> <p>It’s faster than the description makes it sound, really, and saves a lot of typing. I’m using GNU <tt>sed</tt>, no idea if this works with others, too.</p> <p>The creation of a better script is left as an exercise for the enthusiastic reader.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-45033</guid>
				<title>Tag length limit</title>
				<link>http://retrowiki.wikidot.com/forum/t-45033/tag-length-limit</link>
				<description>Problem with the maximum length of the tags on a page, and a solution.</description>
				<pubDate>Thu, 06 Mar 2008 02:26:31 +0000</pubDate>
				<wikidot:authorName>xyzzyn</wikidot:authorName>				<wikidot:authorUserId>36489</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi all,</p> <p>we’re currently using tags to connect spells and skills to guilds. Some skills are provided in a lot of guilds, which means we need to put many tags on the page, but the tag entry box has a length limit of 70 characters. For example, this is already insufficient for the <a href="http://retrowiki.wikidot.com/bludgeon">bludgeon</a> skill.</p> <p>There doesn’t seem to be a server-side limit (or I haven’t noticed one yet, at least), so I’ve made a script that temporarily disables the limit. You need Firefox and the <a href="https://addons.mozilla.org/en-US/firefox/addon/748">Greasemonkey</a> extension. (I hear there’s something for Opera that does the same thing, though.)</p> <p>Once you have the extension, download the attached script (click on ‘files’ below, the file is <tt>wikidotutils.user.js</tt>), drag and drop it in a Firefox window and confirm you want to install it. It’ll add an ‘unlimit tags’ button to the right of the ‘tags’ button. When you click on tags and run out of space in the text box, click the new button to disable the limit. Please use this with caution.</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>