<?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>Comments for page &quot;World Exits&quot;</title>
		<link>http://retrowiki.wikidot.com/forum/t-47001/world-exits</link>
		<description>Posts in the discussion thread &quot;World Exits&quot;</description>
				<copyright></copyright>
		<lastBuildDate>Sun, 16 Aug 2026 18:55:34 +0000</lastBuildDate>
		
					<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> 
				 	]]>
				</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> 
				 	]]>
				</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> 
				 	]]>
				</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> 
				 	]]>
				</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> 
				 	]]>
				</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> 
				 	]]>
				</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> 
				 	]]>
				</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> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>