<?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 posts</title>
		<link>http://retrowiki.wikidot.com/forum/start</link>
		<description>Posts in forums of the site &quot;RetroWIKI&quot;</description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-54061#post-257971</guid>
				<title></title>
				<link>http://retrowiki.wikidot.com/forum/t-54061/flynd#post-257971</link>
				<description></description>
				<pubDate>Thu, 11 Sep 2008 15:23:16 +0000</pubDate>
				<wikidot:authorName>xanadune</wikidot:authorName>				<wikidot:authorUserId>199669</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The last line of the Flynd description is missing an action to finish the gerund phrase modifying Flynd.<br /> This is also present in the Retromud actual site.</p> <p>-Xana</p> <br/>Forum category: <a href="http://retrowiki.wikidot.com/forum/c-7445">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://retrowiki.wikidot.com/forum/t-54061/flynd">Flynd</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-69714#post-213684</guid>
				<title>Re: Errors and stuff</title>
				<link>http://retrowiki.wikidot.com/forum/t-69714/integrating-the-world-exits-page-with-a-mud-client#post-213684</link>
				<description></description>
				<pubDate>Thu, 03 Jul 2008 23:22:03 +0000</pubDate>
				<wikidot:authorName>loktai</wikidot:authorName>				<wikidot:authorUserId>16559</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>i'm pretty sure comcreate is the only way, but there has to be some method of closing IE when the call is complete (or even just using firefox, which doesn't suffer from mem leaks nearly as much as IE does X-x)</p> <p>EDIT: It looks like madSimon has fixed the leak issue for sure. Now let's start cleaning up that godawful output! ;)</p> <br/>Forum category: <a href="http://retrowiki.wikidot.com/forum/c-7445">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://retrowiki.wikidot.com/forum/t-69714/integrating-the-world-exits-page-with-a-mud-client">Integrating The World Exits Page With A Mud Client</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-45033#post-209851</guid>
				<title>Re: Tag length limit</title>
				<link>http://retrowiki.wikidot.com/forum/t-45033/tag-length-limit#post-209851</link>
				<description></description>
				<pubDate>Sat, 28 Jun 2008 23:43:51 +0000</pubDate>
				<wikidot:authorName>StarStorm</wikidot:authorName>				<wikidot:authorUserId>48721</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The best way to do it is to simplify it. Lots of guilds get a combat skill, so just tag it as a combat skill.</p> <br/>Forum category: <a href="http://retrowiki.wikidot.com/forum/c-33517">Forum discussion / General forum</a><br/>Forum thread: <a href="http://retrowiki.wikidot.com/forum/t-45033/tag-length-limit">Tag length limit</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-69714#post-207487</guid>
				<title>Re: Zmud Script</title>
				<link>http://retrowiki.wikidot.com/forum/t-69714/integrating-the-world-exits-page-with-a-mud-client#post-207487</link>
				<description></description>
				<pubDate>Wed, 25 Jun 2008 18:18:16 +0000</pubDate>
				<wikidot:authorName>madSimon</wikidot:authorName>				<wikidot:authorUserId>148709</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Here's a slightly more readable version that also addresses the comcreate memory leak and the variable definition syntax. What it doesn't address is the ugly output, but we may need to think about the input as well.</p> <p>wikiexits</p> <div class="code"> <pre> <code>#VA wikiprogress 1 #VA wikiobject %comcreate("InternetExplorer.Application") #VA wikiurl "http://retrowiki.wikidot.com/world-exits" #CALL @wikiobject.Navigate(@wikiurl) #ECHO Looking for Wiki exits... wikicheck 0</code> </pre></div> <p>wikicheck</p> <div class="code"> <pre> <code>#VA wikitimeout 25 #IF (!@wikiobject || %1 &gt; @wikitimeout) { #ECHO Timed out! #VA wikiprogress 0 #VA wikiobject 0 } { #IF (@wikiobject.ReadyState == 4) { #VA wikiprogress 0 #ECHO {%copy(@wikiobject.document.body.innertext, %match(@wikiobject.document.body.innertext, "collected data"), %eval(%match(@wikiobject.document.body.innertext, "dates are in utc") - %match(@wikiobject.document.body.innertext, "collected data")))} #CALL @wikiobject.Quit #ALARM {+2} {#VA wikiobject 0} } { #ALARM {+1} {wikicheck %eval(%1 + 1)} } }</code> </pre></div> <br/>Forum category: <a href="http://retrowiki.wikidot.com/forum/c-7445">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://retrowiki.wikidot.com/forum/t-69714/integrating-the-world-exits-page-with-a-mud-client">Integrating The World Exits Page With A Mud Client</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-69896#post-207025</guid>
				<title>Mud Scripting</title>
				<link>http://retrowiki.wikidot.com/forum/t-69896/mud-scripting#post-207025</link>
				<description></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> <br/>Forum category: <a href="http://retrowiki.wikidot.com/forum/c-33517">Forum discussion / General forum</a><br/>Forum thread: <a href="http://retrowiki.wikidot.com/forum/t-69896/mud-scripting">Mud Scripting</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-69714#post-207022</guid>
				<title>Errors and stuff</title>
				<link>http://retrowiki.wikidot.com/forum/t-69714/integrating-the-world-exits-page-with-a-mud-client#post-207022</link>
				<description></description>
				<pubDate>Wed, 25 Jun 2008 04:40:20 +0000</pubDate>
				<wikidot:authorName>Dubious</wikidot:authorName>				<wikidot:authorUserId>134707</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Yeah, it's nasty. When I was looking at the original script from the eq database I had to remove most of the comments, error checking and formatting just to figure out how it worked.</p> <p>The only part I'm still not happy with is using almost the same %match command 3 times to find the right piece of text. If anyone knows a shorter way to do that, let me know. I think maybe the regex command, but not sure how it works.</p> <p>Since the output is not very pretty with this method of capturing the web page as text, I don't think it's worth writing a more friendly script right now.</p> <p>Also, no, I don't know any other way than using comcreate. I'm not a programmer, I'm not even sure why any of this works. I'm just good at hacking up what other people have done.</p> <br/>Forum category: <a href="http://retrowiki.wikidot.com/forum/c-7445">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://retrowiki.wikidot.com/forum/t-69714/integrating-the-world-exits-page-with-a-mud-client">Integrating The World Exits Page With A Mud Client</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-69714#post-206927</guid>
				<title>Re: Zmud Script</title>
				<link>http://retrowiki.wikidot.com/forum/t-69714/integrating-the-world-exits-page-with-a-mud-client#post-206927</link>
				<description></description>
				<pubDate>Wed, 25 Jun 2008 01:17:52 +0000</pubDate>
				<wikidot:authorName>loktai</wikidot:authorName>				<wikidot:authorUserId>16559</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>It's bad coding to use the a=b syntax, since some of us (cough cough me) disable that in their client so as to not accidentally make variables.</p> <p>Also yeah, you'll need to clean up that syntax or it'll be confusing :P</p> <p>EDIT: Also, what about us crazies who don't want to comcreate ie (comcreate ie creates a memory leak that eventually makes zmud unable to function - that's the biggest beef I had with froggy's db macros)</p> <br/>Forum category: <a href="http://retrowiki.wikidot.com/forum/c-7445">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://retrowiki.wikidot.com/forum/t-69714/integrating-the-world-exits-page-with-a-mud-client">Integrating The World Exits Page With A Mud Client</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-69714#post-206871</guid>
				<title>Re: Zmud Script</title>
				<link>http://retrowiki.wikidot.com/forum/t-69714/integrating-the-world-exits-page-with-a-mud-client#post-206871</link>
				<description></description>
				<pubDate>Tue, 24 Jun 2008 23:32:40 +0000</pubDate>
				<wikidot:authorName>madSimon</wikidot:authorName>				<wikidot:authorUserId>148709</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Wow. Mystery solved. Cmud prefers the syntax<br /> #IF (expression) {true-command} {false-command}</p> <p>I changed the brackets to parenthesis and it worked like a charm. Formatting could use some love, but it works.</p> <p>Output:</p> <p><tt>Looking for Wiki exits…<br /> Collected data<br /> PlanetShaftStatueShip<br /> Cryptgydlag<br /> Perdow6keytoh<br /> Raji9bioesh<br /> Sosel0tembar<br /> Welstar7,SPInep<br /> Wysoom8alt<br /> DateJun-24Jun-24Jun-24</tt></p> <br/>Forum category: <a href="http://retrowiki.wikidot.com/forum/c-7445">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://retrowiki.wikidot.com/forum/t-69714/integrating-the-world-exits-page-with-a-mud-client">Integrating The World Exits Page With A Mud Client</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-69714#post-206809</guid>
				<title>Re: Zmud Script</title>
				<link>http://retrowiki.wikidot.com/forum/t-69714/integrating-the-world-exits-page-with-a-mud-client#post-206809</link>
				<description></description>
				<pubDate>Tue, 24 Jun 2008 22:10:02 +0000</pubDate>
				<wikidot:authorName>madSimon</wikidot:authorName>				<wikidot:authorUserId>148709</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Trying to use it on Cmud and I instantly get</p> <p>Looking for Wiki exits…<br /> Timed out!</p> <p>Going to play with it a bit and see if I can figure out what the issue is. It's obviously not timing out, so it appears to be having trouble instantiating the wikiobject variable.</p> <br/>Forum category: <a href="http://retrowiki.wikidot.com/forum/c-7445">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://retrowiki.wikidot.com/forum/t-69714/integrating-the-world-exits-page-with-a-mud-client">Integrating The World Exits Page With A Mud Client</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-69714#post-206773</guid>
				<title>Re: Zmud Script</title>
				<link>http://retrowiki.wikidot.com/forum/t-69714/integrating-the-world-exits-page-with-a-mud-client#post-206773</link>
				<description></description>
				<pubDate>Tue, 24 Jun 2008 21:12:52 +0000</pubDate>
				<wikidot:authorName>xyzzyn</wikidot:authorName>				<wikidot:authorUserId>36489</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Cool! I haven’t been able to test it because the %comcreate function fails in Wine, but it looks very nice.</p> <br/>Forum category: <a href="http://retrowiki.wikidot.com/forum/c-7445">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://retrowiki.wikidot.com/forum/t-69714/integrating-the-world-exits-page-with-a-mud-client">Integrating The World Exits Page With A Mud Client</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-69714#post-206490</guid>
				<title>Zmud Script</title>
				<link>http://retrowiki.wikidot.com/forum/t-69714/integrating-the-world-exits-page-with-a-mud-client#post-206490</link>
				<description></description>
				<pubDate>Tue, 24 Jun 2008 14:19:09 +0000</pubDate>
				<wikidot:authorName>Dubious</wikidot:authorName>				<wikidot:authorUserId>134707</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi guys,</p> <p>I just made a hack Zmud script to read the world exits on the web page.<br /> It works for me is all I can say. If someone else tries it, let me know how it goes.<br /> It is based on (is almost a direct copy of) the eq database script from Froggy.</p> <p>#ALIAS wikiexits {wikiprogress = 1<br /> #VARIABLE wikiobject %comcreate( "InternetExplorer.Application")<br /> wikiurl="<a href="http://retrowiki.wikidot.com/world-exits">http://retrowiki.wikidot.com/world-exits</a>"<br /> #CALL @wikiobject.Navigate(@wikiurl)<br /> #ECHO Looking for Wiki exits…<br /> wikicheck 0}</p> <p>#ALIAS wikicheck {wikitimeout=25<br /> #IF {!@wikiobject || %1 &gt; @wikitimeout} {#ECHO Timed out!<br /> wikiprogress=0<br /> wikiobject=0} {#IF {@wikiobject.ReadyState==4} {wikiprogress=0<br /> #ECHO {%copy( @wikiobject.document.body.innertext, %match( @wikiobject.document.body.innertext, "collected data"), %eval( %match( @wikiobject.document.body.innertext, "dates are in utc") - %match( @wikiobject.document.body.innertext, "collected data")))}<br /> wikiobject=0} {#ALARM {+1} {wikicheck %eval( %1+1)}}}}</p> <br/>Forum category: <a href="http://retrowiki.wikidot.com/forum/c-7445">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://retrowiki.wikidot.com/forum/t-69714/integrating-the-world-exits-page-with-a-mud-client">Integrating The World Exits Page With A Mud Client</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-69180#post-205035</guid>
				<title>Re: Eh?</title>
				<link>http://retrowiki.wikidot.com/forum/t-69180/text-based-cooking#post-205035</link>
				<description></description>
				<pubDate>Sun, 22 Jun 2008 10:35:54 +0000</pubDate>
				<wikidot:authorName>xyzzyn</wikidot:authorName>				<wikidot:authorUserId>36489</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Yeah. There’s enough of them going around on news and the channels, and it’d be a pity to have them all disappear from there.</p> <br/>Forum category: <a href="http://retrowiki.wikidot.com/forum/c-7445">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://retrowiki.wikidot.com/forum/t-69180/text-based-cooking">Text-Based Cooking</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-69207#post-204971</guid>
				<title>Guild help</title>
				<link>http://retrowiki.wikidot.com/forum/t-69207/guild-help#post-204971</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> <br/>Forum category: <a href="http://retrowiki.wikidot.com/forum/c-33517">Forum discussion / General forum</a><br/>Forum thread: <a href="http://retrowiki.wikidot.com/forum/t-69207/guild-help">Guild help</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-69180#post-204841</guid>
				<title>Eh?</title>
				<link>http://retrowiki.wikidot.com/forum/t-69180/text-based-cooking#post-204841</link>
				<description></description>
				<pubDate>Sat, 21 Jun 2008 23:42:08 +0000</pubDate>
				<wikidot:authorName>madSimon</wikidot:authorName>				<wikidot:authorUserId>148709</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>What's the point of this page? To post real recipes?</p> <br/>Forum category: <a href="http://retrowiki.wikidot.com/forum/c-7445">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://retrowiki.wikidot.com/forum/t-69180/text-based-cooking">Text-Based Cooking</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-47001#post-199409</guid>
				<title>Re: Updater..</title>
				<link>http://retrowiki.wikidot.com/forum/t-47001/world-exits#post-199409</link>
				<description></description>
				<pubDate>Wed, 18 Jun 2008 00:12:28 +0000</pubDate>
				<wikidot:authorName>Hai-Etlik</wikidot:authorName>				<wikidot:authorUserId>16586</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'd thought about it bit it didn't seem to be worth the effort.</p> <br/>Forum category: <a href="http://retrowiki.wikidot.com/forum/c-7445">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://retrowiki.wikidot.com/forum/t-47001/world-exits">World Exits</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-47001#post-199284</guid>
				<title>Re: Updater..</title>
				<link>http://retrowiki.wikidot.com/forum/t-47001/world-exits#post-199284</link>
				<description></description>
				<pubDate>Tue, 17 Jun 2008 22:14:35 +0000</pubDate>
				<wikidot:authorName>xyzzyn</wikidot:authorName>				<wikidot:authorUserId>36489</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>It is possible, but a really general solution would be tricky. Do you have a specific idea?</p> <br/>Forum category: <a href="http://retrowiki.wikidot.com/forum/c-7445">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://retrowiki.wikidot.com/forum/t-47001/world-exits">World Exits</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-47001#post-199029</guid>
				<title>Updater..</title>
				<link>http://retrowiki.wikidot.com/forum/t-47001/world-exits#post-199029</link>
				<description></description>
				<pubDate>Tue, 17 Jun 2008 19:10:43 +0000</pubDate>
				<wikidot:authorName>loktai</wikidot:authorName>				<wikidot:authorUserId>16559</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I don't suppose it's even remotely possible to create a program to update the wiki through a script from within the MUD?</p> <br/>Forum category: <a href="http://retrowiki.wikidot.com/forum/c-7445">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://retrowiki.wikidot.com/forum/t-47001/world-exits">World Exits</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-47001#post-188070</guid>
				<title>Re: World exits updater</title>
				<link>http://retrowiki.wikidot.com/forum/t-47001/world-exits#post-188070</link>
				<description></description>
				<pubDate>Mon, 09 Jun 2008 21:38:59 +0000</pubDate>
				<wikidot:authorName>Xetrina</wikidot:authorName>				<wikidot:authorUserId>78342</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'd do it, but my schedule's too erratic, and my only see-in-all-light character lives on sosel.</p> <br/>Forum category: <a href="http://retrowiki.wikidot.com/forum/c-7445">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://retrowiki.wikidot.com/forum/t-47001/world-exits">World Exits</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-47001#post-182859</guid>
				<title>World exits updater</title>
				<link>http://retrowiki.wikidot.com/forum/t-47001/world-exits#post-182859</link>
				<description></description>
				<pubDate>Thu, 05 Jun 2008 17:10:11 +0000</pubDate>
				<wikidot:authorName>Healinglight</wikidot:authorName>				<wikidot:authorUserId>112158</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I could update the world exits for Crypt pretty much every day. Wysoom too, if needed.</p> <br/>Forum category: <a href="http://retrowiki.wikidot.com/forum/c-7445">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://retrowiki.wikidot.com/forum/t-47001/world-exits">World Exits</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-47001#post-174895</guid>
				<title>Re: World exits access from Mud Client</title>
				<link>http://retrowiki.wikidot.com/forum/t-47001/world-exits#post-174895</link>
				<description></description>
				<pubDate>Thu, 29 May 2008 22:52:24 +0000</pubDate>
				<wikidot:authorName>xyzzyn</wikidot:authorName>				<wikidot:authorUserId>36489</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I kind of like the current layout. It is indeed not parser-friendly, but it looks nice for people who just load the page in a browser.</p> <p>I don’t know zMUD at all; my opinion in the following is based on browsing its language reference. I see three options:</p> <ol> <li>You could, of course, attempt to write a parser in zMUD’s language. Maybe I just don’t get the language yet, but it looks like this would be painful.</li> <li>You could use the existing XSLT file and call Microsoft’s XML library via zMUD’s <tt><a href="http://forums.zuggsoft.com/modules/mx_kb/kb.php?page=3&amp;mode=doc&amp;k=2552">#SCRIPT</a></tt> call. There is an <a href="http://msdn.microsoft.com/en-us/library/ms757858(VS.85).aspx">example</a> of applying a stylesheet in what looks like JScript in the MSDN; VBScript should look similar modulo the syntax. Assuming that there is an easy way to fetch the page and load the stylesheet in the first place (I don’t know Microsoft’s scripting API, but I suppose there should be), this’ll be an optimal solution as it requires a minimum of external components.</li> <li>You could install <tt>wget</tt> and <tt>libxslt</tt> and use a script via <tt>#SCRIPT</tt> to do the equivalent of Hai-Etlik’s shell script (maybe just call a batch file and read its output?). That’s messy in terms of mixing lots of rather different software, though.</li> </ol> <p>By the way, I had another look at grabbing the page’s source code (rather more easily parsed than the XHTML). It’s feasible, but it would require making at least two HTTP requests and since I’m on a flaky connection right now, I’ve begun liking the XSLT approach. <tt>^^</tt></p> <p>P.S. When you’ve got the code for zMUD, be sure to put it on the page. <tt>;)</tt></p> <br/>Forum category: <a href="http://retrowiki.wikidot.com/forum/c-7445">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://retrowiki.wikidot.com/forum/t-47001/world-exits">World Exits</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-47001#post-173787</guid>
				<title>Re: World exits access from Mud Client</title>
				<link>http://retrowiki.wikidot.com/forum/t-47001/world-exits#post-173787</link>
				<description></description>
				<pubDate>Wed, 28 May 2008 22:26:32 +0000</pubDate>
				<wikidot:authorName>Hai-Etlik</wikidot:authorName>				<wikidot:authorUserId>16586</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I didn't have too much trouble parsing it as is.</p> <br/>Forum category: <a href="http://retrowiki.wikidot.com/forum/c-7445">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://retrowiki.wikidot.com/forum/t-47001/world-exits">World Exits</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-47001#post-173295</guid>
				<title>World exits access from Mud Client</title>
				<link>http://retrowiki.wikidot.com/forum/t-47001/world-exits#post-173295</link>
				<description></description>
				<pubDate>Wed, 28 May 2008 13:50:51 +0000</pubDate>
				<wikidot:authorName>Dubious</wikidot:authorName>				<wikidot:authorUserId>134707</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>This is something i've been thinking about for a while. It occurs to me that we really need a much simpler layout for the exits page to make it more viable for people with different clients. I was planning to make a script for Zmud, but I have been putting it off because of the complexity of the page.</p> <p>What does everyone else think about making a much simpler page for world exits?</p> <br/>Forum category: <a href="http://retrowiki.wikidot.com/forum/c-7445">Hidden / Per page discussions</a><br/>Forum thread: <a href="http://retrowiki.wikidot.com/forum/t-47001/world-exits">World Exits</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-45036#post-124892</guid>
				<title>Re: Skill/spell pages creation</title>
				<link>http://retrowiki.wikidot.com/forum/t-45036/skill-spell-pages-creation#post-124892</link>
				<description></description>
				<pubDate>Fri, 14 Mar 2008 10:03:53 +0000</pubDate>
				<wikidot:authorName>xyzzyn</wikidot:authorName>				<wikidot:authorUserId>36489</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Another bit of Unixy stuff: the command<br /> <tt>dd ibs=16384 obs=16384 | sed -e 's/[^[:alpha:][:space:]]//g' -e 's/^[[:space:]]*/[[[/' -e 's/[[:space:]]*$/]]],/' | sed -e :foo -e N -e 's/\n/ /' -e 't foo'</tt><br /> can turn a copy of the tert choices from a secondary guild page on the retromud.org site into a list of links, e. g.</p> <div class="code"> <pre> <code>+-Disciple +-Faith healer +-Guardian acolyte +-Guardian priest +-Inquisitor +-Lazarite</code> </pre></div> <br /> into <div class="code"> <pre> <code>[[[Disciple]]], [[[Faith healer]]], [[[Guardian acolyte]]], [[[Guardian priest]]], [[[Inquisitor]]], [[[Lazarite]]],</code> </pre></div> <br /> That makes creating secondary pages with lots of terts a bit faster. (And, yes, the <tt>sed</tt> stuff could be more compact.)<br/>Forum category: <a href="http://retrowiki.wikidot.com/forum/c-33517">Forum discussion / General forum</a><br/>Forum thread: <a href="http://retrowiki.wikidot.com/forum/t-45036/skill-spell-pages-creation">Skill/spell pages creation</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-46616#post-124219</guid>
				<title>Theme</title>
				<link>http://retrowiki.wikidot.com/forum/t-46616/theme#post-124219</link>
				<description></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> <br/>Forum category: <a href="http://retrowiki.wikidot.com/forum/c-33517">Forum discussion / General forum</a><br/>Forum thread: <a href="http://retrowiki.wikidot.com/forum/t-46616/theme">Theme</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-45893#post-123937</guid>
				<title>Re: Content licence</title>
				<link>http://retrowiki.wikidot.com/forum/t-45893/content-licence#post-123937</link>
				<description></description>
				<pubDate>Wed, 12 Mar 2008 21:07:36 +0000</pubDate>
				<wikidot:authorName>xyzzyn</wikidot:authorName>				<wikidot:authorUserId>36489</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Licence changed as announced, but it is still open to discussion. Alternative formulations of 300 characters or less are welcome (‘This is LEGALESE!’).</p> <br/>Forum category: <a href="http://retrowiki.wikidot.com/forum/c-33517">Forum discussion / General forum</a><br/>Forum thread: <a href="http://retrowiki.wikidot.com/forum/t-45893/content-licence">Content licence</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-45893#post-122115</guid>
				<title>Content licence</title>
				<link>http://retrowiki.wikidot.com/forum/t-45893/content-licence#post-122115</link>
				<description></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> <br/>Forum category: <a href="http://retrowiki.wikidot.com/forum/c-33517">Forum discussion / General forum</a><br/>Forum thread: <a href="http://retrowiki.wikidot.com/forum/t-45893/content-licence">Content licence</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-45036#post-119400</guid>
				<title>Skill/spell pages creation</title>
				<link>http://retrowiki.wikidot.com/forum/t-45036/skill-spell-pages-creation#post-119400</link>
				<description></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> <br/>Forum category: <a href="http://retrowiki.wikidot.com/forum/c-33517">Forum discussion / General forum</a><br/>Forum thread: <a href="http://retrowiki.wikidot.com/forum/t-45036/skill-spell-pages-creation">Skill/spell pages creation</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://retrowiki.wikidot.com/forum/t-45033#post-119393</guid>
				<title>Tag length limit</title>
				<link>http://retrowiki.wikidot.com/forum/t-45033/tag-length-limit#post-119393</link>
				<description></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> <br/>Forum category: <a href="http://retrowiki.wikidot.com/forum/c-33517">Forum discussion / General forum</a><br/>Forum thread: <a href="http://retrowiki.wikidot.com/forum/t-45033/tag-length-limit">Tag length limit</a>
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>