<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>opml.root updates</title>
		<link>http://support.opml.org/</link>
		<description>New features and fixes for users of the OPML Editor, in an RSS 2.0 &apos;codecasting&apos; feed.</description>
		<language>en-us</language>
		<copyright>Copyright 2007-2013 Scripting News, Inc.</copyright>
		<pubDate>Thu, 13 Jun 2013 18:56:56 GMT</pubDate>
		<lastBuildDate>Thu, 13 Jun 2013 18:56:56 GMT</lastBuildDate>
		<docs>http://stories.scripting.com/2007/02/16/whatIsCodecasting.html</docs>
		<generator>OPML Editor v0.75</generator>
		<item>
			<title>system.verbs.builtins.html.directory.buildOpmlReturn</title>
			<description>When we generate the OPML text, the &lt;?xml&gt; element has encoding and version in the wrong order because the table is sorted lexically by name. We fix that on the way out so that it&apos;s valid XML.</description>
			<pubDate>Thu, 13 Jun 2013 18:56:56 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02177.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02177.part" length="5454" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.rss.getOpmlFeeds</title>
			<description>New optional param, flProcessIncludes. If true, we dive into includes.</description>
			<pubDate>Sat, 18 May 2013 20:59:12 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02176.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02176.part" length="5808" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.userlandSamples.threads</title>
			<description>A pair of sample scripts that illustrate thread management with ids.</description>
			<pubDate>Fri, 17 May 2013 15:11:57 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02175.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02175.part" length="1643" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.apps.s3.newObject</title>
			<description>If the type is not specified, and the extension is .opml, and there is no entry for that type in the ext2MIME table, use the type &quot;text/xml&quot;.</description>
			<pubDate>Sat, 11 May 2013 23:24:32 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02174.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02174.part" length="4600" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.json.decompile</title>
			<description>In the 11/14/12 change we only replaced the first backslash. What if the line contains more than one? Now we replace them all. Wish us luck! :-)</description>
			<pubDate>Wed, 08 May 2013 05:10:02 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02173.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02173.part" length="8770" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.date.secondsSince</title>
			<description>Created.</description>
			<pubDate>Fri, 12 Apr 2013 23:06:20 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02172.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02172.part" length="673" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.date.minutesSince</title>
			<description>Created.</description>
			<pubDate>Fri, 12 Apr 2013 23:06:01 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02171.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02171.part" length="681" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.webBrowser.openURL</title>
			<description>They seem to have shut off the GURL event in Chrome/Mac. So now we&apos;re doing the same thing through the Unix shell.</description>
			<pubDate>Tue, 09 Apr 2013 14:23:54 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02170.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02170.part" length="4190" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.tcp.httpChanged</title>
			<description>The cache becomes persistent because a reboot of Frontier shouldn&apos;t cause a change. Keep more stats. New optional param, the address of a place to store the time of the last change to the url, which behaves like an etag.</description>
			<pubDate>Thu, 28 Feb 2013 16:57:11 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02168.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02168.part" length="3635" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.html.directory.getRawHtml</title>
			<description>Correctly handle lines that have a curly brace but end with a // comment.</description>
			<pubDate>Tue, 29 Jan 2013 21:02:40 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02165.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02165.part" length="5013" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.userlandSamples.exportChildren</title>
			<description>A tool that&apos;s useful for feeling your way through a database to find out which branches are using up most of the space. You can put the cursor on a table and each sub is exported to its own file. Look in the folder to see how big each one is. It helped me</description>
			<pubDate>Mon, 07 Jan 2013 01:02:58 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02161.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02161.part" length="1842" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.userlandSamples.checkS3Folder</title>
			<description>I just uploaded all of the static files on scripting.com to a bucket on S3. This script verifies that they&apos;re all there, and reports any that are missing. Important -- work with a copy of the folder you&apos;re checking. Once we&apos;ve verified thatva file exists</description>
			<pubDate>Wed, 02 Jan 2013 14:40:24 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02160.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02160.part" length="1981" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.watchFolder</title>
			<description>Write OPML files too.</description>
			<pubDate>Tue, 01 Jan 2013 02:32:57 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02159.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02159.part" length="5374" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.outlines.signUpTemplate</title>
			<description>Place for some extra text provided by the caller.</description>
			<pubDate>Mon, 17 Dec 2012 18:05:09 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02157.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02157.part" length="5739" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.outlines.signInTemplate</title>
			<description>New hidden field -- isSigninDialog.</description>
			<pubDate>Mon, 17 Dec 2012 18:04:43 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02156.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02156.part" length="5791" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.member.signup</title>
			<description>New optional params, groupname, adrusername, membershipkind, invitecode, extratext.</description>
			<pubDate>Mon, 17 Dec 2012 18:04:12 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02155.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02155.part" length="5296" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.member.validate</title>
			<description>Pass the groupname to opmlEditor.member.initMember.</description>
			<pubDate>Mon, 17 Dec 2012 15:21:27 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02154.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02154.part" length="3578" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.member.signout</title>
			<description>New optional parameter, groupname.</description>
			<pubDate>Mon, 17 Dec 2012 14:11:29 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02152.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02152.part" length="1609" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.member.signin</title>
			<description>New optional parameters, groupname and adrusername.</description>
			<pubDate>Mon, 17 Dec 2012 14:11:17 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02151.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02151.part" length="3612" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.member.checkCookie</title>
			<description>New optional param, groupname. Pass groupname to opmlEditor.member.validate.</description>
			<pubDate>Mon, 17 Dec 2012 14:11:06 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02150.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02150.part" length="4093" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.op.getNetXstruct</title>
			<description>A new core routine. Give us the url of an OPML file and we return a pointer to its xstruct. I kept having to figure out how to do this every time I needed to access an OPML file in a utility script.</description>
			<pubDate>Fri, 14 Dec 2012 16:23:45 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02149.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02149.part" length="1328" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.openArchivedOutline</title>
			<description>Add to history.</description>
			<pubDate>Fri, 14 Dec 2012 16:16:44 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02148.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02148.part" length="5307" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.website.openRoot</title>
			<description>Add to history.</description>
			<pubDate>Fri, 14 Dec 2012 16:16:13 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02147.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02147.part" length="5943" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.history</title>
			<description>Scripts for the history function.</description>
			<pubDate>Fri, 14 Dec 2012 16:15:40 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02146.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02146.part" length="3359" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.init</title>
			<description>Init items for history.</description>
			<pubDate>Fri, 14 Dec 2012 16:15:24 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02145.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02145.part" length="8056" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.viewHeadline</title>
			<description>If Shift key is down, copy the URL to the clipboard instead of opening it in the browser.</description>
			<pubDate>Sat, 01 Dec 2012 15:46:57 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02144.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02144.part" length="3180" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.tools.newToolScript</title>
			<description>Expand the window fully, zoom it.</description>
			<pubDate>Fri, 30 Nov 2012 23:13:59 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02143.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02143.part" length="1660" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.tools.newTool</title>
			<description>Myriad improvements.</description>
			<pubDate>Fri, 30 Nov 2012 23:13:40 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02142.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02142.part" length="10126" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.tools.data.virginWebsite</title>
			<description>The virgin website for a new tool.</description>
			<pubDate>Fri, 30 Nov 2012 23:12:54 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02141.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02141.part" length="4033" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.tools.data.scripts</title>
			<description>Scripts for creating new tools.</description>
			<pubDate>Fri, 30 Nov 2012 23:12:29 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02140.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02140.part" length="4751" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.init</title>
			<description>Remove the nodetype&apos;s right-click menu. It&apos;s now being implemented via callback.</description>
			<pubDate>Tue, 27 Nov 2012 15:19:43 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02139.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02139.part" length="8551" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.client.rightClickMenuForBuddies</title>
			<description>Right-click menu for I/O buddy window.</description>
			<pubDate>Tue, 27 Nov 2012 15:15:16 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02138.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02138.part" length="1622" type="application/x-frontier-mbar"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.client.buttons.buddies.[&quot;00004500\tRefresh&quot;]</title>
			<description>Refresh button for the I/O buddy window.</description>
			<pubDate>Tue, 27 Nov 2012 15:14:50 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02137.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02137.part" length="691" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.userlandSamples.getGoogleMovies</title>
			<description>A sample script that tells you what movies are playing nearby now. Unfortunately the API doesn&apos;t tell you where they&apos;re playing. Oh well.</description>
			<pubDate>Mon, 19 Nov 2012 17:14:35 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02136.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02136.part" length="2935" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.buttons.archive.[&quot;00004000\tNew Post&quot;]</title>
			<description>If there&apos;s a window attribute named newPostType create a node of that type.</description>
			<pubDate>Wed, 07 Nov 2012 22:20:10 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02134.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02134.part" length="2110" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.webApp.data.icons.enclosure</title>
			<description>New icon for enclosures.</description>
			<pubDate>Tue, 06 Nov 2012 18:34:51 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02133.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02133.part" length="251" type="application/x-frontier-TEXT"/>
			</item>
		<item>
			<title>system.verbs.builtins.op.getNetOutline</title>
			<description>If flKeepXml is true, and we don&apos;t have the xmltext, then we don&apos;t care how long it&apos;s been since we read -- we go ahead and read. The caller is depending on xmltext existing.</description>
			<pubDate>Tue, 06 Nov 2012 00:36:54 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02131.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02131.part" length="11572" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.webApp.data.icons</title>
			<description>New icons for the Roots page and other applications.</description>
			<pubDate>Sun, 04 Nov 2012 20:16:11 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02130.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02130.part" length="601" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.mainResponder.respond</title>
			<description>if user.prefs.flMainResponderHandlesErrors is true, and there is a boolean, pta^.flFakedError that&apos;s true, and if the error message begins with a ! -- if all that is true, we re-throw the error.</description>
			<pubDate>Fri, 02 Nov 2012 21:10:34 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02129.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02129.part" length="89017" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.OAuth.httpClient</title>
			<description>Work around breakage this morning in the Twitter API. Instead of calling tcp.httpReadUrl, we bake our own call to tcp.httpClient so we can send a header in.</description>
			<pubDate>Sat, 27 Oct 2012 15:01:48 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02128.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02128.part" length="3072" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.menuCommands.setOutlineTitle</title>
			<description>If the title is Untitled check if there&apos;s anything in the first summit of the window, if so, that becomes the default in the dialog instead of Untitled.</description>
			<pubDate>Thu, 25 Oct 2012 22:26:39 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02127.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02127.part" length="1831" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.date.getWhenString</title>
			<description>If it&apos;s 31 or more days ago, use the date instead of saying xxx days ago. The cutoff used to be 45 days.</description>
			<pubDate>Thu, 25 Oct 2012 15:19:04 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02126.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02126.part" length="2478" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.menus.menubar</title>
			<description>New Clear atts command in the World Outline sub-menu of the Outliner menu.</description>
			<pubDate>Wed, 24 Oct 2012 18:43:46 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02125.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02125.part" length="48570" type="application/x-frontier-mbar"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.menuCommands.outlinerClearAtts</title>
			<description>Created.</description>
			<pubDate>Wed, 24 Oct 2012 18:43:24 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02124.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02124.part" length="1769" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.string.maxLength</title>
			<description>Make sure the string doesn&apos;t contain more than ctmax characters. If it does, shorten it to the last space and add elipses.</description>
			<pubDate>Tue, 23 Oct 2012 21:00:20 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02123.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02123.part" length="1248" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.html.directory.viewDirectory</title>
			<description>Set the value of pta^.adrdirectoryitem even if we&apos;re returning because adrHtmlText has already been set by a callback. This gets the Atts debugging popup to work again.</description>
			<pubDate>Tue, 23 Oct 2012 16:54:41 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02122.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02122.part" length="28396" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.userlandSamples.downloadLinkblogArchive</title>
			<description>Download a linkblog that has an archive element at the top leve.</description>
			<pubDate>Sat, 13 Oct 2012 17:43:29 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02121.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02121.part" length="3003" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.findPartsChangedToday</title>
			<description>Sample script that recurses through a table producing a list of parts that changed today.</description>
			<pubDate>Sat, 13 Oct 2012 16:38:13 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02120.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02120.part" length="1361" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.string.getLinkFromString</title>
			<description>Return true if the string contains at least one link and with adrlink pointing to the link text. This is used in microliner.root to pull the link out of the text and make the outline node link to it. This was cribbed from twitter.hotuptext.</description>
			<pubDate>Thu, 11 Oct 2012 15:40:50 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02119.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02119.part" length="1704" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter.data.oAuth</title>
			<description>Update the API urls for Twitter.</description>
			<pubDate>Thu, 11 Oct 2012 11:11:25 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02118.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02118.part" length="782" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>user.twitter.prefs</title>
			<description>The API urls changed for Twitter.</description>
			<pubDate>Thu, 11 Oct 2012 11:10:27 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02117.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02117.part" length="1636" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.opml.getHtmlFromOpml</title>
			<description>Created. Give me some opmltext and I&apos;ll give you some HTML.</description>
			<pubDate>Wed, 10 Oct 2012 17:16:21 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02116.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02116.part" length="2484" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.worldOutline.rightClickMenu</title>
			<description>New command to set the &quot;url&quot; attribute of the cursor headline.</description>
			<pubDate>Mon, 08 Oct 2012 15:02:47 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02115.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02115.part" length="7863" type="application/x-frontier-mbar"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.menuCommands.outlinerSetUrl</title>
			<description>Created.</description>
			<pubDate>Mon, 08 Oct 2012 15:01:36 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02113.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02113.part" length="906" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.comments.save</title>
			<description>Save to the server specified by the editorialDomain attribute.</description>
			<pubDate>Sun, 07 Oct 2012 17:19:49 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02112.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02112.part" length="4368" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.comments.open</title>
			<description>New param, editorialDomain. It says its optional, but I don&apos;t think it is since we&apos;re called from one place, and it&apos;s always provided.</description>
			<pubDate>Sun, 07 Oct 2012 17:19:08 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02111.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02111.part" length="5212" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.website.comments.open</title>
			<description>Send the editorialDomain param to the open routine.</description>
			<pubDate>Sun, 07 Oct 2012 17:18:46 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02110.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02110.part" length="1840" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.scheduler2.subtaskRunner</title>
			<description>If the log table for the task has a boolean flKillDuplicate, and it&apos;s true, then we just kill a previous instance of the script and go ahead and launch a new one.</description>
			<pubDate>Sun, 07 Oct 2012 12:52:00 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02109.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02109.part" length="7612" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.op.render.viewOutline</title>
			<description>Use the generalized glossary to look up rules.</description>
			<pubDate>Sat, 06 Oct 2012 15:56:15 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02107.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02107.part" length="50061" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.addToRSS</title>
			<description>Automatically pop out to the parent of the headline with a type attribute.</description>
			<pubDate>Fri, 05 Oct 2012 18:49:28 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02106.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02106.part" length="3616" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.buttons.archive</title>
			<description>Remove three buttons, add a new one.</description>
			<pubDate>Fri, 05 Oct 2012 18:48:13 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02105.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02105.part" length="5075" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.buttons.oldbuttons</title>
			<description>Buttons removed from worldoutline windows.</description>
			<pubDate>Fri, 05 Oct 2012 18:47:36 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02103.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02103.part" length="2122" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.outlines.prefs</title>
			<description>New prefs panel for Watched Folder feature.</description>
			<pubDate>Thu, 04 Oct 2012 14:45:28 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02099.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02099.part" length="16590" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.outlines.watchedFolderClipboard</title>
			<description>Template for the watched folder clipboard HTML.</description>
			<pubDate>Thu, 04 Oct 2012 14:44:58 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02098.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02098.part" length="679" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.thread</title>
			<description>The opmlEditor code, which is getting quite substantial, gets its own thread.</description>
			<pubDate>Thu, 04 Oct 2012 14:44:31 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02097.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02097.part" length="849" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.init</title>
			<description>Initialize watchedfolder feature.</description>
			<pubDate>Thu, 04 Oct 2012 14:42:09 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02095.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02095.part" length="38779" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.comments.button</title>
			<description>url-encode the parameters we put into the hidden fields. Otherwise things get trashed if we use double-quotes or other characters that require encoding.</description>
			<pubDate>Wed, 03 Oct 2012 13:48:19 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02093.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02093.part" length="2034" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.webApp.viewMenuFromOpml</title>
			<description>New optional param, flMenuVisible. Allows the caller to say that the menu is not initially visible. This is the way I want it on the new Scripting News home page.</description>
			<pubDate>Tue, 02 Oct 2012 23:54:00 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02092.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02092.part" length="4255" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.addBookmarkCallback</title>
			<description>Add a worldoutlineserver param on the call to openArchivedOutline.</description>
			<pubDate>Tue, 02 Oct 2012 23:45:08 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02091.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02091.part" length="1491" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.menuCommands.outlinerSetCollapse</title>
			<description>Created.</description>
			<pubDate>Sun, 30 Sep 2012 16:45:51 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02086.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02086.part" length="1123" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.userlandSamples.thinkTankTemplates</title>
			<description>A script that reads .head files, and loads a folder of ThinkTank sample files into an object database table.</description>
			<pubDate>Fri, 28 Sep 2012 23:22:10 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02085.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02085.part" length="74026" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.string.getDirectiveValue</title>
			<description>Created.</description>
			<pubDate>Thu, 27 Sep 2012 13:31:30 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02083.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02083.part" length="1552" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.webApp.viewHeadIncludes</title>
			<description>Add a newline after every carriage return so it looks great when you view-source in Chrome.</description>
			<pubDate>Tue, 25 Sep 2012 03:08:02 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02082.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02082.part" length="2111" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.webApp.viewMenu</title>
			<description>Add a newline after a carriage return in the add function so when you view source in Chrome it doesn&apos;t look like crap.</description>
			<pubDate>Tue, 25 Sep 2012 03:05:24 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02081.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02081.part" length="19295" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.comments.init</title>
			<description>Init adrdata^.prefs.disqusName.</description>
			<pubDate>Mon, 24 Sep 2012 11:43:24 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02079.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02079.part" length="2608" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.html.directory.getCanonicalName</title>
			<description>New optional param, flStripMarkup. If true we first remove all markup before generating the canonical name.</description>
			<pubDate>Sun, 23 Sep 2012 16:33:33 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02075.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02075.part" length="3147" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.rss.getFeedItems</title>
			<description>Convert Atom &quot;content&quot; elements into string descriptions, not tables.</description>
			<pubDate>Sat, 22 Sep 2012 13:32:16 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02074.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02074.part" length="31812" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.rss.getTextFromAtomContent</title>
			<description>Some Atom &quot;entry&quot; elements contain incredibly complicated content elements. Way too much for an aggregator to deal with. What we want is a sequence of paragraphs.</description>
			<pubDate>Sat, 22 Sep 2012 13:30:43 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02073.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02073.part" length="2146" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.opml.opmlToJson</title>
			<description>http://worknotes.scripting.com/september2012/91712ByDw/river2IsSourceurlaware</description>
			<pubDate>Mon, 17 Sep 2012 21:31:18 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02070.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02070.part" length="1411" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.comments.buttons.[&quot;00002000\tView&quot;]</title>
			<description>Created.</description>
			<pubDate>Mon, 17 Sep 2012 17:19:44 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02069.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02069.part" length="1026" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.opml.neuterStruct</title>
			<description>Neuter macros.</description>
			<pubDate>Sun, 16 Sep 2012 13:02:20 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02067.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02067.part" length="2301" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.opml.data</title>
			<description>A new data table for xml.opml containing a table of legal tags.</description>
			<pubDate>Thu, 13 Sep 2012 13:50:15 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02062.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02062.part" length="3213" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.op.render.data.urls</title>
			<description>Shorten the URLs in rendered outlines, to make for smaller pages, quicker loads, easier to read code.</description>
			<pubDate>Wed, 12 Sep 2012 12:25:06 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02061.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02061.part" length="607" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.html.directory.walk</title>
			<description>Change the way we test to see if we&apos;re looking at an outline node. The way we were doing it was very old, dating back over ten years, and it was seeing &quot;htmlcache&quot; as an outline node. Not good. Now we give a better error message when we fall off the tree</description>
			<pubDate>Tue, 11 Sep 2012 21:38:40 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02060.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02060.part" length="22155" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.json.data.replaceTable.[&quot;&amp;quot;&quot;]</title>
			<description>In json.decompile, change an HTML-encoded double-quote to the proper JSON encoding.</description>
			<pubDate>Tue, 11 Sep 2012 15:30:59 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02059.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02059.part" length="217" type="application/x-frontier-TEXT"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.menuCommands.yourName</title>
			<description>Also set the comments username.</description>
			<pubDate>Mon, 10 Sep 2012 14:30:20 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02057.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02057.part" length="876" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.website.comments</title>
			<description>Local website support for comments.</description>
			<pubDate>Mon, 10 Sep 2012 14:18:29 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02055.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02055.part" length="2919" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.comments</title>
			<description>Core routines for comments, workstation-side.</description>
			<pubDate>Mon, 10 Sep 2012 14:18:09 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02054.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02054.part" length="12199" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>workspace.userlandSamples.buildThreadsRedirects</title>
			<description>Builds redirects from the new threads site to posts on the original one.</description>
			<pubDate>Mon, 03 Sep 2012 21:49:47 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02049.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02049.part" length="3509" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.s3.route53.testing.changeRecordValue</title>
			<description>Example code to change a record value.</description>
			<pubDate>Fri, 31 Aug 2012 23:24:30 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02047.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02047.part" length="1004" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.s3.ses.sendMail</title>
			<description>Don&apos;t call searchengine.stripmarkup on plain text versions, this converts linefeeds and probably other characters. If you want to use the plaintext version, don&apos;t include markup. Also do the full url-encoding, not partial.</description>
			<pubDate>Fri, 31 Aug 2012 15:20:22 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02046.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02046.part" length="5023" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.s3.ses.init</title>
			<description>Remove username and password, they&apos;re not needed. Add a few stats.</description>
			<pubDate>Wed, 29 Aug 2012 13:29:21 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02044.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02044.part" length="1379" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.s3.ses</title>
			<description>Glue for Amazon&apos;s SES.</description>
			<pubDate>Wed, 29 Aug 2012 13:23:41 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02043.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02043.part" length="20026" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.utilities.patchFileSystemUrl</title>
			<description>Don&apos;t patch the config.mainresponder.domains entry.</description>
			<pubDate>Tue, 28 Aug 2012 19:24:57 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02042.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02042.part" length="1751" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.prefs.updateStaticText</title>
			<description>Undo this. Have to be more careful when we come back here to be sure that the domain is not the default external name.</description>
			<pubDate>Tue, 28 Aug 2012 19:24:47 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02041.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02041.part" length="2217" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.everyMinute</title>
			<description>Comment out the code in the earlier change.</description>
			<pubDate>Tue, 28 Aug 2012 19:24:36 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02040.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02040.part" length="12266" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>user.webserver.responders.websiteFramework.condition</title>
			<description>If the path is / or the empty string, we claim it. Otherwise there would be no way to access the OPML Server site.</description>
			<pubDate>Tue, 28 Aug 2012 17:12:09 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02038.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02038.part" length="4982" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.menus.scripts.jumpCommand</title>
			<description>If user.prefs.dialogs.jumpAddress is not defined, set it to workspace. It used to be set to &quot;websites&quot;.</description>
			<pubDate>Tue, 28 Aug 2012 13:02:12 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02031.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02031.part" length="4866" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.utilities.setCookieDomain</title>
			<description>We were setting the cookie domain to the root domain, but now we set it to the full domain. For example we&apos;d turn hello.goodbye.com into goodbye.com. This meant the value of cookies would apply everywhere on goodbye.com. That immediately caused problems f</description>
			<pubDate>Tue, 28 Aug 2012 12:55:28 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02030.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02030.part" length="2072" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.prefs.validateDomain</title>
			<description>Call opmlEditor.utilities.patchFileSystemUrl after validating the external name.</description>
			<pubDate>Mon, 27 Aug 2012 23:42:30 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02029.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02029.part" length="2419" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>user.betty.rpcHandlers.getRandomNumber</title>
			<description>Created.</description>
			<pubDate>Mon, 27 Aug 2012 17:59:03 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02019.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02019.part" length="748" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.tools.data.windowTypes.outlinerFile.save</title>
			<description>If we&apos;re saving an Untitled window, it&apos;s okay to change the window title to the name of the file. Otherwise it just stays Untitled even though it is no longer untitled.</description>
			<pubDate>Sat, 25 Aug 2012 00:28:29 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02017.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02017.part" length="11889" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.server.archiveOutline</title>
			<description>If the archiveDomain pref hasn&apos;t been set, refuse to archive. We won&apos;t be able to generate a good URL.</description>
			<pubDate>Wed, 22 Aug 2012 02:12:21 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02016.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02016.part" length="2460" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.tools.data.windowTypes.outlinerFile.open</title>
			<description>Don&apos;t change the window title to the filename if it&apos;s an OPML file that specifies the window title.</description>
			<pubDate>Fri, 17 Aug 2012 21:28:29 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02015.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02015.part" length="10317" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.buttons.archive.[&quot;00002000\tTitle&quot;]</title>
			<description>Also set the title attribute of the window.</description>
			<pubDate>Thu, 16 Aug 2012 17:21:31 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02011.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02011.part" length="1043" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.userlandSamples.buildReplacetables</title>
			<description>Code and data used to build the replace tables.</description>
			<pubDate>Mon, 13 Aug 2012 14:07:43 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02008.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02008.part" length="96930" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.entityDecode</title>
			<description>New optional param, flDecodeNumericEntities. If false, we don&apos;t convert strings like &amp;#200; -- leave them as-is.</description>
			<pubDate>Mon, 13 Aug 2012 14:07:18 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02007.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02007.part" length="8328" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.saveArchivedOutline</title>
			<description>Encode special characters.</description>
			<pubDate>Mon, 13 Aug 2012 14:06:57 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02005.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02005.part" length="8991" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.worldOutline.replaceTableInverted2</title>
			<description>&quot;Overflow&quot; replace table used when reading outlines from the worldoutline server.</description>
			<pubDate>Mon, 13 Aug 2012 14:06:40 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02004.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02004.part" length="270" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.worldOutline.replaceTableInverted1</title>
			<description>New replace table used when to convert text when opening worldoutlines.</description>
			<pubDate>Mon, 13 Aug 2012 14:06:18 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02003.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02003.part" length="4022" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.worldOutline.replaceTable</title>
			<description>New replace table used when saving world outlines.</description>
			<pubDate>Mon, 13 Aug 2012 14:05:50 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02002.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02002.part" length="4013" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.rss.data.replaceTable</title>
			<description>Added a new item to the replace table for HTML encodings.</description>
			<pubDate>Sun, 12 Aug 2012 13:03:07 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/02001.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/02001.part" length="1189" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.prefs2.bootstrap.xstructToTabs</title>
			<description>Add \n after \r so tabs are view-sourceable in Chrome.</description>
			<pubDate>Sun, 05 Aug 2012 14:57:48 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01999.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01999.part" length="5086" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.menuCommands.outlinerSetNodeToRiverType</title>
			<description>Created.</description>
			<pubDate>Sat, 04 Aug 2012 18:21:21 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01996.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01996.part" length="902" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.OAuth.waitForAuthorization</title>
			<description>Get username and userId from the server, store in the app table.</description>
			<pubDate>Tue, 31 Jul 2012 15:43:01 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01995.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01995.part" length="2386" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.OAuth.getAccessToken</title>
			<description>Two new optional params, adruserid, adrusername. If non-nil, get these values from the string returned by the server.</description>
			<pubDate>Tue, 31 Jul 2012 15:42:54 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01994.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01994.part" length="3628" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter.getReplies</title>
			<description>Decode the text of replies. So instead of &amp;lt;hello&amp;gt; you get &lt;hello&gt;.</description>
			<pubDate>Wed, 25 Jul 2012 16:04:01 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01992.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01992.part" length="12266" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.userlandSamples.s3redirect</title>
			<description>A utility script that adds HTML-level redirects to a folder on S3.</description>
			<pubDate>Wed, 25 Jul 2012 00:57:40 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01991.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01991.part" length="2274" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.utilities.clearAllTypes</title>
			<description>A utility script to remove the types on all headlines subordinate to the cursor headline, at all levels.</description>
			<pubDate>Mon, 23 Jul 2012 21:36:10 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01989.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01989.part" length="1234" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter.getTimeLine</title>
			<description>Updated to work with the OAuth-based authentication system.</description>
			<pubDate>Sun, 22 Jul 2012 11:25:32 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01986.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01986.part" length="12327" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.rightClickCallback</title>
			<description>Added much more direct way of doing this using menu.addsubmenu.</description>
			<pubDate>Fri, 20 Jul 2012 14:30:13 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01983.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01983.part" length="2166" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.worldOutline</title>
			<description>New right-click sub-menu for worldoutline windows.</description>
			<pubDate>Fri, 20 Jul 2012 14:29:56 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01982.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01982.part" length="5436" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.op.outlineToXml</title>
			<description>New pref, user.prefs.flOpmlAddLinefeeds, if true we add linefeeds like the name says. Makes it possible to read the source in Chrome and other linefeed-sensitive browsers.</description>
			<pubDate>Thu, 19 Jul 2012 12:49:50 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01981.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01981.part" length="21923" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.prefs2.viewPanel</title>
			<description>New optional param, path.</description>
			<pubDate>Tue, 17 Jul 2012 17:10:01 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01980.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01980.part" length="8672" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.prefs2.main</title>
			<description>Allow for a new path param.</description>
			<pubDate>Tue, 17 Jul 2012 17:09:48 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01979.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01979.part" length="2263" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.s3.route53.testing.outlineToDomains</title>
			<description>Loop over the frontmost outline, mapping names to ip addresses or cnames.</description>
			<pubDate>Tue, 17 Jul 2012 15:21:26 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01978.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01978.part" length="2247" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.temp.op.netOutlines.[&quot;http://static.reallysimple.org/worldoutline/dave/2012/01/05/archive039.opml&quot;].outline</title>
			<description>The server install docs have a new URL.</description>
			<pubDate>Fri, 13 Jul 2012 17:01:54 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01977.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01977.part" length="22668" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.builtins.webBrowser.bringToFront</title>
			<description>If we&apos;re running on Windows, do nothing. Assume this verb is called immediately after a webBrowser.openUrl, which now also does the bringToFront on its own. We were getting a weird situation where first Chrome would come to the front, then Firefox (and th</description>
			<pubDate>Fri, 13 Jul 2012 15:17:08 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01976.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01976.part" length="1139" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.realtime.client.getUpdates</title>
			<description>If we get a realtime/disable update, return immediately.</description>
			<pubDate>Wed, 11 Jul 2012 15:42:08 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01974.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01974.part" length="6846" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.client.incomingUpdate</title>
			<description>If we get an event of type &quot;realtime&quot; with data of &quot;disabled&quot; we disable the io client.</description>
			<pubDate>Wed, 11 Jul 2012 15:41:25 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01973.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01973.part" length="1644" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.realtime.server.rpcHandlers.getUpdates</title>
			<description>If the realtime layer is not enabled, return an update that indicates that the server is disabled. The client should stop requesting updates.</description>
			<pubDate>Wed, 11 Jul 2012 15:41:01 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01972.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01972.part" length="1714" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.log2.view</title>
			<description>Tweaks to the look of log tables based on what I&apos;ve learned about CSS in the last year.</description>
			<pubDate>Tue, 26 Jun 2012 22:35:26 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01970.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01970.part" length="18997" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.menuCommands.exportObject</title>
			<description>Initialize user.opmlEditor.prefs.exportFolder here instead of in opmlEditor.init.</description>
			<pubDate>Sun, 24 Jun 2012 20:11:40 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01969.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01969.part" length="2752" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.getHeadlineUrl</title>
			<description>If we&apos;re in a howto, return the url of the howto document, with a # after it pointing to the section the cursor was in. This makes it possible to use the RSS+ button to announce new sections of a FAQ, for example.</description>
			<pubDate>Sat, 23 Jun 2012 15:37:23 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01967.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01967.part" length="8490" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.html.getJpegHeightWidth</title>
			<description>We need to cache this, but we don&apos;t need to use cache.root. Use a new system.temp table. Smaller footprint.</description>
			<pubDate>Fri, 22 Jun 2012 16:07:02 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01966.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01966.part" length="4359" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.prefs2.radioListPref</title>
			<description>radiolist is a comma-separated list of choices. The returned value is a string, the one the user selected. Each item in the list may have a period, followed by explanation text. This is not part of the value of the button, just part of the display.</description>
			<pubDate>Thu, 21 Jun 2012 21:37:49 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01965.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01965.part" length="2208" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.website.signup</title>
			<description>Created.</description>
			<pubDate>Thu, 21 Jun 2012 21:37:33 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01964.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01964.part" length="809" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.member.getRedirectUrl</title>
			<description>Called from a web page script, signing up or signing in, that wants to know where to redirect to. Factors code.</description>
			<pubDate>Thu, 21 Jun 2012 21:36:30 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01961.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01961.part" length="1368" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.member.addSignInCommands</title>
			<description>A bottleneck each of the viewMenu routines can call to add a sign-in command to the menu. We might add a sign-up command if that is permitted.</description>
			<pubDate>Thu, 21 Jun 2012 21:36:19 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01960.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01960.part" length="1679" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.fileSynch.deleteFile</title>
			<description>If flDeleteEnabled pref is false, don&apos;t delete.</description>
			<pubDate>Thu, 21 Jun 2012 14:10:07 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01955.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01955.part" length="3668" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.fileSynch.initSynchPoint</title>
			<description>Init new pref, flDeleteEnabled. If true, we don&apos;t delete files on the server when they are gone from the folder. For backward compatibility, it&apos;s initialized to true.</description>
			<pubDate>Thu, 21 Jun 2012 14:09:32 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01954.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01954.part" length="13648" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.userlandSamples.checkS3Archive</title>
			<description>Compare a folder on the hard disk with a folder on S3. Report any files that are missing in S3.</description>
			<pubDate>Thu, 21 Jun 2012 13:34:24 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01953.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01953.part" length="1654" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.tools.windowTypes.commands.openUrl</title>
			<description>When opening a window that&apos;s already been opened, the title was all screwed up. Fixed.</description>
			<pubDate>Thu, 21 Jun 2012 00:22:29 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01951.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01951.part" length="25291" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.viewUsers</title>
			<description>We were abbreviating the name of the day in one column and not in the other.</description>
			<pubDate>Wed, 20 Jun 2012 11:19:13 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01948.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01948.part" length="3772" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.viewMenu</title>
			<description>Non-admin users should not see commands they can&apos;t use.</description>
			<pubDate>Sun, 17 Jun 2012 23:19:45 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01946.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01946.part" length="6343" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.string.validUsername</title>
			<description>Return true if it&apos;s a valid username, false otherwise. A username has no blanks in it, and only alpha and numeric characters. It must be at least one character long and no more than 32 characters (both are parameters).</description>
			<pubDate>Fri, 15 Jun 2012 19:48:18 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01945.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01945.part" length="3112" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.viewReferrers</title>
			<description>Keep the length of the display for the referers reasonable so the table doesn&apos;t get too wide.</description>
			<pubDate>Fri, 15 Jun 2012 18:42:12 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01944.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01944.part" length="3704" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>suites.webEdit.backupObject</title>
			<description>Create a backup copy of the object, before it gets over-written by a webedit operation. Copied from the webEditServer function.</description>
			<pubDate>Thu, 14 Jun 2012 15:27:02 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01943.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01943.part" length="1869" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>suites.webEdit.checkOutObject</title>
			<description>Backup the old object locally before checking it out.</description>
			<pubDate>Thu, 14 Jun 2012 15:26:51 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01942.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01942.part" length="1923" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>suites.webEdit.init</title>
			<description>Init prefs for backup folder for checkouts.</description>
			<pubDate>Thu, 14 Jun 2012 15:26:39 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01941.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01941.part" length="3245" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.slogans.[&quot;015&quot;]</title>
			<description>Shortened slogan #15. (It was too long to fit in Radio2&apos;s prompt.)</description>
			<pubDate>Wed, 13 Jun 2012 16:48:23 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01939.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01939.part" length="267" type="application/x-frontier-TEXT"/>
			</item>
		<item>
			<title>system.verbs.builtins.op.render.data.html.discussImg</title>
			<description>HTML text for the discussion image.</description>
			<pubDate>Sat, 09 Jun 2012 17:38:35 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01936.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01936.part" length="2002" type="application/x-frontier-wptx"/>
			</item>
		<item>
			<title>workspace.userlandSamples.indexWebeditBackups</title>
			<description>Run this when you want to create a list of updated parts from a Webedit Backups folder.</description>
			<pubDate>Fri, 08 Jun 2012 19:41:50 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01934.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01934.part" length="3139" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.s3.synchFolder.uploadFile</title>
			<description>Add a couple more stats.</description>
			<pubDate>Thu, 07 Jun 2012 19:19:35 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01932.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01932.part" length="4833" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>user.betty.rpcHandlers.pingServerMonitor</title>
			<description>I just did a clean install and it isn&apos;t in it either. Something strange might be happening here?</description>
			<pubDate>Wed, 06 Jun 2012 23:25:16 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01930.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01930.part" length="1250" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.slogans</title>
			<description>16th slogan.</description>
			<pubDate>Mon, 04 Jun 2012 19:12:54 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01929.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01929.part" length="1527" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.html.directory.init</title>
			<description>Init walk callback table.</description>
			<pubDate>Thu, 31 May 2012 15:54:01 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01928.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01928.part" length="3683" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.Flickr.people.getGroupsOpml</title>
			<description>Add title attribute on outline element, improve encoding.</description>
			<pubDate>Wed, 30 May 2012 20:37:17 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01925.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01925.part" length="3599" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.Flickr.people.getGroups</title>
			<description>Return a table of groups the user belongs to.</description>
			<pubDate>Wed, 30 May 2012 16:42:50 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01922.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01922.part" length="2879" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.rootUpdates.update</title>
			<description>If updates aren&apos;t enabled, don&apos;t update.</description>
			<pubDate>Wed, 30 May 2012 16:01:28 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01921.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01921.part" length="42470" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.rootUpdates.init</title>
			<description>Init user.rootUpdates.prefs.enabled.</description>
			<pubDate>Wed, 30 May 2012 16:00:41 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01920.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01920.part" length="7224" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.opml.opmlToGloss</title>
			<description>Add the elements from the opml xstruct to the glossary table.</description>
			<pubDate>Wed, 30 May 2012 14:10:00 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01919.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01919.part" length="1384" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.opml.glossToOpml</title>
			<description>Created.</description>
			<pubDate>Wed, 30 May 2012 14:09:51 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01918.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01918.part" length="3192" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.string.tableReplace</title>
			<description>A version of string.multipleReplaceAll with the defaults we always call it with.</description>
			<pubDate>Tue, 29 May 2012 00:13:28 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01916.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01916.part" length="763" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.menuCommands.outlinerSetTypeTo</title>
			<description>Set the name attribute.</description>
			<pubDate>Mon, 28 May 2012 16:07:04 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01912.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01912.part" length="1037" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.opCursorMovedCallback</title>
			<description>Set the name attribute if one is called for.</description>
			<pubDate>Mon, 28 May 2012 16:06:52 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01911.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01911.part" length="2092" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.setNameAttribute</title>
			<description>If the cursor headline has a type att but no name att, and its linetext contains non-whitespace characters, give it a name attribute.</description>
			<pubDate>Mon, 28 May 2012 16:06:40 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01910.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01910.part" length="1199" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.menuCommands.closeAllWindows</title>
			<description>Added code that allows for this in the case of the Quick Script window, Find &amp; Replace Dialog, and scripts attached to menu commands. Also, if it&apos;s a guest database window, just hide, don&apos;t close it because that closes the file. Oops. Don&apos;t want to do tha</description>
			<pubDate>Sun, 27 May 2012 23:26:15 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01909.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01909.part" length="2735" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.loadPartsFromFolder</title>
			<description>Ignore archive folder and ignore errors loading a file.</description>
			<pubDate>Sun, 27 May 2012 17:03:12 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01908.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01908.part" length="1914" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.loadPartFromFile</title>
			<description>Back up the part before updating in a calendar-structured folder.</description>
			<pubDate>Sun, 27 May 2012 17:03:01 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01907.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01907.part" length="4683" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.opml.xstructToIndentedText</title>
			<description>Created.</description>
			<pubDate>Mon, 21 May 2012 21:33:16 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01905.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01905.part" length="1846" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.globals.runSelection</title>
			<description>Fix a bug where Cmd-/ would fail if the Find &amp; Replace window was behind the Oneliners window.</description>
			<pubDate>Mon, 21 May 2012 13:36:14 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01904.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01904.part" length="6991" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.menuCommands.outlinerSetNodeDomain</title>
			<description>Use the text from the headline in the prompt for the domain.</description>
			<pubDate>Mon, 21 May 2012 13:22:55 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01901.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01901.part" length="2233" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.menuCommands.outlinerSetPubDate</title>
			<description>Rework the UI.</description>
			<pubDate>Mon, 21 May 2012 13:22:42 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01900.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01900.part" length="1114" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.backup</title>
			<description>Contains a snapshot of the World Outline sub-menu of the Outliner menu.</description>
			<pubDate>Mon, 21 May 2012 13:22:24 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01899.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01899.part" length="5970" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.addAttribute</title>
			<description>If the item doesn&apos;t have an atts sub-table, create it.</description>
			<pubDate>Sun, 20 May 2012 17:40:37 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01898.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01898.part" length="1296" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.html.directory.viewNodetype</title>
			<description>Allow for callbacks.</description>
			<pubDate>Sun, 20 May 2012 17:39:49 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01896.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01896.part" length="2883" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.rss.getFeedCached</title>
			<description>Created.</description>
			<pubDate>Thu, 17 May 2012 15:25:58 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01892.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01892.part" length="1441" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.website.openGlossary</title>
			<description>The core of the routine is factored, so it can be called from a menu command.</description>
			<pubDate>Mon, 14 May 2012 15:07:54 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01888.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01888.part" length="1423" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.openGlossary</title>
			<description>Created.</description>
			<pubDate>Mon, 14 May 2012 15:07:43 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01887.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01887.part" length="1356" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.opml.getBodyAddress</title>
			<description>Code I got tired of writing over and over.</description>
			<pubDate>Sun, 13 May 2012 18:01:25 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01886.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01886.part" length="723" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.hostNotFoundCallback</title>
			<description>Redirect to opmlServer not opmlEditor -- the new preferred address for the site.</description>
			<pubDate>Sat, 12 May 2012 14:25:19 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01885.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01885.part" length="1143" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.viewDomains</title>
			<description>Lowercase the domain names.</description>
			<pubDate>Sat, 05 May 2012 14:27:01 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01875.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01875.part" length="4114" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.website.[&quot;#template&quot;]</title>
			<description>Change the title on pages to &quot;OPML Server&quot; -- it used to be OPML Editor.</description>
			<pubDate>Fri, 04 May 2012 23:03:30 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01874.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01874.part" length="7732" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.builtins.mainResponder.data.errorTemplate</title>
			<description>Template for error page in mainResponder.respond (not used, but included for backup).</description>
			<pubDate>Fri, 04 May 2012 12:45:12 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01869.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01869.part" length="1204" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.builtins.webApp.viewHeroUnit</title>
			<description>Created.</description>
			<pubDate>Sun, 29 Apr 2012 14:00:49 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01865.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01865.part" length="1107" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.webApp.data.heroUnitTemplate</title>
			<description>Template for the bootstrap.heroUnit macro.</description>
			<pubDate>Sun, 29 Apr 2012 14:00:08 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01864.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01864.part" length="1272" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>workspace.userlandSamples.pullMacrosFromOutline</title>
			<description>Use this script to get a list of macros that appear in an outline. To use, open the outline containing the macros, then open this script and click the Run button. A list of macros will open.</description>
			<pubDate>Thu, 26 Apr 2012 16:33:07 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01863.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01863.part" length="1841" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.html.directory.getBreadcrumbString</title>
			<description>New optional param, flIncludeLastElement, if false, we omit the last element in the list.</description>
			<pubDate>Thu, 26 Apr 2012 13:30:46 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01861.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01861.part" length="5182" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.websiteName</title>
			<description>The name of the OPML Server website, in case we need to change it again. :-)</description>
			<pubDate>Tue, 24 Apr 2012 21:34:10 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01855.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01855.part" length="223" type="application/x-frontier-TEXT"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.menuCommands.openSettings</title>
			<description>Created.</description>
			<pubDate>Tue, 24 Apr 2012 21:33:07 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01853.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01853.part" length="732" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.urls.settingsPage</title>
			<description>Address of the Settings page on the local machine.</description>
			<pubDate>Tue, 24 Apr 2012 21:32:55 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01852.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01852.part" length="269" type="application/x-frontier-TEXT"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.tools.nodeTypes.callbacks.opRightClick</title>
			<description>Callbacks added as window attributes.</description>
			<pubDate>Tue, 24 Apr 2012 15:10:31 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01851.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01851.part" length="14451" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.op.attributes.deleteOne</title>
			<description>Created. This bit of functionality was missing.</description>
			<pubDate>Tue, 24 Apr 2012 15:09:29 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01850.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01850.part" length="887" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.menus.mainMenuArchive</title>
			<description>Archived copy of the Main menu.</description>
			<pubDate>Sun, 22 Apr 2012 21:56:35 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01844.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01844.part" length="2542" type="application/x-frontier-mbar"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.urls.worldOutlineUserDocs</title>
			<description>Address of the userdocs page for the world outline.</description>
			<pubDate>Sat, 21 Apr 2012 15:26:59 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01841.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01841.part" length="265" type="application/x-frontier-TEXT"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.member.getMemberPrefs</title>
			<description>Get the member prefs for the signed-on user. If no user is signed-on, return false, otherwise return true.</description>
			<pubDate>Fri, 20 Apr 2012 17:56:18 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01838.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01838.part" length="1900" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.website.settings</title>
			<description>Provide a spot for entering the user&apos;s Bio url.</description>
			<pubDate>Fri, 20 Apr 2012 15:33:00 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01837.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01837.part" length="3379" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.outlines.memberInfoDialog</title>
			<description>Add a place for the user to enter the URL of their bio page.</description>
			<pubDate>Fri, 20 Apr 2012 15:32:43 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01836.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01836.part" length="1933" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.clickers.typeTEXT</title>
			<description>Try to parse the file as OPML, if it works, open it as an outline. I would like to depend on the size of the window from the OPML, but if there are lots of times when it isn&apos;t set, and if so the window looks awful.</description>
			<pubDate>Thu, 19 Apr 2012 13:51:15 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01832.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01832.part" length="4170" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.html.directory.data.opmlReturnXstruct</title>
			<description>Added windowTop, windowLeft, windowBottom, windowRight values in the head section of the returned OPML.</description>
			<pubDate>Thu, 19 Apr 2012 13:49:33 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01831.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01831.part" length="2313" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.apps.s3.synchFolder.init</title>
			<description>Since fileSynch.initSynchPoint no longer creates the folder unless the feature is enabled, we can go ahead and initialize it whether or not the feature is enabled.</description>
			<pubDate>Sun, 15 Apr 2012 22:50:30 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01826.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01826.part" length="2171" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.userlandSamples.countDivs</title>
			<description>I was staring at a bit of HTML wondering if there were the same number of opening and closing divs. So I wrote a script to find out.</description>
			<pubDate>Sun, 15 Apr 2012 20:04:54 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01824.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01824.part" length="1689" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.member.initMember</title>
			<description>If we&apos;re setting the admin user&apos;s password, write it out to a text file where he or she can find it.</description>
			<pubDate>Sat, 14 Apr 2012 15:40:12 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01822.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01822.part" length="3464" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.prefs.updateAdminPasswordTextFile</title>
			<description>Called from the form when the user sets the Admin password.</description>
			<pubDate>Sat, 14 Apr 2012 15:39:40 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01820.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01820.part" length="900" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.utilities.writeAdminPasswordTextFile</title>
			<description>Created. Want to have this code in one place, so it&apos;s easy to control.</description>
			<pubDate>Sat, 14 Apr 2012 15:39:31 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01819.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01819.part" length="871" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.website.[&quot;#filters&quot;].firstFilter</title>
			<description>Allow the settings page to be accessed by non-members.</description>
			<pubDate>Wed, 11 Apr 2012 22:52:58 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01813.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01813.part" length="3111" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.utilities.getMyCname</title>
			<description>Trying a different approach, less expensive, and easier on my services, and much faster. Instead of allocating a CNAME from mediahackers.org, do a reverse DNS lookup. This makes sure we get an externally usable name.</description>
			<pubDate>Tue, 10 Apr 2012 13:35:08 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01807.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01807.part" length="1683" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.writeStaticFile</title>
			<description>Make sure the URL for local files agrees with the pref setting for the server&apos;s external name.</description>
			<pubDate>Mon, 09 Apr 2012 17:05:24 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01805.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01805.part" length="1418" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.scheduler2.showAttsInAboutWindow</title>
			<description>If the headline has no atts, don&apos;t return a string.</description>
			<pubDate>Sun, 08 Apr 2012 15:37:14 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01801.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01801.part" length="2616" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.utilities.allocDomainName</title>
			<description>Created. Parameter adrsetting points to a location that&apos;s to receive a CNAME that points to this machine.</description>
			<pubDate>Sat, 07 Apr 2012 15:50:54 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01797.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01797.part" length="1576" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.s3.synchFolder.uploadfile</title>
			<description>Callbacks.</description>
			<pubDate>Fri, 06 Apr 2012 19:42:57 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01796.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01796.part" length="3357" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.s3.init</title>
			<description>Init new callbacks table.</description>
			<pubDate>Fri, 06 Apr 2012 19:42:29 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01795.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01795.part" length="6215" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.pocalypse.menuCommands</title>
			<description>A place to add commands for Pocalyse users in the OPML Editor.</description>
			<pubDate>Thu, 05 Apr 2012 14:35:33 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01793.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01793.part" length="1021" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.pocalypse.openWorkspace</title>
			<description>If it&apos;s a new story, check with the server to see if we have any reviews for the user. If so, start with those. This is a way of getting the latest comments on a laptop, for example. It doesn&apos;t protect you from overwriting what&apos;s on the server.</description>
			<pubDate>Thu, 05 Apr 2012 01:47:46 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01792.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01792.part" length="3586" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.pocalypse.getReview</title>
			<description>Created.</description>
			<pubDate>Thu, 05 Apr 2012 01:47:34 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01791.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01791.part" length="1210" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.pocalypse.save</title>
			<description>Fix the title on the outline we send to the server. Used to be lo -- now it&apos;s Reviews from &quot;bullmancuso&quot;.</description>
			<pubDate>Tue, 03 Apr 2012 22:45:31 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01790.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01790.part" length="4361" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.pocalypse</title>
			<description>First release of workstation Pocalypse code.</description>
			<pubDate>Mon, 02 Apr 2012 21:41:57 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01786.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01786.part" length="9056" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.website.pocalypseButton</title>
			<description>The code behind the Collab button.</description>
			<pubDate>Mon, 02 Apr 2012 21:41:32 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01785.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01785.part" length="3922" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.webApp.data.headIncludesBootstrap2</title>
			<description>Point to the new locations of the global styles and scripts.</description>
			<pubDate>Sun, 01 Apr 2012 16:35:12 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01784.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01784.part" length="2890" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.builtins.webApp.data.menuScripts</title>
			<description>Removed the setCookie script. It&apos;s now in the global script include file.</description>
			<pubDate>Sun, 01 Apr 2012 15:32:49 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01783.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01783.part" length="1683" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.builtins.op.render.compileRules</title>
			<description>It shouldn&apos;t be an error for xmltext to be empty.</description>
			<pubDate>Tue, 27 Mar 2012 22:03:36 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01778.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01778.part" length="2746" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.viewUrls</title>
			<description>Wrap the table in a div so the styles are properly attached to it.</description>
			<pubDate>Tue, 27 Mar 2012 17:11:07 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01776.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01776.part" length="3143" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.outlines.domainsIntro</title>
			<description>Attach each of the styles to divDomainsPage.</description>
			<pubDate>Tue, 27 Mar 2012 17:10:47 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01774.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01774.part" length="1213" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.outlines.editOutlineForm</title>
			<description>Minor enhancement to the Edit button on worldoutline sites.</description>
			<pubDate>Tue, 27 Mar 2012 16:21:20 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01773.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01773.part" length="1212" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.builtins.prefs2.numberPref</title>
			<description>Fixed a problem with url-encoding addresses.</description>
			<pubDate>Mon, 26 Mar 2012 22:14:34 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01772.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01772.part" length="2705" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.prefs2.bootstrap.checkboxPref</title>
			<description>We must handle POST events here. They&apos;re different from string and text prefs.</description>
			<pubDate>Thu, 22 Mar 2012 19:18:43 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01765.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01765.part" length="1709" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>user.webserver.responders.ajax</title>
			<description>Change the condition for the responder so as to not interfere with existing &quot;/ajax/&quot; handlers.</description>
			<pubDate>Thu, 22 Mar 2012 14:54:45 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01762.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01762.part" length="3076" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.webApp.data.signOutCommand</title>
			<description>A string whose value is Sign-out.</description>
			<pubDate>Wed, 21 Mar 2012 15:37:38 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01756.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01756.part" length="218" type="application/x-frontier-TEXT"/>
			</item>
		<item>
			<title>system.verbs.builtins.webApp.data.signInCommand</title>
			<description>A string whose value is Sign-in.</description>
			<pubDate>Wed, 21 Mar 2012 15:37:24 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01755.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01755.part" length="217" type="application/x-frontier-TEXT"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.outlines.catalogIntro</title>
			<description>Tighten the intro text on the Tool Catalog page.</description>
			<pubDate>Mon, 19 Mar 2012 20:02:57 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01753.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01753.part" length="761" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.viewCatalog</title>
			<description>If the name of the tool is longer than 13 characters, shorten it. Motivated by radioReallySimple. What a name! :-)</description>
			<pubDate>Mon, 19 Mar 2012 20:02:38 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01752.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01752.part" length="6210" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.outlines.newUserTemplate</title>
			<description>New table-less design, thanks to Dan McT.</description>
			<pubDate>Mon, 19 Mar 2012 17:19:22 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01749.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01749.part" length="1936" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.viewOpenDatabases</title>
			<description>Added classes so we could fix alignment errors in the template.</description>
			<pubDate>Mon, 19 Mar 2012 17:18:37 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01747.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01747.part" length="3228" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.prefs2.checkboxPref</title>
			<description>Update for Bootstrap 2.0.</description>
			<pubDate>Sat, 17 Mar 2012 16:17:07 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01742.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01742.part" length="1779" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.prefs2.bootstrap.panelTemplate</title>
			<description>The template for a prefs panel.</description>
			<pubDate>Sat, 17 Mar 2012 16:16:46 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01740.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01740.part" length="462" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.builtins.prefs2.bootstrap.outlineToTabs</title>
			<description>Update for Bootstrap 2.0.</description>
			<pubDate>Sat, 17 Mar 2012 16:16:26 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01739.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01739.part" length="2074" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.webApp.viewButton</title>
			<description>Bootstrap changed the classes on buttons in 2.0, so we clearly need a routine to interface for us, in case these change again, makes the transition easier. Value is the text that appears in the button when it&apos;s displayed. Meaning is where you control the</description>
			<pubDate>Sat, 17 Mar 2012 16:15:46 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01736.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01736.part" length="1597" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.webApp.data.tableClass</title>
			<description>The new class for striped tables.</description>
			<pubDate>Sat, 17 Mar 2012 16:15:34 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01735.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01735.part" length="230" type="application/x-frontier-TEXT"/>
			</item>
		<item>
			<title>system.verbs.builtins.webApp.data.headIncludes2</title>
			<description>All the Bootstrap 2.0 includes.</description>
			<pubDate>Sat, 17 Mar 2012 16:13:29 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01733.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01733.part" length="2337" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.packages.download</title>
			<description>Change the test code to install the &quot;bootstrap2&quot; package.</description>
			<pubDate>Thu, 15 Mar 2012 22:06:34 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01732.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01732.part" length="2800" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.website.editOutlineButton</title>
			<description>Client-side code for editButton macro.</description>
			<pubDate>Fri, 09 Mar 2012 19:48:33 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01726.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01726.part" length="2944" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.saveTemplate</title>
			<description>Convert for new template-editing process.</description>
			<pubDate>Thu, 08 Mar 2012 01:09:18 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01722.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01722.part" length="1636" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.openTemplate</title>
			<description>Convert for new template-editing process.</description>
			<pubDate>Thu, 08 Mar 2012 01:08:44 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01721.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01721.part" length="2060" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.deleteTemplate</title>
			<description>Created.</description>
			<pubDate>Thu, 08 Mar 2012 01:07:42 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01719.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01719.part" length="1274" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.buttons.template</title>
			<description>Buttons for the template-editing window.</description>
			<pubDate>Thu, 08 Mar 2012 01:07:18 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01718.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01718.part" length="1140" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>workspace.userlandSamples.infiniteLoop</title>
			<description>This is an example of an infinite loop.</description>
			<pubDate>Mon, 27 Feb 2012 21:52:54 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01716.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01716.part" length="852" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.op.render.getFontIncludes</title>
			<description>adrfonts points to a table with the names of some fonts as the name of the items. For each of them that is a google web font, we generate a link element that you can include in your generated text that loads the fonts.</description>
			<pubDate>Mon, 27 Feb 2012 15:15:13 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01714.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01714.part" length="2685" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.opml.getOpmlText</title>
			<description>We weren&apos;t correctly generating dateModified. Also, add a comment at the head of the OPML saying what version of the program created, and the local time when it was last built.</description>
			<pubDate>Mon, 27 Feb 2012 14:13:12 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01713.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01713.part" length="6508" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.userlandSamples.webserverThreadWatcher</title>
			<description>A sample script that runs when ever a hit comes into your server. It keeps a table at system.temp.threadtable, which it opens when it creates it, that has one entry for each active thread. If a thread hangs around for a long time that could be a sign of a</description>
			<pubDate>Fri, 24 Feb 2012 21:34:02 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01712.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01712.part" length="2002" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.string.extractTaggedText</title>
			<description>Used to pull a section marked by &lt;rules&gt; .. &lt;/rules&gt; from a chunk of text. But you can use it for &lt;style&gt; or &lt;script&gt; or &lt;whatever&gt;. It is case-sensitive, as XML is.</description>
			<pubDate>Fri, 24 Feb 2012 19:03:34 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01711.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01711.part" length="1940" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.packages</title>
			<description>Initial support for packages.</description>
			<pubDate>Thu, 23 Feb 2012 15:39:14 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01709.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01709.part" length="3867" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.startup</title>
			<description>Don&apos;t try to open the outline if the user has not set up a world outline server.</description>
			<pubDate>Sat, 18 Feb 2012 20:44:05 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01705.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01705.part" length="1243" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.startup</title>
			<description>Just call opmleditor.worldoutline.startup to open the initial outline.</description>
			<pubDate>Sat, 18 Feb 2012 16:53:07 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01702.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01702.part" length="1562" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.rpcHandlers.respondToServerMonitorPing</title>
			<description>Return a table containing the hitcount for each domain today.</description>
			<pubDate>Fri, 17 Feb 2012 14:04:45 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01701.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01701.part" length="6857" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.website.statsReferrers</title>
			<description>Created.</description>
			<pubDate>Thu, 16 Feb 2012 20:07:42 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01699.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01699.part" length="897" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.website.statsUrls</title>
			<description>Created.</description>
			<pubDate>Thu, 16 Feb 2012 20:07:19 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01698.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01698.part" length="864" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.website.statsDomains</title>
			<description>Created.</description>
			<pubDate>Thu, 16 Feb 2012 20:07:05 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01697.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01697.part" length="727" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.httpLog.postFilterCallback</title>
			<description>Gather domain-level stats.</description>
			<pubDate>Thu, 16 Feb 2012 20:05:07 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01691.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01691.part" length="8005" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.op.init</title>
			<description>Now that we&apos;re rendering here, we have a need for prefs and stats.</description>
			<pubDate>Wed, 15 Feb 2012 20:44:24 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01688.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01688.part" length="1459" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.userlandSamples.outlineDomains</title>
			<description>Using our Amazon Route53 interface, create an outline with your domains at the top level, and underneath them, the records in each domain. I needed this to help me locate all the cnames that point to a domain that I need to move. How sweet to finally have</description>
			<pubDate>Tue, 14 Feb 2012 20:12:25 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01685.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01685.part" length="1990" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.userlandSamples.webserverCallback</title>
			<description>A sample script that runs when ever a hit comes into your server. All the information about the request is in pta. In the first line, we copy it into a global so you can have a look. Rename the table to get another example to scratch your head over. :-)</description>
			<pubDate>Tue, 14 Feb 2012 15:10:16 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01683.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01683.part" length="1361" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.log2.scroller</title>
			<description>Add buttons, pause/resume.</description>
			<pubDate>Tue, 14 Feb 2012 14:52:00 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01682.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01682.part" length="2093" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.log2.scrollerButtons</title>
			<description>A button for scroller windows, room for more.</description>
			<pubDate>Tue, 14 Feb 2012 14:50:36 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01681.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01681.part" length="892" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.op.render.data.html.linkImg</title>
			<description>The image used for links in outline nodetype rendering.</description>
			<pubDate>Tue, 14 Feb 2012 14:16:01 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01679.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01679.part" length="1979" type="application/x-frontier-wptx"/>
			</item>
		<item>
			<title>system.verbs.builtins.log2.init</title>
			<description>Init scrollers table.</description>
			<pubDate>Tue, 14 Feb 2012 03:33:21 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01677.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01677.part" length="2501" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.getServerInfo</title>
			<description>Fix dumb coding error.</description>
			<pubDate>Tue, 14 Feb 2012 01:08:46 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01674.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01674.part" length="3397" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.saveGlossary</title>
			<description>Works with multiple worldoutline servers.</description>
			<pubDate>Sun, 12 Feb 2012 19:45:31 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01670.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01670.part" length="4136" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.setupPrefs</title>
			<description>Called from the prefs outline. We copy the current server prefs into known locations. They are copied back out when the user posts the form, by opmlEditor.worldOutline.validatePrefs</description>
			<pubDate>Sun, 12 Feb 2012 19:38:25 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01667.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01667.part" length="1558" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.validatePrefs</title>
			<description>Works in a world with multiple servers.</description>
			<pubDate>Sun, 12 Feb 2012 19:37:14 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01664.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01664.part" length="2225" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.saveWorkspace</title>
			<description>New way of getting server info.</description>
			<pubDate>Sun, 12 Feb 2012 19:36:48 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01663.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01663.part" length="8317" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.openWorkspace</title>
			<description>New method of getting server info.</description>
			<pubDate>Sun, 12 Feb 2012 19:35:01 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01661.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01661.part" length="2249" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.openRootsPage</title>
			<description>Get server info with new method.</description>
			<pubDate>Sun, 12 Feb 2012 19:34:19 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01659.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01659.part" length="1221" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.blorkmark.add</title>
			<description>New optional param, cname. If non-nil use that name instead of the pref.</description>
			<pubDate>Sun, 12 Feb 2012 19:33:53 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01658.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01658.part" length="2576" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.markHeadline</title>
			<description>Adapt for multiple worldoutline servers.</description>
			<pubDate>Sun, 12 Feb 2012 19:33:42 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01657.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01657.part" length="2560" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.getRootsMenu</title>
			<description>New way of getting server info.</description>
			<pubDate>Sun, 12 Feb 2012 19:33:31 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01656.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01656.part" length="2372" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.buttons.archive.[&quot;00003000\tRSS+&quot;]</title>
			<description>Call opmlEditor.worldOutline.getServerInfo to get username, password.</description>
			<pubDate>Sun, 12 Feb 2012 19:32:59 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01655.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01655.part" length="2858" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.archiveSubOutline</title>
			<description>Works with multiple worldoutline servers.</description>
			<pubDate>Sun, 12 Feb 2012 19:32:28 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01654.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01654.part" length="4601" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.getUserPrefs</title>
			<description>New optional param, adrwindow.</description>
			<pubDate>Sun, 12 Feb 2012 19:31:58 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01653.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01653.part" length="1912" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.utilities.convertWorldOutlineServersTable</title>
			<description>Created.</description>
			<pubDate>Sun, 12 Feb 2012 19:31:11 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01650.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01650.part" length="1768" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.fatPages.getHttp</title>
			<description>Fix coding error on call to fatPages.noObjectError. (Also testing listings2.root code.)</description>
			<pubDate>Sat, 11 Feb 2012 04:50:24 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01649.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01649.part" length="2368" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.version</title>
			<description>Bump opmleditor version to 0.75.</description>
			<pubDate>Sat, 11 Feb 2012 04:42:16 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01647.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01647.part" length="219" type="application/x-frontier-exte"/>
			</item>
		<item>
			<title>system.verbs.builtins.op.render.data.html.style</title>
			<description>A couple of changes to make outlines co-exist better with Bootstrap.</description>
			<pubDate>Thu, 09 Feb 2012 22:02:45 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01645.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01645.part" length="2653" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.builtins.op.render</title>
			<description>First release of rules-based rendering for outlines.</description>
			<pubDate>Thu, 09 Feb 2012 20:49:56 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01644.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01644.part" length="69293" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.buttons.glossary</title>
			<description>Buttons for the glossary editing window.</description>
			<pubDate>Wed, 01 Feb 2012 14:12:43 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01639.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01639.part" length="756" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.html.getPngHeightWidth</title>
			<description>We&apos;ve needed this functionality for a long time.</description>
			<pubDate>Sat, 28 Jan 2012 16:51:11 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01633.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01633.part" length="2174" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.html.directory.popUri</title>
			<description>If the uri is empty, return the empty string.</description>
			<pubDate>Wed, 25 Jan 2012 16:14:58 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01626.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01626.part" length="1893" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.prefs2.compileToolPrefs</title>
			<description>Fix an off-by-1 error. The first tool would overwrite the last non-tool. Fixed by auto-incrementing outlineum before using it, instead of after using it.</description>
			<pubDate>Wed, 18 Jan 2012 18:43:50 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01618.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01618.part" length="2259" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.userlandSamples.findObjectInFolder</title>
			<description>Loop over the files in a folder, looking for a file that&apos;s a backup of a given odb object. Useful for scanning the rootbackups folder for an old version of some object, if you&apos;re not sure when it changed.</description>
			<pubDate>Tue, 17 Jan 2012 14:26:08 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01615.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01615.part" length="1726" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.prefs2.bootstrap</title>
			<description>Support for the &quot;tabs&quot; nodetype.</description>
			<pubDate>Sun, 15 Jan 2012 14:05:39 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01614.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01614.part" length="12320" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.prefs2.bootstrap.stylesAndScripts</title>
			<description>Add style for .uneditable-input.</description>
			<pubDate>Fri, 13 Jan 2012 21:26:42 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01613.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01613.part" length="1349" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.builtins.prefs2.bootstrap.stringPref</title>
			<description>Add optional flreadonly param.</description>
			<pubDate>Fri, 13 Jan 2012 21:26:03 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01612.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01612.part" length="1899" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.webApp.data.headIncludes</title>
			<description>Includes a link to the Bootstrap header file for tabs.</description>
			<pubDate>Fri, 13 Jan 2012 17:58:47 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01611.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01611.part" length="3652" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.opInsertCallback</title>
			<description>Recognize root outline windows as part of the world outline.</description>
			<pubDate>Wed, 11 Jan 2012 22:37:02 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01609.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01609.part" length="1592" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.buttons.archive.[&quot;00003500\tBlorkmark&quot;]</title>
			<description>Added to archive windows.</description>
			<pubDate>Mon, 09 Jan 2012 15:58:40 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01604.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01604.part" length="675" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.tools.data.windowTypes.outlinerFile.saveAsHtml</title>
			<description>Rich Brown noted that we&apos;re not producing valid HTML here. Fixed. Also cleaned up the code a bit.</description>
			<pubDate>Sat, 07 Jan 2012 15:34:34 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01602.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01602.part" length="10047" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.userlandSamples.findChangedParts</title>
			<description>Added string.popfilefromaddress call, so that we can use this to find changes in a tool. Also it checks if tables have been modified. This helps catch changes to scalars -- they don&apos;t have their own moddates, only &quot;large&quot; objects have them.</description>
			<pubDate>Sat, 07 Jan 2012 00:14:52 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01600.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01600.part" length="2116" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.installTool</title>
			<description>When moving domains off GoDaddy, codecasting.org wasn&apos;t configured properly. URLs into that domain stopped working. A simple string substitution put things right. Also, allow for redirects, might be helpful in the future.</description>
			<pubDate>Wed, 04 Jan 2012 23:18:18 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01589.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01589.part" length="3602" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.fileSynch.fileSaveCallback</title>
			<description>Make sure the filetable exists. Could be saving a file for the first time.</description>
			<pubDate>Mon, 02 Jan 2012 14:23:58 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01587.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01587.part" length="1906" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>suites.webEditServer.rpcHandlers.webEdit.sendToServer</title>
			<description>Don&apos;t backup the object if it doesn&apos;t exist.</description>
			<pubDate>Fri, 30 Dec 2011 14:41:52 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01583.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01583.part" length="3183" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>suites.webEditServer.init</title>
			<description>Init prefs and stats tables. Set these up so we can do automatic backups of objects as they&apos;re over-written.</description>
			<pubDate>Fri, 30 Dec 2011 13:32:16 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01581.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01581.part" length="4647" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>suites.webEditServer.backupObject</title>
			<description>Create a backup copy of the object, before it gets over-written by a webedit operation.</description>
			<pubDate>Fri, 30 Dec 2011 13:31:53 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01580.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01580.part" length="1859" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.userlandSamples.helloWorld</title>
			<description>The first sample script. And I needed to push something around to test out the update process after moving codecasting.org from GoDaddy to Hover.</description>
			<pubDate>Mon, 26 Dec 2011 18:56:22 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01579.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01579.part" length="774" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.op.utilities</title>
			<description>New utilities scripts table for outlining.</description>
			<pubDate>Sat, 24 Dec 2011 12:12:52 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01578.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01578.part" length="1640" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.tools.data.nodeTypes.thumbList</title>
			<description>If you&apos;re browsing and encounter a node of type thumbList, now they will expand and collapse correctly.</description>
			<pubDate>Tue, 20 Dec 2011 15:45:46 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01572.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01572.part" length="1287" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.webApp.popoverLink</title>
			<description>Build a popover box, suitable for display by the Bootstrap toolkit.</description>
			<pubDate>Thu, 01 Dec 2011 13:47:46 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01562.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01562.part" length="950" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.tcp.httpFileExists</title>
			<description>Returns true if the URL points to something that exists, according to the server. Should have had this verb a long time ago.</description>
			<pubDate>Fri, 25 Nov 2011 13:54:42 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01555.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01555.part" length="1394" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.outlines.prefsForRadio2Setup</title>
			<description>Add a radio2suite.init call to the domain name page.</description>
			<pubDate>Wed, 23 Nov 2011 14:24:41 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01548.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01548.part" length="3820" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.website.prefsForRadio2</title>
			<description>A special prefs page just for Radio2 setup. It contains the elements Radio2 needs to operate.</description>
			<pubDate>Wed, 23 Nov 2011 12:47:04 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01547.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01547.part" length="901" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.viewNewUser</title>
			<description>Allow admin-like users to create new users, not just admin.</description>
			<pubDate>Sat, 19 Nov 2011 23:33:56 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01544.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01544.part" length="2538" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>user.webserver.responders.blockKiddies.data.blockedDomains.[&quot;173.239.7.204&quot;]</title>
			<description>Add a domain to the blocked script kids list.</description>
			<pubDate>Thu, 17 Nov 2011 19:05:57 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01541.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01541.part" length="242" type="application/x-frontier-long"/>
			</item>
		<item>
			<title>system.verbs.apps.readability</title>
			<description>Start of a glue scripts table for Readability, which announced its API today.</description>
			<pubDate>Wed, 16 Nov 2011 13:16:18 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01540.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01540.part" length="2347" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.viewSlogan</title>
			<description>New optional param, flQuotes. If true, we embed the slogan in quotes.</description>
			<pubDate>Tue, 15 Nov 2011 18:13:04 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01539.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01539.part" length="1225" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.website.httpLog</title>
			<description>Change the page title to HTTP Log.</description>
			<pubDate>Mon, 14 Nov 2011 20:08:47 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01538.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01538.part" length="826" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.httpLog</title>
			<description>Scripts to implement the httpLog page.</description>
			<pubDate>Mon, 14 Nov 2011 20:02:20 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01531.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01531.part" length="7194" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.outlines.logPageIntro</title>
			<description>Revised text for the Log page intro.</description>
			<pubDate>Mon, 14 Nov 2011 20:01:51 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01530.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01530.part" length="621" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.outlines.httpLogIntro</title>
			<description>Intro text for the new HTTP log page.</description>
			<pubDate>Mon, 14 Nov 2011 20:01:22 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01529.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01529.part" length="529" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.builtins.log.visitReverseChronologic</title>
			<description>Created. Visit each of the items in the log table.</description>
			<pubDate>Mon, 14 Nov 2011 20:01:01 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01528.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01528.part" length="1727" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.webApp.data.styles</title>
			<description>Update default styles for log pages.</description>
			<pubDate>Sat, 12 Nov 2011 14:52:51 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01526.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01526.part" length="6494" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.builtins.date.viewDate</title>
			<description>Remove the space in timestrings. So &quot;11:08 AM&quot; turns into &quot;11:08AM&quot;.</description>
			<pubDate>Fri, 11 Nov 2011 15:24:51 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01525.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01525.part" length="2109" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.tcp.httpClient</title>
			<description>Allow data to be an address, if so we don&apos;t make a copy of it.</description>
			<pubDate>Thu, 10 Nov 2011 22:54:41 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01524.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01524.part" length="35274" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.prefs2.textAreaPref</title>
			<description>Make the font size on textarea prefs agree with the size of string prefs.</description>
			<pubDate>Thu, 10 Nov 2011 12:25:03 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01523.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01523.part" length="2991" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.s3.uploadFolder</title>
			<description>Upload a folder to S3. When we were originally putting together the glue for S3 it was hard to see how simple it could be. This is it.</description>
			<pubDate>Tue, 08 Nov 2011 14:06:47 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01520.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01520.part" length="1311" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.tools.data.nodeTypes.blogpost.collapse</title>
			<description>Only do an &quot;include&quot; style collapse if there&apos;s a URL attribute.</description>
			<pubDate>Sun, 06 Nov 2011 18:12:51 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01519.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01519.part" length="951" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.saveOutlineInLocalArchive</title>
			<description>I don&apos;t trust the server, so I want a local copy of all the saved outlines.</description>
			<pubDate>Thu, 03 Nov 2011 13:55:24 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01516.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01516.part" length="1789" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.tools.data.nodeTypes.blogpost</title>
			<description>Makes it so that &quot;blogpost&quot; nodes can be expanded and collapsed.</description>
			<pubDate>Thu, 03 Nov 2011 12:35:44 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01514.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01514.part" length="1258" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.buttons.workspace.[&quot;00002500\tArchive&quot;]</title>
			<description>Archive button for world outline editor.</description>
			<pubDate>Thu, 03 Nov 2011 00:44:18 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01509.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01509.part" length="635" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.webBrowser.supportedBrowsers</title>
			<description>On Windows, added &quot;firefox.exe&quot; and &quot;chrome.exe&quot; to the list. Seems we ought to have a few others as well.</description>
			<pubDate>Thu, 27 Oct 2011 21:33:19 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01508.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01508.part" length="3112" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.s3.route53.testing.checkNRecords</title>
			<description>Check the records created by createNRecords.</description>
			<pubDate>Wed, 26 Oct 2011 13:53:29 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01506.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01506.part" length="824" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.s3.route53.testing.createNRecords</title>
			<description>Let&apos;s see what happens if we create more than 100 records in a domain. There&apos;s a comment that says there&apos;s a limit of 100, but I didn&apos;t quickly spot it in the code.</description>
			<pubDate>Wed, 26 Oct 2011 13:52:25 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01505.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01505.part" length="1273" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.website.openOpml</title>
			<description>Redirect back to the url after opening the outline.</description>
			<pubDate>Mon, 10 Oct 2011 17:32:34 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01499.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01499.part" length="1823" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.webApp.utilities.convertOneGithubFile</title>
			<description>Having converted all the github files, now we&apos;re going to need to convert them one at a time as new ones get deployed. This utility script does that.</description>
			<pubDate>Sat, 01 Oct 2011 11:50:33 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01492.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01492.part" length="1377" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.webApp.utilities</title>
			<description>A utility script I use to generate the archive for github.</description>
			<pubDate>Fri, 30 Sep 2011 17:39:44 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01488.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01488.part" length="2184" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.prefs2.stringPref</title>
			<description>Hard-code the width to 500px. Works wonderfully. Now I can get rid of a hack elsewhere whose only purpose was to make this bit wider. Hah!</description>
			<pubDate>Fri, 30 Sep 2011 13:17:27 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01481.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01481.part" length="5685" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.initStaticText</title>
			<description>If we&apos;re not running the server on port 80, we must add port 5337 to the filesystem URL.</description>
			<pubDate>Wed, 28 Sep 2011 06:03:51 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01474.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01474.part" length="3853" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.string.addPeriodToSentence</title>
			<description>Don&apos;t add a period to a string like this: &quot;It is not possible to run for president as a Repub these days without having to become a parody of yourself.&quot; (Also handle single-quotes.)</description>
			<pubDate>Tue, 27 Sep 2011 19:22:28 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01472.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01472.part" length="2430" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.isUserAdminLike</title>
			<description>&quot;admin&quot; is now admin-like.</description>
			<pubDate>Tue, 27 Sep 2011 19:17:49 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01471.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01471.part" length="1306" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.rpcHandlers</title>
			<description>A table to hold XML-RPC message handlers.</description>
			<pubDate>Sun, 25 Sep 2011 23:48:18 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01467.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01467.part" length="4658" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.website.index</title>
			<description>Report free space on disk, size of config.root.</description>
			<pubDate>Wed, 21 Sep 2011 22:05:59 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01451.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01451.part" length="2480" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.buildRss</title>
			<description>rootdomain comes from the user&apos;s server-side prefs.</description>
			<pubDate>Tue, 20 Sep 2011 01:03:54 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01439.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01439.part" length="4960" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.tools.data.updateCommandScript</title>
			<description>Log the update.</description>
			<pubDate>Sun, 18 Sep 2011 14:16:26 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01434.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01434.part" length="8887" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.tools.commands.updateFrontTool</title>
			<description>Log the update.</description>
			<pubDate>Sun, 18 Sep 2011 14:16:08 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01433.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01433.part" length="7315" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.website.log</title>
			<description>The new Log page.</description>
			<pubDate>Sun, 18 Sep 2011 14:15:37 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01431.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01431.part" length="962" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.addToolToUpdates</title>
			<description>When we install a tool, also create a sub-table of user.rootUpdates.servers, with the date pulled from the tool info table, if it&apos;s present. This way next time it updates, it won&apos;t have to update parts it already has.</description>
			<pubDate>Sat, 17 Sep 2011 23:26:47 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01427.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01427.part" length="2643" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.website.prefs</title>
			<description>Set up the toolprefs table and pass it to prefs2.main. Each element has the address of an outline.</description>
			<pubDate>Sat, 17 Sep 2011 12:54:40 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01424.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01424.part" length="2628" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.prefs2.viewIndex</title>
			<description>New optional parameter, adrtoolprefs.</description>
			<pubDate>Sat, 17 Sep 2011 12:52:58 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01422.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01422.part" length="2612" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.startup.startupScript</title>
			<description>Remove call to opmlEditor.startup. What it was doing is now done by opmlEditor.init.</description>
			<pubDate>Fri, 16 Sep 2011 13:17:29 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01419.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01419.part" length="29574" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.staticText</title>
			<description>Enhancements to make it work for River2.</description>
			<pubDate>Wed, 14 Sep 2011 00:29:05 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01405.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01405.part" length="9354" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.apps.bitly.create</title>
			<description>Rewritten to use new bitly API. If we were able to shorten the url, we return it. Otherwise we return the original url.</description>
			<pubDate>Sun, 11 Sep 2011 15:38:46 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01404.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01404.part" length="5432" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.bitly.init</title>
			<description>Created.</description>
			<pubDate>Sun, 11 Sep 2011 15:38:34 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01403.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01403.part" length="2062" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.website.users</title>
			<description>Created.</description>
			<pubDate>Fri, 09 Sep 2011 15:23:54 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01397.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01397.part" length="696" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.outlines.usersIntro</title>
			<description>Introduction to the Users page.</description>
			<pubDate>Fri, 09 Sep 2011 15:23:09 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01395.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01395.part" length="655" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.website.newUser</title>
			<description>Moved from beautWebsite.</description>
			<pubDate>Fri, 09 Sep 2011 14:11:45 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01392.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01392.part" length="934" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.website.databases</title>
			<description>Created.</description>
			<pubDate>Wed, 07 Sep 2011 15:51:44 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01382.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01382.part" length="724" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.outlines.databasesIntro</title>
			<description></description>
			<pubDate>Wed, 07 Sep 2011 15:50:30 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01379.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01379.part" length="655" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>workspace.userlandSamples.exportListToFolder</title>
			<description>Create an outline with a list of parts, bring it to the front and run this script. We&apos;ll create a folder containing those parts.</description>
			<pubDate>Tue, 06 Sep 2011 13:15:26 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01368.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01368.part" length="2254" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.export.importFolder</title>
			<description>When I released it I didn&apos;t include a fix I had made on the test server. Fixed.</description>
			<pubDate>Tue, 06 Sep 2011 12:55:18 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01367.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01367.part" length="4327" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.webApp.data.logTableClass</title>
			<description>Class for the River2 log table.</description>
			<pubDate>Sat, 03 Sep 2011 16:18:59 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01362.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01362.part" length="225" type="application/x-frontier-TEXT"/>
			</item>
		<item>
			<title>system.verbs.builtins.webApp.viewStyles</title>
			<description>Created.</description>
			<pubDate>Sat, 03 Sep 2011 00:45:42 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01359.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01359.part" length="1057" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.webApp.viewFontLinks</title>
			<description>Include a call to this from the template to get links to the fonts used by the webApp stylesheet.</description>
			<pubDate>Sat, 03 Sep 2011 00:45:30 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01358.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01358.part" length="736" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.webApp.data.fontLinks</title>
			<description>Fonts used by the webapp code.</description>
			<pubDate>Sat, 03 Sep 2011 00:45:17 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01357.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01357.part" length="649" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.website.styles</title>
			<description>Created.</description>
			<pubDate>Fri, 02 Sep 2011 22:03:22 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01354.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01354.part" length="589" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.website</title>
			<description>Rewrite of the OPML Editor website to use prefs2 and the Bootstrap toolkit.</description>
			<pubDate>Thu, 01 Sep 2011 17:58:41 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01348.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01348.part" length="58874" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.member.exists</title>
			<description>Returns true if the indicated member exists.</description>
			<pubDate>Thu, 01 Sep 2011 17:57:32 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01345.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01345.part" length="976" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.initUser</title>
			<description>Created.</description>
			<pubDate>Thu, 01 Sep 2011 17:57:09 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01343.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01343.part" length="1423" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.outlines.websiteHeader</title>
			<description>The OPML Editor in HTML.</description>
			<pubDate>Thu, 01 Sep 2011 17:56:45 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01341.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01341.part" length="534" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.builtins.prefs2</title>
			<description>New prefs framework, replaces radio.prefs.</description>
			<pubDate>Thu, 01 Sep 2011 17:51:10 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01337.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01337.part" length="20910" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.string.titleToFilename</title>
			<description>First, remove all non alpha characters, the inner-case, and optionally limit the length. A common function that should be factored.</description>
			<pubDate>Wed, 31 Aug 2011 13:45:13 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01334.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01334.part" length="1962" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.userlandSamples.fasterTextBuilding</title>
			<description>We discovered a faster way to build blocks of text, something web applications do a lot. Two methods below, one is faster, as you&apos;ll see by running this script.</description>
			<pubDate>Sat, 27 Aug 2011 14:05:31 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01331.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01331.part" length="2278" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.date.dayOfYear</title>
			<description>Russell Gum pointed out that this verb was in Frontier, but not in OPML. Luckily I have Frontier running on one of my servers, and was able to rescue it.</description>
			<pubDate>Thu, 25 Aug 2011 23:19:08 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01330.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01330.part" length="1286" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.radio.prefs.browser</title>
			<description>Add class of prefsTable on the table.</description>
			<pubDate>Thu, 25 Aug 2011 15:24:28 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01329.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01329.part" length="19339" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.member.validateRemote</title>
			<description>The guts of this routine were moved to system.verbs.apps.slide.httpClient.</description>
			<pubDate>Mon, 22 Aug 2011 13:11:30 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01323.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01323.part" length="1100" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.slide</title>
			<description>Apps table for SLIde. Factored from the opmleditor code, so we could support POST as well as GET.</description>
			<pubDate>Mon, 22 Aug 2011 13:11:09 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01322.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01322.part" length="11345" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.menuCommands.outlinerSetHeaderText</title>
			<description>Created.</description>
			<pubDate>Sun, 21 Aug 2011 12:20:26 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01320.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01320.part" length="1005" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.html.directory.bumpHitCount</title>
			<description>A typographic error broke the hitcounter. We were always setting it to 1 instead of incrementing it. Oy. http://hitct.blorkmark.com/</description>
			<pubDate>Thu, 28 Jul 2011 15:57:14 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01311.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01311.part" length="3219" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.fileSynch.synchDirectory</title>
			<description>Only include the file if whenLastUpload is defined.</description>
			<pubDate>Thu, 28 Jul 2011 13:07:52 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01310.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01310.part" length="7264" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.openDataFile</title>
			<description>If there&apos;s a top-level element named &quot;item #1&quot; -- delete it. It&apos;s automatically created for empty tables, but doesn&apos;t go away when it&apos;s at the top level of a database. Eliminate a long-standing annoyance.</description>
			<pubDate>Wed, 20 Jul 2011 15:32:01 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01297.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01297.part" length="7517" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.rss.pingCloud</title>
			<description>Read the feed, get the cloud element, and ping the server. We&apos;re assuming this is one of our servers, set-up to receive xml-rpc-based pings. If not, well -- I guess it&apos;ll fail. :-)</description>
			<pubDate>Tue, 19 Jul 2011 15:43:38 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01296.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01296.part" length="1333" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.s3.route53.createRecord</title>
			<description>Better error message when there was a problem allocating the domain. Basically the message is this -- couldn&apos;t create the blorkmark you asked us to for any number of reasons, most likely you gave us a domain we don&apos;t know about, or the name you&apos;re asking</description>
			<pubDate>Sun, 17 Jul 2011 14:19:44 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01289.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01289.part" length="6031" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.menus.modals.scpt</title>
			<description>Add new &quot;Copy Address&quot; command.</description>
			<pubDate>Sun, 17 Jul 2011 13:44:21 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01288.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01288.part" length="4262" type="application/x-frontier-mbar"/>
			</item>
		<item>
			<title>system.menus.scripts.copyAddressCommand</title>
			<description>Now if a script window is frontmost it will put the address of the script on the clipboard. Cuts down the number of steps to do this. Also works for other types, outlines, menus, etc.</description>
			<pubDate>Sun, 17 Jul 2011 13:43:36 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01287.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01287.part" length="1929" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.menuCommands.openAttributesWindow</title>
			<description>Added error-checking to the View Attributes command.</description>
			<pubDate>Sat, 16 Jul 2011 12:34:01 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01286.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01286.part" length="1376" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.blorkmark.init</title>
			<description>Add blorkmark.com to the set of domains we can use for blorkmarks.</description>
			<pubDate>Fri, 15 Jul 2011 13:25:09 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01280.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01280.part" length="1805" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.s3.route53.init</title>
			<description>Start a table at config.route53.</description>
			<pubDate>Tue, 12 Jul 2011 22:00:19 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01272.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01272.part" length="1999" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.s3.route53.rpcHandlers</title>
			<description>rpcHandlers for blorkmark server.</description>
			<pubDate>Tue, 12 Jul 2011 21:59:49 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01271.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01271.part" length="1194" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.apps.s3.route53.httpClient</title>
			<description>Now works on Macintosh as well as Windows.</description>
			<pubDate>Tue, 12 Jul 2011 13:21:22 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01270.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01270.part" length="5621" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.tcp.httpsClient</title>
			<description>Mac-only HTTPS client. Same parameter list as tcp.httpClient. For Windows HTTPS use TLS. Eventually we should merge the two into this script, but for now, we simply do the Mac version. As Ted Howard notes below, only some of the parameters are actually im</description>
			<pubDate>Tue, 12 Jul 2011 13:20:52 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01269.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01269.part" length="4271" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.scheduler2.thread.script</title>
			<description>Support statusMessage callbacks.</description>
			<pubDate>Mon, 11 Jul 2011 15:49:57 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01268.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01268.part" length="6968" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.scheduler2.init</title>
			<description>Init callbacks table.</description>
			<pubDate>Mon, 11 Jul 2011 15:49:30 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01267.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01267.part" length="10235" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.op.xmlToOutline</title>
			<description>New optional param, objType. Allows you to convert the XML into a script object.</description>
			<pubDate>Sun, 26 Jun 2011 01:14:14 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01243.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01243.part" length="8195" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.script.subOutlineToScript</title>
			<description>adrnode points to a node in an xstruct of an outline that contains text that&apos;s to be stored in a script object. This functionality is needed in worldOutline.root, but it&apos;s possible it will be needed again in the future.</description>
			<pubDate>Sun, 26 Jun 2011 01:13:03 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01242.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01242.part" length="1893" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.script.data</title>
			<description>Data for new verb, script.subOutlineToScript.</description>
			<pubDate>Sun, 26 Jun 2011 01:12:37 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01241.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01241.part" length="1115" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.apps.s3.route53</title>
			<description>First release of Route 53 glue. Windows only. Exciting! :-)</description>
			<pubDate>Wed, 22 Jun 2011 14:25:39 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01239.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01239.part" length="31386" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.mainResponder.init</title>
			<description>Init config.mainResponder.callbacks.hostNotFound.</description>
			<pubDate>Mon, 20 Jun 2011 16:18:21 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01238.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01238.part" length="30246" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.menuCommands.outlinerSetAllLevels</title>
			<description>Created.</description>
			<pubDate>Sat, 18 Jun 2011 16:07:24 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01233.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01233.part" length="936" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline</title>
			<description>Minor reorg to make room for a new button bar for editing templates.</description>
			<pubDate>Sat, 18 Jun 2011 16:07:08 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01232.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01232.part" length="16159" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.html.getFavIconHtml</title>
			<description>Pulled down from radio2.root so we can use it in other contexts.</description>
			<pubDate>Sat, 18 Jun 2011 14:28:33 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01231.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01231.part" length="1327" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.worldOutline.buttons</title>
			<description>Buttons for World Outline windows, now include a View button.</description>
			<pubDate>Tue, 14 Jun 2011 13:16:54 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01224.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01224.part" length="1395" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.tools.data.nodeTypes.include.expand</title>
			<description>Rewrite. This code has to be super-crisp given the things we have planned.</description>
			<pubDate>Mon, 13 Jun 2011 00:23:25 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01216.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01216.part" length="4880" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.thread.accessStruct</title>
			<description>Maintain ctAccesses stat at the table level, not just the version level.</description>
			<pubDate>Sat, 11 Jun 2011 00:00:41 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01206.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01206.part" length="1563" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.thread</title>
			<description>The xstruct manager.</description>
			<pubDate>Fri, 10 Jun 2011 17:38:17 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01205.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01205.part" length="7502" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.html.directory.getInclusionXstruct</title>
			<description>Dramatically simplified with new xstruct management.</description>
			<pubDate>Fri, 10 Jun 2011 17:34:37 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01203.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01203.part" length="1054" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.Flickr.authPage</title>
			<description>New optional param, flconfirm, determines whether we add a confirmation prompt.</description>
			<pubDate>Thu, 09 Jun 2011 16:04:23 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01199.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01199.part" length="3247" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.menuCommands.outlinerAddStylesheet</title>
			<description>Created.</description>
			<pubDate>Wed, 08 Jun 2011 16:31:38 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01198.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01198.part" length="901" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.html.untaint</title>
			<description>Don&apos;t untaint if pta^.macroStartCharacters is not defined.</description>
			<pubDate>Mon, 06 Jun 2011 18:41:22 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01193.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01193.part" length="1600" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.Flickr.people.getInfo</title>
			<description>Return info about the user. Can be used to validate a Flickr ID.</description>
			<pubDate>Sun, 05 Jun 2011 14:17:56 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01191.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01191.part" length="3585" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.utilities</title>
			<description>Start of a utilities table for builtins.io.</description>
			<pubDate>Thu, 02 Jun 2011 18:19:04 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01188.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01188.part" length="1516" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.apps.Flickr.photos.getLicensesInfo</title>
			<description>Created. Returns a table that maps codes to license types. We call Flickr just once per invocation, figuring the license info doesn&apos;t change that often. :-)</description>
			<pubDate>Tue, 31 May 2011 22:45:56 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01187.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01187.part" length="3541" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.Flickr.folderWatcher</title>
			<description>The thread is off by default.</description>
			<pubDate>Sun, 29 May 2011 19:46:03 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01184.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01184.part" length="27068" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.apps.Flickr.init</title>
			<description>Reorganized and cleaned up code.</description>
			<pubDate>Sun, 29 May 2011 19:45:05 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01183.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01183.part" length="7127" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.html.directory.data.defaultPrefs</title>
			<description>Icons and random default templates for html.directory.</description>
			<pubDate>Thu, 26 May 2011 14:19:22 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01181.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01181.part" length="2520" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.menuCommands.outlinerAddStyles</title>
			<description>Created.</description>
			<pubDate>Tue, 24 May 2011 16:55:44 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01177.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01177.part" length="841" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.blorkmark</title>
			<description>Beginning of table of scripts for managing &quot;blorkmarks&quot; -- an experimental feature.</description>
			<pubDate>Mon, 23 May 2011 05:56:03 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01174.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01174.part" length="1520" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.menuCommands.outlinerSetHeaderGraphic</title>
			<description>Command to set the headerGraphic attribute on a node.</description>
			<pubDate>Fri, 20 May 2011 17:24:23 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01170.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01170.part" length="984" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.radio.prefs.compileIfDirty</title>
			<description>Class attributes everywhere.</description>
			<pubDate>Thu, 19 May 2011 23:46:52 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01167.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01167.part" length="11882" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.file.getDatePath</title>
			<description>Believe it or not, it doesn&apos;t work if chseparator is a character. So we coerce it to a string upfront in case anyone calls it with a character.</description>
			<pubDate>Wed, 18 May 2011 15:51:26 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01164.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01164.part" length="3056" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.tumblr.newPost</title>
			<description>New optional param, adrparamtable. Tumblr has lots of optional param. Rather than include all of them in this script&apos;s param list, this serves as open architecture. See rssToBlogSuite.saveIfNewOrChanged for an example of its use.</description>
			<pubDate>Sun, 15 May 2011 17:13:57 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01160.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01160.part" length="7254" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.s3.objectExists</title>
			<description>Created. Hard to believe we were missing this function.</description>
			<pubDate>Fri, 13 May 2011 13:30:34 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01154.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01154.part" length="1155" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.log.getGuestSubTable</title>
			<description>When the date rollover routine fails, which does happen, we&apos;re left with an empty guest database. With this change, we fix the problem before continuing.</description>
			<pubDate>Thu, 12 May 2011 20:31:15 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01152.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01152.part" length="2116" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.client.updateUser</title>
			<description>Call the callback routines. They receive the address of the user&apos;s table who updated.</description>
			<pubDate>Mon, 09 May 2011 23:25:40 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01145.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01145.part" length="3456" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.client.refreshBuddies</title>
			<description>Wipe the buddies outline. Really get all the outlines. Refresh each of the outlines.</description>
			<pubDate>Mon, 09 May 2011 20:24:48 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01142.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01142.part" length="1684" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.client.getAllOutlines</title>
			<description>New optional param, flReallyGetAll -- if true, we send date (0) as the last updated time for each outline, forcing the server to send them all back to us.</description>
			<pubDate>Mon, 09 May 2011 20:24:20 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01140.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01140.part" length="2792" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.menuCommands.outlinerSetNodetype</title>
			<description>Code for the Set nodetype command in the Outliner menu.</description>
			<pubDate>Mon, 09 May 2011 00:00:26 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01137.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01137.part" length="887" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.opml</title>
			<description>Beginning of a table of scripts that do stuff with OPML as XML.</description>
			<pubDate>Sun, 08 May 2011 22:48:02 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01135.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01135.part" length="2928" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>user.betty.rpcHandlers.pingservermonitor</title>
			<description>Return serverinfo.sizeConfigRoot.</description>
			<pubDate>Sun, 24 Apr 2011 22:17:05 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01124.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01124.part" length="4030" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.everyHour</title>
			<description>Created.</description>
			<pubDate>Sun, 24 Apr 2011 00:13:24 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01120.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01120.part" length="720" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.utilities</title>
			<description>Start of a utilities table for opmlEditor.</description>
			<pubDate>Sun, 24 Apr 2011 00:08:22 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01118.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01118.part" length="1280" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.client.menuCommands.extractObject</title>
			<description>Give the user a chance to change the address the object is loaded into.</description>
			<pubDate>Sat, 23 Apr 2011 22:37:43 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01116.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01116.part" length="1604" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.client.openBuddyOutline</title>
			<description>Link in the right-click menu for buddy windows.</description>
			<pubDate>Sat, 23 Apr 2011 22:18:57 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01115.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01115.part" length="1226" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.client.rightClickMenu</title>
			<description>Right-click menu for I/O windows, with two new commands.</description>
			<pubDate>Sat, 23 Apr 2011 21:00:44 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01113.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01113.part" length="1620" type="application/x-frontier-mbar"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.client.menuCommands.attachObject</title>
			<description>Attaches an object to an I/O outline node.</description>
			<pubDate>Sat, 23 Apr 2011 20:59:15 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01111.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01111.part" length="1203" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.html.directory.getInclusionFromCache</title>
			<description>Only cache if the pref is set true. Use op.getnetoutline to get the outline.</description>
			<pubDate>Tue, 19 Apr 2011 12:22:25 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01102.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01102.part" length="4416" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.client.buttons.instantOutline</title>
			<description>Removed the New Post button. Not that useful and very confusing. Use the New Entry command to create something new.</description>
			<pubDate>Sun, 17 Apr 2011 16:33:51 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01098.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01098.part" length="1684" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.string.urlEncode</title>
			<description>Encode ( ) ^ * { }. Move the replacement table to string.data.urlEncodeTable. More than twice as fast than building it with code.</description>
			<pubDate>Mon, 11 Apr 2011 23:03:33 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01097.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01097.part" length="6968" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.string.data</title>
			<description>Table that configures string.urlEncode.</description>
			<pubDate>Mon, 11 Apr 2011 23:03:00 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01096.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01096.part" length="1143" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.updateOpenTools</title>
			<description>Created.</description>
			<pubDate>Thu, 07 Apr 2011 13:54:55 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01094.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01094.part" length="1358" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.prefs.validateS3prefs</title>
			<description>New optional param, adrresult. If not nil, we return a boolean true if it validated, false if it didn&apos;t. Used in the EC2 startup user interface.</description>
			<pubDate>Tue, 05 Apr 2011 17:25:44 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01091.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01091.part" length="3308" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter.newPost</title>
			<description>In OAuth version, if adrRespons is non-nil, return the whole struct that Twitter returns.</description>
			<pubDate>Sat, 02 Apr 2011 23:41:19 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01086.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01086.part" length="9651" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.menuCommands.newScript</title>
			<description>Do all the things I do when I start a new script object, automatically:</description>
			<pubDate>Sat, 02 Apr 2011 14:10:05 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01084.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01084.part" length="2333" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.webserver.redirect</title>
			<description>if pta^.responseHeaders doesn&apos;t exist, create it.</description>
			<pubDate>Tue, 29 Mar 2011 01:56:14 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01082.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01082.part" length="1890" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.OAuth.appDance</title>
			<description>Rewrite to allow for web apps.</description>
			<pubDate>Sun, 27 Mar 2011 13:23:38 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01081.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01081.part" length="6294" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.OAuth.getSignature</title>
			<description>When calling string.urlEncode, pass the second optional param for the &quot;full&quot; encode. Otherwise characters like @ aren&apos;t encoded, and the signatures are declared invalid.</description>
			<pubDate>Sun, 27 Mar 2011 01:54:36 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01078.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01078.part" length="1450" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.OAuth.getRequestToken</title>
			<description>When calling string.urlEncode, pass the second optional param for the &quot;full&quot; encode. Otherwise characters like @ aren&apos;t encoded, and the signatures are declared invalid.</description>
			<pubDate>Sun, 27 Mar 2011 01:54:23 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01077.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01077.part" length="3105" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter.oAuth.initUser</title>
			<description>New optional param adrAppTable, determines which &quot;app&quot; we&apos;re going to talk to. If it&apos;s a web-based app, each instance of each app requires its own setup on twitter.com. Defaults to the desktop OPML all configuration.</description>
			<pubDate>Sun, 27 Mar 2011 01:30:37 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01076.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01076.part" length="2714" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.OAuth.authenticatedCall</title>
			<description>New optional parameter, method, default GET.</description>
			<pubDate>Sat, 26 Mar 2011 14:30:29 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01071.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01071.part" length="3459" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.mainResponder.calendar.visitReverseChronologic</title>
			<description>Add optional param, maxDays. If non-nil, limits the number of days we&apos;re willing to go back in time. Used in River2.</description>
			<pubDate>Fri, 25 Mar 2011 03:41:37 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01069.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01069.part" length="5770" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.staticText.initLocation</title>
			<description>Return the address of the location table.</description>
			<pubDate>Wed, 16 Mar 2011 18:46:53 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01068.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01068.part" length="2115" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.adjix.create</title>
			<description>Checking and cleanup on customDomain. OK if user specifies it as &quot;r2.ly&quot; or &quot;http://r2.ly/&quot; or many different variants.</description>
			<pubDate>Fri, 11 Mar 2011 13:03:13 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01066.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01066.part" length="4432" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.radio.prefs.stringPref</title>
			<description>New optional parameter, flIgnorePasswordError, if true -- we don&apos;t display an error message if passwords don&apos;t match but one of the passwords was empty. This is a sign the user didn&apos;t change the password.</description>
			<pubDate>Fri, 11 Mar 2011 11:36:05 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01065.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01065.part" length="9550" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>suites.webEdit.commands.sendToServer</title>
			<description>Do a better job of cleaning up the address before adding it to the recentChanges table.</description>
			<pubDate>Tue, 08 Mar 2011 01:06:50 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01061.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01061.part" length="4150" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.member</title>
			<description>Initial code for the new identity system.</description>
			<pubDate>Mon, 07 Mar 2011 14:00:39 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01059.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01059.part" length="8977" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.firewall</title>
			<description>Temporarily, allow caller to pass us the username and password, which overrides the global one. Part of a bootstrap of a new identity system in here.</description>
			<pubDate>Tue, 01 Mar 2011 15:08:12 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01053.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01053.part" length="6427" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.isSameMachine</title>
			<description>Is the request coming from a user on the same machine. Different security applies if so.</description>
			<pubDate>Tue, 01 Mar 2011 15:08:02 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01052.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01052.part" length="880" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.log2.utilities</title>
			<description>Start of a utilities table for log2. Contains a script that replaces a missing element in all log tables.</description>
			<pubDate>Tue, 01 Mar 2011 14:06:31 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01051.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01051.part" length="1146" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.string.removeUrlGarbage</title>
			<description>Give me a URL with utm_source=xxx&amp;utm_medium=yyy in its params, and I&apos;ll remove them. Even better, I&apos;ll just remove any params that begin with utm_.</description>
			<pubDate>Mon, 21 Feb 2011 20:44:50 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01040.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01040.part" length="2999" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.fileSynch.synch</title>
			<description>Manage directory file, if feature is enabled. On Mac, skip files named &quot;Icon\r&quot;.</description>
			<pubDate>Thu, 10 Feb 2011 16:39:48 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01035.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01035.part" length="7095" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.fileSynch.uploadFile</title>
			<description>If prefs.rootUrl is not empty, use it to set the file&apos;s URL.</description>
			<pubDate>Thu, 10 Feb 2011 16:39:37 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01034.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01034.part" length="4584" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.userlandSamples.countHeadlines</title>
			<description>Count the number of top-level headlines in the front outline window.</description>
			<pubDate>Wed, 09 Feb 2011 19:48:13 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01031.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01031.part" length="710" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.client.saveOutline</title>
			<description>Hook into Scripting2.</description>
			<pubDate>Sat, 05 Feb 2011 19:34:00 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01030.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01030.part" length="4113" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.client.saveBlogPost</title>
			<description>If the cursor is on or below a blog post headline when we save, shoot a copy of the outline over to Scripting2.</description>
			<pubDate>Sat, 05 Feb 2011 19:33:45 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01029.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01029.part" length="2558" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.client.buttons.instantOutline.[&quot;00002500\tNew Post&quot;]</title>
			<description>The New Post button.</description>
			<pubDate>Sat, 05 Feb 2011 19:32:47 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01027.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01027.part" length="571" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.client.menuCommands.newPost</title>
			<description>Code behind the New Post button in the Instant Outliner.</description>
			<pubDate>Sat, 05 Feb 2011 19:32:19 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01026.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01026.part" length="878" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.json.encode</title>
			<description>Process special characters in JSON.</description>
			<pubDate>Sat, 08 Jan 2011 14:41:19 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01025.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01025.part" length="603" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.json.data</title>
			<description>Contains an initial version of a replaceTable used in serializing JSON table struct.</description>
			<pubDate>Fri, 31 Dec 2010 14:57:18 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01023.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01023.part" length="601" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>workspace.userlandSamples.exportWorkspace</title>
			<description>This script is a step on the path to making it easy to start with a fresh OPML installation. It exports all the parts of your workspace table. Bonus -- it also exports the sub-tables of your user table.</description>
			<pubDate>Wed, 22 Dec 2010 14:23:39 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01022.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01022.part" length="2075" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.Flickr.groups</title>
			<description>Verbs for Flickr groups (just one to start)</description>
			<pubDate>Tue, 21 Dec 2010 22:32:19 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01021.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01021.part" length="4609" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.string.formatDouble</title>
			<description>Changed the constant &quot;00&quot; to a string.filledstring. placesRightOfDecimal wasn&apos;t always a parameter, it was hardcoded to 3. Now the 0-padding has to allow for values other than 3.</description>
			<pubDate>Thu, 09 Dec 2010 16:35:45 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01020.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01020.part" length="1703" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.log2.add</title>
			<description>Use string.formatdouble to display seconds.</description>
			<pubDate>Wed, 08 Dec 2010 18:47:50 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01019.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01019.part" length="6296" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.userlandSamples.threadWaiting</title>
			<description>A set of scripts that show how threads work.</description>
			<pubDate>Tue, 07 Dec 2010 23:36:25 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01018.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01018.part" length="2965" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.entityEncode</title>
			<description>Fixed a boundary error in numeric substitution. If we were encoding the last character in the string, it would fail. Surprising this bug lasted this long? Weird.</description>
			<pubDate>Sat, 04 Dec 2010 08:33:04 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01016.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01016.part" length="5348" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.userlandSamples.whichDomainsAreHostedHere</title>
			<description>Sometimes I move around domains and content and lose track of which domains are still hosted on the server I&apos;m looking at. This script tells me for sure.</description>
			<pubDate>Thu, 02 Dec 2010 16:30:46 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01015.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01015.part" length="2317" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.sitemapGenerate</title>
			<description>Optional boolean, flsimple, default false. If true, we generate a single sitemap.xml file, no siteindex, and don&apos;t split the sitemaps into small files. The call is saying that it&apos;s a small site, and you can make it work with a simple sitemap.</description>
			<pubDate>Mon, 29 Nov 2010 22:53:33 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01014.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01014.part" length="11007" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.userlandSamples.sizeFolderStructure</title>
			<description>I always wondered where all the files were in a huge folder, like the one that stores all the static files for scripting.com. This script walks the folder structure recursively, and on each folder tells you how many files it contains, at all levels, and h</description>
			<pubDate>Sun, 28 Nov 2010 01:03:23 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01010.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01010.part" length="2551" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.userlandSamples.getListHtml</title>
			<description>Take an outline with a list of domain names, put the cursor on one of the names, and run this script. It will create a list in the web browser of links you can click on to verify that the sites are accessible.</description>
			<pubDate>Sat, 27 Nov 2010 08:09:04 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01009.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01009.part" length="1439" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.userlandSamples.getListDottedIds</title>
			<description>Create an outline with a list of domain names, put the cursor on one of the names, and run this script. It will fill in the IP addresses as sub-heads.</description>
			<pubDate>Sat, 27 Nov 2010 07:33:29 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01008.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01008.part" length="1308" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.tcp.equalNames</title>
			<description>An ancient routine that is called a lot and can be made much faster.</description>
			<pubDate>Thu, 18 Nov 2010 01:46:24 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01004.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01004.part" length="2186" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.rss.data.replaceTable.[&quot;&#195;&#161;&quot;]</title>
			<description>Add another character substitution.</description>
			<pubDate>Mon, 15 Nov 2010 02:59:28 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01001.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01001.part" length="224" type="application/x-frontier-TEXT"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.rss.data.replaceTable.[&quot;&#226;&#128;&#152;&quot;]</title>
			<description>Another weird way to generate an apostrophe.</description>
			<pubDate>Sun, 14 Nov 2010 08:38:27 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/01000.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/01000.part" length="217" type="application/x-frontier-TEXT"/>
			</item>
		<item>
			<title>workspace.userlandSamples.setupWebeditServer</title>
			<description>Run this script to set up WebEdit server so you can check out and check in objects in the main root and in guest databases.</description>
			<pubDate>Tue, 02 Nov 2010 23:00:18 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00999.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00999.part" length="1142" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.userlandSamples.flickrFolderUploader</title>
			<description>Uploads a folder of images to your Flickr account, newest first, so when you view them in Flickr they appear in chronologic order. The picture taken first appears first, the most recent picture appears last.</description>
			<pubDate>Mon, 01 Nov 2010 17:29:04 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00998.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00998.part" length="2256" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.userlandSamples.downloadTool</title>
			<description>Downloads a tool via HTTP and installs it.</description>
			<pubDate>Thu, 28 Oct 2010 14:50:22 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00997.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00997.part" length="1076" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.tableToJson</title>
			<description>This routine moved to json.decompile. I left the shell here so as not to break anything that may have already been written. Obviously, it&apos;s clearer to call json.decompile instead.</description>
			<pubDate>Tue, 26 Oct 2010 02:46:07 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00994.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00994.part" length="779" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.jsonToTable</title>
			<description>This routine moved to json.compile. I left the shell here so as not to break anything that may have already been written. Obviously, it&apos;s clearer to call json.compile instead.</description>
			<pubDate>Tue, 26 Oct 2010 02:44:23 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00993.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00993.part" length="823" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.json</title>
			<description>A new builtins table containing json.compile and json.decompile.</description>
			<pubDate>Tue, 26 Oct 2010 02:41:40 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00992.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00992.part" length="17540" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>workspace.userlandSamples.jsonTesting.scripts.saveExamples</title>
			<description>A utility script I need to save the examples to a location that json.scripting.com can get at them.</description>
			<pubDate>Mon, 25 Oct 2010 02:10:05 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00990.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00990.part" length="916" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.userlandSamples.jsonTesting</title>
			<description>Added another test case, with a NULL value and an empty list.</description>
			<pubDate>Mon, 25 Oct 2010 00:19:54 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00987.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00987.part" length="109363" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.everyNight</title>
			<description>Created. Over time we should migrate nightly functionality for opmlEditor layer to this routine.</description>
			<pubDate>Thu, 07 Oct 2010 08:18:26 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00976.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00976.part" length="993" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.script.newScriptObject</title>
			<description>Code cleanup.</description>
			<pubDate>Wed, 29 Sep 2010 15:58:19 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00975.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00975.part" length="1550" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.realtime.server.getUpdates</title>
			<description>Code review, delete unused code. Don&apos;t have to delete the temp table at the end if we dis-enable it. Trying to simplify code in any way possible.</description>
			<pubDate>Sat, 25 Sep 2010 17:38:56 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00974.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00974.part" length="7550" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.realtime.server.pushUpdate</title>
			<description>We&apos;re waking all the waiting users, but we don&apos;t need to. Now we only wake users who are receiving updates as a result of the push.</description>
			<pubDate>Sat, 25 Sep 2010 17:38:42 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00973.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00973.part" length="7002" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.realtime.server.wakeWaitingThreads</title>
			<description>Add optional username parameter. If non-nil, only wake threads for user with that name.</description>
			<pubDate>Sat, 25 Sep 2010 17:38:27 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00972.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00972.part" length="1498" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.realtime.everyMinute</title>
			<description>Also delete longpoll tables that have their enabled booleans set false.</description>
			<pubDate>Sat, 25 Sep 2010 17:38:11 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00971.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00971.part" length="864" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.realtime.server.collectTempTables</title>
			<description>Also delete longpoll tables that have their enabled booleans set false.</description>
			<pubDate>Sat, 25 Sep 2010 17:37:51 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00970.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00970.part" length="1345" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.server.initUser</title>
			<description>Make sure there&apos;s a table for this user in realtimeData.root.</description>
			<pubDate>Thu, 23 Sep 2010 18:38:33 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00969.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00969.part" length="5314" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.fileMenu.saveCopyOpenDatabases</title>
			<description>Improved the logging messages.</description>
			<pubDate>Tue, 21 Sep 2010 23:47:57 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00965.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00965.part" length="16290" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.tools.uninstall</title>
			<description>user.tools.prefs.flUseScheduler2 look for scripts in user.scheduler2, else user.scheduler.</description>
			<pubDate>Sun, 19 Sep 2010 08:30:49 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00960.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00960.part" length="8648" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.tools.install</title>
			<description>If user.tools.prefs.flUseScheduler2 is true, install the scheduled script in user.scheduler2 and delete the links in user.scheduler (so the scripts only run once).</description>
			<pubDate>Sun, 19 Sep 2010 08:30:33 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00959.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00959.part" length="18426" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.tools.init</title>
			<description>New pref, user.tools.prefs.flUseScheduler2, initialized to false. If set true, we use the new scheduler. Eventually this will be set true in userland.cleanroot.</description>
			<pubDate>Sun, 19 Sep 2010 08:30:16 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00958.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00958.part" length="13327" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.rootUpdates.doCallback</title>
			<description>Call the callbacks in the indicated table. I wanted this in a separate code object so it would be easy to debug without taking a chance on breaking the rootupdates process. Have to be really careful about that. :-)</description>
			<pubDate>Fri, 17 Sep 2010 15:43:42 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00951.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00951.part" length="1222" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.userlandSamples.betterPrefs</title>
			<description>Add some bits that make it so that mainresponder.respond handles all the requests that used to go through the websiteframework responder.</description>
			<pubDate>Thu, 16 Sep 2010 15:26:04 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00950.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00950.part" length="1967" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.client.nodeTypes.v4BuddyOutlineElement.rightClickMenu</title>
			<description>Add delete command to right-click menu for Buddies window.</description>
			<pubDate>Wed, 15 Sep 2010 19:17:26 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00949.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00949.part" length="1280" type="application/x-frontier-mbar"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.client.menuCommands.deleteBuddy</title>
			<description>Called from io.client.nodeTypes.v4BuddyOutlineElement.rightClickMenu.</description>
			<pubDate>Wed, 15 Sep 2010 19:17:03 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00948.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00948.part" length="822" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.client.follow</title>
			<description>Re-releasing the part released yesterday. Apparently some people missed the update? Just being sure.</description>
			<pubDate>Wed, 15 Sep 2010 16:45:28 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00947.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00947.part" length="1996" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.realtime.server.initUser</title>
			<description>Init adruser^.stats.ctSecsConnected.</description>
			<pubDate>Wed, 15 Sep 2010 00:35:54 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00944.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00944.part" length="5728" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.client.boldenBuddy</title>
			<description>There was a stray call to &quot;beep&quot; in the body of the loop, removed.</description>
			<pubDate>Tue, 14 Sep 2010 20:48:49 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00943.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00943.part" length="8005" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.server.follow</title>
			<description>When pushing the update, the userWhoCausedUpdate parameter must be userToFollow, not username. Otherwise the outline of the user being followed shows as an update to the person who did the following. Not good! :-)</description>
			<pubDate>Tue, 14 Sep 2010 13:07:17 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00942.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00942.part" length="3340" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.client.beep</title>
			<description>The beep sound made when a buddy updates.</description>
			<pubDate>Sun, 12 Sep 2010 21:15:25 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00939.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00939.part" length="902" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.realtime.server.data.log.template</title>
			<description>Remove two lines of whitespace at the top of the page, and add three lines of whitespace at the bottom.</description>
			<pubDate>Sun, 12 Sep 2010 13:40:20 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00937.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00937.part" length="941" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.builtins.realtime.everyHour</title>
			<description>Write the log once per hour, so hours can be converted to dates when there&apos;s a new day.</description>
			<pubDate>Sun, 12 Sep 2010 04:14:30 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00934.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00934.part" length="958" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.client.menuCommands.refreshOneBuddy</title>
			<description>Called from the right-click menu when the cursor is on the name of a buddy. Get the name from the headline, then get the outline from the server, and update the mofo.</description>
			<pubDate>Sat, 11 Sep 2010 19:55:37 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00927.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00927.part" length="1778" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.server.getOneOutline</title>
			<description>Return an update for the indicated user. Implements the Refresh command in the right-click menu for the Buddies window.</description>
			<pubDate>Sat, 11 Sep 2010 19:55:21 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00926.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00926.part" length="1103" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.server.rpcHandlers.getOneOutline</title>
			<description>Created.</description>
			<pubDate>Sat, 11 Sep 2010 19:53:04 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00925.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00925.part" length="719" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.server.getOutlines</title>
			<description>Add username parameter. Only return outlines for people the user follows.</description>
			<pubDate>Sat, 11 Sep 2010 18:42:55 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00923.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00923.part" length="2625" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.server.rpcHandlers.getOutlines</title>
			<description>Pass username to io.server.getoutlines.</description>
			<pubDate>Sat, 11 Sep 2010 18:42:41 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00922.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00922.part" length="925" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.client.buttons.buddies</title>
			<description>Buttons for the Buddies window.</description>
			<pubDate>Tue, 07 Sep 2010 13:50:26 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00919.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00919.part" length="1829" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.client.buttons.buddies.[&quot;00005000\tSupport&quot;]</title>
			<description>Created.</description>
			<pubDate>Tue, 07 Sep 2010 13:49:18 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00918.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00918.part" length="571" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.client.menuCommands.supportButton</title>
			<description>Open the blog post with support info. A place to post comments and questions.</description>
			<pubDate>Tue, 07 Sep 2010 13:49:03 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00917.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00917.part" length="872" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.server.rpcHandlers.unfollow</title>
			<description>Created.</description>
			<pubDate>Fri, 03 Sep 2010 13:52:38 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00914.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00914.part" length="694" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.server.rpcHandlers.follow</title>
			<description>Created.</description>
			<pubDate>Fri, 03 Sep 2010 13:52:18 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00913.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00913.part" length="684" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.server.unfollow</title>
			<description>Created.</description>
			<pubDate>Fri, 03 Sep 2010 13:52:07 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00912.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00912.part" length="958" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.client.unfollow</title>
			<description>Created.</description>
			<pubDate>Fri, 03 Sep 2010 13:51:42 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00910.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00910.part" length="2022" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.server.userFollows</title>
			<description>Designed to be called-back from realtime.server.userFollows to determine if one user follows another.</description>
			<pubDate>Wed, 01 Sep 2010 22:38:37 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00907.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00907.part" length="1141" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.realtime.server.userFollows</title>
			<description>Created. If any of the callbacks return true, we return true.</description>
			<pubDate>Wed, 01 Sep 2010 22:37:43 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00906.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00906.part" length="1039" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.realtime.server.init</title>
			<description>Init the &quot;userfollows&quot; callback.</description>
			<pubDate>Wed, 01 Sep 2010 22:35:49 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00903.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00903.part" length="4432" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.client.openMyOutline</title>
			<description>Add a right-click menu for Instant Outline-related commands.</description>
			<pubDate>Tue, 31 Aug 2010 10:44:38 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00901.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00901.part" length="3367" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.server.archiveWebsite</title>
			<description>Website that allows HTTP access to archived outlines.</description>
			<pubDate>Mon, 30 Aug 2010 23:06:27 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00899.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00899.part" length="2024" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.server.rpcHandlers.archiveOutline</title>
			<description>Created.</description>
			<pubDate>Mon, 30 Aug 2010 23:03:51 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00895.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00895.part" length="704" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.client.menuCommands.archiveSubOutline</title>
			<description>Created.</description>
			<pubDate>Mon, 30 Aug 2010 23:03:38 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00894.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00894.part" length="3540" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.webserver.apache.buildHttpdConf</title>
			<description>Pass redirects through Frontier.</description>
			<pubDate>Wed, 25 Aug 2010 18:14:58 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00893.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00893.part" length="4875" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.io</title>
			<description>Lots of updates.</description>
			<pubDate>Mon, 16 Aug 2010 14:14:27 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00885.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00885.part" length="59034" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.realtime</title>
			<description>Lots of new parts and rewrites.</description>
			<pubDate>Mon, 16 Aug 2010 14:13:25 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00884.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00884.part" length="53564" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.realtime.init</title>
			<description>Init system.temp.realtime.server.longpolls.</description>
			<pubDate>Sat, 14 Aug 2010 11:41:12 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00882.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00882.part" length="3405" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.realtime.client.processIncomingUpdates</title>
			<description>Code pulled out of realtime.client.getUpdates, so the update-getter can more quickly get back to getting updates.</description>
			<pubDate>Fri, 13 Aug 2010 14:04:54 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00878.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00878.part" length="1450" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.realtime.server.initInbox</title>
			<description>Add randomString param. See comment at head of realtime.server.getupdates.</description>
			<pubDate>Fri, 13 Aug 2010 08:36:12 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00873.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00873.part" length="2549" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.realtime.client.init</title>
			<description>Init randomString.</description>
			<pubDate>Fri, 13 Aug 2010 08:35:05 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00871.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00871.part" length="3220" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.userlandSamples.fickrPoolDownloader</title>
			<description>Sample script that shows how to download a pool to a folder on your local disk.</description>
			<pubDate>Thu, 12 Aug 2010 09:39:09 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00870.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00870.part" length="1359" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.Flickr.savePhoto</title>
			<description>Try for &quot;Original&quot; size first, then Large, then Medium, then return false.</description>
			<pubDate>Thu, 12 Aug 2010 09:24:38 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00869.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00869.part" length="2356" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.Flickr.savePool</title>
			<description>Save all the pictures in a pool to a folder on your disk.</description>
			<pubDate>Wed, 11 Aug 2010 23:56:38 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00867.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00867.part" length="935" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.realtime.server.writeLog</title>
			<description>Created.</description>
			<pubDate>Wed, 11 Aug 2010 20:14:33 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00863.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00863.part" length="1232" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.realtime.server.data.log</title>
			<description>Data for logging code.</description>
			<pubDate>Wed, 11 Aug 2010 20:14:02 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00862.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00862.part" length="1132" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.io.client.menuCommands</title>
			<description>Beginning of table of menu commands for builtins.io.</description>
			<pubDate>Sun, 08 Aug 2010 12:46:21 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00857.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00857.part" length="970" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.string.getRandomPassword</title>
			<description>Add optional parameter, flAllLower, default true. Makes it easier when typing the password.</description>
			<pubDate>Thu, 29 Jul 2010 01:40:52 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00848.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00848.part" length="2112" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.realtime.server.deleteOldInboxes</title>
			<description>Count individual deletions, not calls to this routine.</description>
			<pubDate>Mon, 26 Jul 2010 19:58:37 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00847.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00847.part" length="1612" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.window.minimumSize</title>
			<description>Enforce a minimum size for the window.</description>
			<pubDate>Mon, 05 Jul 2010 11:12:34 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00838.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00838.part" length="926" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.table.tableContains</title>
			<description>Added test code in a bundle at the bottom of the script.</description>
			<pubDate>Wed, 30 Jun 2010 15:20:59 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00837.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00837.part" length="2431" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.mainResponder.adminSite.callbacks.pathEvaluation</title>
			<description>I got caught up in here again, this time I just wired the whole thing off if it&apos;s the OPML Editor.</description>
			<pubDate>Wed, 23 Jun 2010 16:49:49 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00835.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00835.part" length="7964" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.tcp.httpReadUrl</title>
			<description>Add optional param to let the user get the HTTP status code.</description>
			<pubDate>Sun, 13 Jun 2010 03:48:03 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00834.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00834.part" length="7891" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.date.sameMonth</title>
			<description>Give me two dates and I&apos;ll tell you if they&apos;re in the same month.</description>
			<pubDate>Sat, 12 Jun 2010 09:18:36 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00833.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00833.part" length="1194" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.FriendFeed</title>
			<description>There have been some problems connecting to private rooms in FF. I seem to be the only one not having them. Want to be sure everyone&apos;s using the same glue scripts table.</description>
			<pubDate>Thu, 10 Jun 2010 11:39:29 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00832.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00832.part" length="82342" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.file.reconcileFolder</title>
			<description>If the destfolder doesn&apos;t exist, create it.</description>
			<pubDate>Sat, 22 May 2010 20:38:57 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00830.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00830.part" length="6376" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.userlandSamples.letMeKnowWhenDnsChanges</title>
			<description>Copy the message into the object db location scratchpad.letmeknowmsg. That way you can open the window and watch the value change. It can be hard to read the message in the About window.</description>
			<pubDate>Sat, 22 May 2010 08:26:06 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00829.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00829.part" length="1615" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.wordPress</title>
			<description>Glue scripts table for WordPress.</description>
			<pubDate>Thu, 20 May 2010 23:48:22 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00828.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00828.part" length="11757" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.table.uniqueName</title>
			<description>Cleaned up code. Hadn&apos;t been touched in 13 years.</description>
			<pubDate>Thu, 20 May 2010 09:59:04 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00826.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00826.part" length="1280" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.html.data.standardMacros.imageRef</title>
			<description>Went looking for a bug that might have been showing up in the Tool Catalog page in the OPML Editor, but it probably isn&apos;t here. Along the way I reformatted the code to current conventions.</description>
			<pubDate>Fri, 14 May 2010 11:10:24 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00821.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00821.part" length="6941" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.userland.randomizeAllPasswords</title>
			<description>Given an address in an object database, reset all objects named password or secretSubject to a random string of 10 characters. This makes it possible to ship userland.com websites with the user information intact, without revealing any passwords. The emai</description>
			<pubDate>Sat, 01 May 2010 13:08:28 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00819.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00819.part" length="2118" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.tools.commands.addFeed</title>
			<description>If the user gives us an HTML page, do the auto-discovery routine, cribbed from river2website.quicksub.</description>
			<pubDate>Thu, 29 Apr 2010 18:34:33 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00818.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00818.part" length="11595" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.tcp.getLocationInfo</title>
			<description>Make apiUrl a parameter, so you can call a different service, should the default one disappear someday.</description>
			<pubDate>Sun, 28 Mar 2010 11:19:49 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00815.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00815.part" length="2787" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.instapaper</title>
			<description>Initial glue table for Instapaper.</description>
			<pubDate>Sun, 21 Mar 2010 12:53:31 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00812.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00812.part" length="2138" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>workspace.userlandSamples.savePagesFilter</title>
			<description>The purpose is to help &quot;static-ize&quot; a dynamic Manila site or some other app running in Frontier or the OPML Editor.</description>
			<pubDate>Thu, 04 Feb 2010 13:27:51 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00810.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00810.part" length="6167" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.html.commands.newSite</title>
			<description>In the OPML Editor, the main root file is called opml.root. If we&apos;re in that database, use the same logic as would apply for frontier.root.</description>
			<pubDate>Wed, 03 Feb 2010 22:47:38 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00809.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00809.part" length="4057" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.webserver.init</title>
			<description>Initialize user.webserver.prefs.MIME2ext (new table).</description>
			<pubDate>Wed, 03 Feb 2010 17:55:09 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00808.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00808.part" length="9994" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.webserver.data.prefs.MIME2ext</title>
			<description>Inital value for user.webserver.prefs.MIME2ext.</description>
			<pubDate>Wed, 03 Feb 2010 17:54:53 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00807.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00807.part" length="857" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>workspace.userlandSamples.manilaHtaccessGen</title>
			<description>Generate an .htaccess file for a statically rendered Manila site.</description>
			<pubDate>Wed, 20 Jan 2010 10:48:46 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00805.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00805.part" length="1717" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.saveOpenDatabases</title>
			<description>Created.</description>
			<pubDate>Mon, 18 Jan 2010 18:46:37 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00802.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00802.part" length="1056" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.fileMenu.saveOpenDatabases</title>
			<description>Save all open databases that have been modified.</description>
			<pubDate>Mon, 18 Jan 2010 15:17:38 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00800.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00800.part" length="862" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.tools.startup</title>
			<description>Disable the Frontier.tools.thread, install everyMinute script in scheduler2.</description>
			<pubDate>Mon, 18 Jan 2010 14:09:56 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00799.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00799.part" length="7786" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.tools.everyMinute</title>
			<description>http://frontiernews.org/2010/01/18/frontier-tools-thread-is-replaced/</description>
			<pubDate>Mon, 18 Jan 2010 14:09:34 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00798.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00798.part" length="1034" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.userlandSamples.threadAnalyzer</title>
			<description>Lots of changes.</description>
			<pubDate>Sat, 16 Jan 2010 17:15:33 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00796.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00796.part" length="8458" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.mainResponder.background.everyMinute</title>
			<description>Comment code that checks if it&apos;s a trial version that expired.</description>
			<pubDate>Sat, 16 Jan 2010 14:20:54 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00795.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00795.part" length="6192" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter.testing.oauthCall</title>
			<description>Tested with new PIN-based stuff.</description>
			<pubDate>Fri, 01 Jan 2010 15:46:35 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00794.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00794.part" length="833" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.s3.bucketExists</title>
			<description>Return true if the bucket exists, false otherwise.</description>
			<pubDate>Wed, 30 Dec 2009 14:13:33 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00787.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00787.part" length="955" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.runScriptsFolder</title>
			<description>Implement Scripts folder, a sub-folder of Guest Databases/ops that contains scripts that run every minute, every hour and once every night.</description>
			<pubDate>Mon, 28 Dec 2009 14:09:55 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00785.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00785.part" length="3047" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.getHtmlLinks</title>
			<description>Fix a problem which prevented River2&apos;s Quick Sub command from working with Tumblr blogs.</description>
			<pubDate>Fri, 18 Dec 2009 17:12:46 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00782.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00782.part" length="3060" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.tumblr.getPost</title>
			<description>Empty the data table before doing anything.</description>
			<pubDate>Fri, 27 Nov 2009 21:51:11 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00781.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00781.part" length="2050" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.posterous</title>
			<description>Initial app table for Posterous.</description>
			<pubDate>Sat, 21 Nov 2009 00:06:23 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00776.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00776.part" length="38549" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.apps.wordPress.savePost</title>
			<description>Run the text through wordPress.data.replaceTable.</description>
			<pubDate>Fri, 20 Nov 2009 18:41:10 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00775.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00775.part" length="3058" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.wordPress.data.replaceTable</title>
			<description>The beginning of a string replacement table.</description>
			<pubDate>Fri, 20 Nov 2009 18:40:20 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00774.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00774.part" length="379" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter.getStatus</title>
			<description>If the tweet had geo data, the table has a geo sub-table with latitude and longitude values.</description>
			<pubDate>Thu, 19 Nov 2009 18:22:57 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00772.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00772.part" length="2145" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter.getGeoData</title>
			<description>Created.  If the status has geo data, add longitude and latitude values to the table.</description>
			<pubDate>Thu, 19 Nov 2009 18:22:36 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00771.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00771.part" length="1262" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter.extractListInfo</title>
			<description>Handle the case where the list doesn&apos;t have a description. I guess some don&apos;t? Hmmm.</description>
			<pubDate>Wed, 18 Nov 2009 22:56:45 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00770.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00770.part" length="3383" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter.getListOpml</title>
			<description>Implements the &quot;xSocial&quot; namespace as described here: http://scripting.com/stories/2009/11/08/aSocialNamespace.html</description>
			<pubDate>Sun, 08 Nov 2009 13:46:36 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00768.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00768.part" length="8031" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.getAlternateLinks</title>
			<description>Gather all the &lt;link rel&gt;s out of the HTML text in a table.</description>
			<pubDate>Wed, 04 Nov 2009 21:59:10 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00763.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00763.part" length="1745" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.mainResponder.redirect</title>
			<description>If this doesn&apos;t do what you want, take a look at webserver.redirect.</description>
			<pubDate>Wed, 04 Nov 2009 19:44:23 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00762.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00762.part" length="1146" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter.getUserLists</title>
			<description>Reorganized parameter list so username and password can be optional params.</description>
			<pubDate>Sat, 31 Oct 2009 23:52:52 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00758.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00758.part" length="2612" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter.getListMembers</title>
			<description>Reorganized parameter list so username and password can be optional params.</description>
			<pubDate>Sat, 31 Oct 2009 23:50:58 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00757.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00757.part" length="2838" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.maintenence.fixShipShopPaths</title>
			<description>When we shipped opml.root we left some things pointing to places on the shipping computer&apos;s hard drive that can cause problems for people. This patch fixes them.</description>
			<pubDate>Sat, 31 Oct 2009 15:40:51 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00753.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00753.part" length="1475" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.userland.cleanRoot</title>
			<description>Open the about window by default at startup in the OPML Editor.</description>
			<pubDate>Tue, 20 Oct 2009 14:30:22 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00747.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00747.part" length="21134" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.log2.overnight</title>
			<description>Vastly simplified using visitReverseChronologic.</description>
			<pubDate>Tue, 20 Oct 2009 14:08:12 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00745.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00745.part" length="2634" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.updateMainRoot</title>
			<description>Finally one script to update opml.root.</description>
			<pubDate>Thu, 17 Sep 2009 11:25:32 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00734.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00734.part" length="949" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.tcp.httpPost</title>
			<description>New optional parameter returns the HTTP result code. Follow redirects.</description>
			<pubDate>Sun, 13 Sep 2009 13:52:56 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00728.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00728.part" length="2868" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.addOutlineToPrefs</title>
			<description>The change we made yesterday is a bit more complicated. If we&apos;re re-installing River2.root, the old prefs outline will already be there, so first we have to remove it and then do the installation. Otherwise there&apos;s an address error when the prefs system r</description>
			<pubDate>Thu, 03 Sep 2009 16:51:41 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00726.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00726.part" length="4948" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.extensions.crypto.hashSHA1</title>
			<description>kernel glue won&apos;t compile if the verb isn&apos;t defined, so I had to move the glue into a sub-table.</description>
			<pubDate>Mon, 31 Aug 2009 21:18:44 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00722.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00722.part" length="1127" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.extensions.crypto.hmac_MD5</title>
			<description>kernel glue won&apos;t compile if the verb isn&apos;t defined, so I had to move the glue into a sub-table.</description>
			<pubDate>Mon, 31 Aug 2009 21:18:14 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00721.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00721.part" length="1175" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.extensions.crypto.hashMD5</title>
			<description>kernel glue won&apos;t compile if the verb isn&apos;t defined, so I had to move the glue into a sub-table.</description>
			<pubDate>Mon, 31 Aug 2009 21:17:48 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00720.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00720.part" length="1134" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.extensions.crypto.kernelGlue</title>
			<description>kernel glue won&apos;t compile if the verb isn&apos;t defined, so I had to move the glue into a sub-table.</description>
			<pubDate>Mon, 31 Aug 2009 21:16:35 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00719.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00719.part" length="1457" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.extensions.crypto.isKernelized</title>
			<description>Return true if we&apos;re running a version of the OPML Editor (or Frontier) that has the crypto code built-into the kernel.</description>
			<pubDate>Mon, 31 Aug 2009 19:09:28 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00713.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00713.part" length="795" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.extensions.crypto.readme</title>
			<description>Explanation of crypto code on Mac/Intel versions of the OPML Editor.</description>
			<pubDate>Mon, 31 Aug 2009 19:09:04 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00712.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00712.part" length="733" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.apps.adjix.deref</title>
			<description>If Adjix switches to using a 301 return code, handle it gracefully.</description>
			<pubDate>Sat, 29 Aug 2009 12:38:18 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00711.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00711.part" length="1715" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.adjix.pushParams</title>
			<description>Change &quot;username&quot; to &quot;email.&quot;</description>
			<pubDate>Tue, 25 Aug 2009 15:35:26 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00707.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00707.part" length="2048" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.adjix.getAccountUrls</title>
			<description>Url-decode the urls.</description>
			<pubDate>Tue, 25 Aug 2009 15:25:16 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00705.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00705.part" length="3356" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.adjix</title>
			<description>First release of glue scripts for Adjix.</description>
			<pubDate>Tue, 25 Aug 2009 14:29:45 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00701.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00701.part" length="10397" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.initServerOnPort80</title>
			<description>This procedure is called from opmlEditor.init, therefore it is a mistake to call xxx from this procedure. Commented the call.</description>
			<pubDate>Sat, 15 Aug 2009 22:51:49 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00700.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00700.part" length="8209" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.getToolsInfo</title>
			<description>Used to cache the Catalog table, meaning you&apos;d have to quit the OPML Editor if a new tool was recently released. The file is not that big, caching isn&apos;t really necessary, so I turned it off and we read it every time you go to the Catalog page.</description>
			<pubDate>Sat, 15 Aug 2009 22:46:56 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00699.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00699.part" length="1259" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.rss.defaultCloud</title>
			<description>Before we start propogating cloud elements all over the place, centralize the code, so if we want to move clouds, it&apos;s easy to do.</description>
			<pubDate>Tue, 11 Aug 2009 17:06:35 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00698.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00698.part" length="4868" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter.getUserFollows</title>
			<description>Twitter is redirecting these calls today, so I added ctFollowRedirects:3 to the call.</description>
			<pubDate>Thu, 06 Aug 2009 22:48:35 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00697.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00697.part" length="5442" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.tcp.httpGetTypeLength</title>
			<description>Add optional ctFollowRedirects parameter.</description>
			<pubDate>Sun, 19 Jul 2009 14:36:40 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00693.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00693.part" length="2285" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.tools.windowTypes.callbacks.opInsert</title>
			<description>Created. For some reason tools couldn&apos;t define an opInsert callback. By adding this and a little code to Frontier.tools.init, we can.</description>
			<pubDate>Fri, 17 Jul 2009 22:24:24 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00691.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00691.part" length="1285" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter.updateUserImage</title>
			<description>Created. Update the user&apos;s avatar image.</description>
			<pubDate>Thu, 11 Jun 2009 01:21:35 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00675.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00675.part" length="1355" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.tcp.httpPostMultipart</title>
			<description>New optional param, adrCode, returns the HTTP result code, 200, 301, 404, etc. Added so we can check the code from tumblr.newPost.</description>
			<pubDate>Wed, 10 Jun 2009 20:52:12 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00674.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00674.part" length="9069" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.tumblr</title>
			<description>First version of the tumblr glue table.</description>
			<pubDate>Wed, 10 Jun 2009 20:51:56 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00673.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00673.part" length="11490" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.webserver.apache.s3backup</title>
			<description>Lots of updates/fixes.</description>
			<pubDate>Tue, 09 Jun 2009 13:22:06 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00672.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00672.part" length="7973" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>workspace.userlandSamples.findBigThings</title>
			<description>Getting errors on table.inguestdatabase call. Since it&apos;s only for displaying progress messages, I put it inside a try so it wouldn&apos;t halt the scan.</description>
			<pubDate>Tue, 09 Jun 2009 13:13:06 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00671.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00671.part" length="5069" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.s3.deleteObject</title>
			<description>Make sure the path begins with a /.</description>
			<pubDate>Sat, 06 Jun 2009 21:26:04 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00669.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00669.part" length="1979" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.userlandSamples.findLargeFiles</title>
			<description>Created. Find large files in the indicated folder. Default size is 100MB</description>
			<pubDate>Sat, 06 Jun 2009 14:24:16 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00668.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00668.part" length="1082" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter.hotUpText</title>
			<description>Actually numeric characters are allowed in screennames, it turns out.</description>
			<pubDate>Sat, 30 May 2009 21:02:03 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00662.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00662.part" length="5697" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.string.isAllNumeric</title>
			<description>Return true if the string contains only numeric characters, false otherwise.</description>
			<pubDate>Sat, 30 May 2009 16:40:54 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00661.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00661.part" length="919" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.html.menu.insertComment</title>
			<description>Called from system.menus.menubar. Inserts a comment in the HTML text. I had it remember the last string you entered, it was driving me crazy to have to type the same string over and over.</description>
			<pubDate>Fri, 22 May 2009 15:39:08 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00655.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00655.part" length="951" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter.getUserTimeLine</title>
			<description>Extract user information from each status record.</description>
			<pubDate>Thu, 21 May 2009 19:31:44 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00654.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00654.part" length="10987" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter.extractUserInfo</title>
			<description>Created. This code was being replicated, so I factored it.</description>
			<pubDate>Thu, 21 May 2009 19:29:52 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00652.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00652.part" length="3475" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.log2</title>
			<description>Like scheduler2, this is the second iteration of logging. Based on experience now we know a lot more about what&apos;s needed.</description>
			<pubDate>Mon, 18 May 2009 14:49:36 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00649.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00649.part" length="24384" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.apps.FriendFeed.testing</title>
			<description>Table containing test code for the FriendFeed API glue in the OPML Editor.</description>
			<pubDate>Thu, 14 May 2009 13:01:43 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00648.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00648.part" length="9750" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.apps.FriendFeed.newComment</title>
			<description>Created. Calls the FriendFeed API to add a comment to the indicated post.</description>
			<pubDate>Thu, 14 May 2009 13:01:08 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00647.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00647.part" length="4565" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.html.getImageHeightWidth</title>
			<description>Wrapper for height-width-getters for gifs and jpegs.</description>
			<pubDate>Sun, 10 May 2009 15:32:30 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00645.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00645.part" length="984" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.trim.create</title>
			<description>Get the status result the official way and if it&apos;s in error, throw the error in our way. No more weird messages from tr.im.</description>
			<pubDate>Wed, 06 May 2009 14:26:07 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00643.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00643.part" length="3483" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter.follow</title>
			<description>Created. Basic routine, no error checking. Just getting started with following and unfollowing for a little project I&apos;m doing. Might as well create the glue.</description>
			<pubDate>Mon, 04 May 2009 16:44:49 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00637.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00637.part" length="1310" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter.unfollow</title>
			<description>Created. Basic routine, no error checking. Just getting started with following and unfollowing for a little project I&apos;m doing. Might as well create the glue.</description>
			<pubDate>Mon, 04 May 2009 16:43:11 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00636.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00636.part" length="1320" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.trim.newAccount</title>
			<description>Create a new tr.im account with the indicated username and password. The email address is optional.</description>
			<pubDate>Tue, 28 Apr 2009 14:30:26 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00633.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00633.part" length="3079" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.trim.pushParams</title>
			<description>Add new optional param, chfirst. You can set it to ? if these are the first params you&apos;re pushing on the API url.</description>
			<pubDate>Tue, 28 Apr 2009 14:26:52 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00632.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00632.part" length="1767" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.updateTools</title>
			<description>Don&apos;t bother updating if the tool isn&apos;t open. (That&apos;s one way to uninstall, just drag the tool out of the Apps folder.)</description>
			<pubDate>Mon, 27 Apr 2009 14:45:02 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00631.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00631.part" length="1174" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter.getUserProfile</title>
			<description>Created. Gets profile info for indicated user.</description>
			<pubDate>Wed, 22 Apr 2009 13:24:12 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00627.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00627.part" length="2994" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.log.addToOutline</title>
			<description>Call log.init.</description>
			<pubDate>Tue, 21 Apr 2009 18:41:55 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00625.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00625.part" length="6380" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.log.rollLogOutline</title>
			<description>Created. Roll the log outline every night, if it&apos;s not empty.</description>
			<pubDate>Tue, 21 Apr 2009 18:41:40 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00624.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00624.part" length="1054" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.log.init</title>
			<description>Created.</description>
			<pubDate>Tue, 21 Apr 2009 18:41:04 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00623.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00623.part" length="620" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.trim</title>
			<description>Updated glue table for tr.im url-shortener.</description>
			<pubDate>Fri, 03 Apr 2009 13:49:36 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00622.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00622.part" length="9904" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.apps.trim.getAccountUrls</title>
			<description>Created. Fills the table pointed to by the first param with the 100 most recent URLs shortened by the indicated user. The value for each URL is the number of visits. The table is sorted from lowest to highest count.</description>
			<pubDate>Fri, 03 Apr 2009 13:48:23 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00621.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00621.part" length="2151" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.digg</title>
			<description>Glue scripts for Digg.</description>
			<pubDate>Thu, 02 Apr 2009 18:44:35 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00620.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00620.part" length="2644" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.apps.trim.init</title>
			<description>Init user.trim.prefs.apiKey.</description>
			<pubDate>Wed, 01 Apr 2009 19:27:51 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00618.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00618.part" length="2581" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter.updateUserProfile</title>
			<description>Created. Update a user&apos;s profile.</description>
			<pubDate>Sun, 22 Mar 2009 02:53:16 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00614.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00614.part" length="1889" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.identica.authenticate</title>
			<description>New optional param, server, allows you to post to another instance of Laconica.</description>
			<pubDate>Thu, 12 Mar 2009 10:06:14 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00612.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00612.part" length="5097" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.identica.getUserTimeLine</title>
			<description>New optional param, server, allows you to post to another instance of Laconica.</description>
			<pubDate>Thu, 12 Mar 2009 09:55:37 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00610.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00610.part" length="1876" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.identica.getTimeLine</title>
			<description>New optional param, server, allows you to post to another instance of Laconica.</description>
			<pubDate>Thu, 12 Mar 2009 09:42:27 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00608.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00608.part" length="2148" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.identica.getReplies</title>
			<description>New optional param, server, allows you to post to another instance of Laconica.</description>
			<pubDate>Thu, 12 Mar 2009 09:40:39 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00607.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00607.part" length="1959" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.identica.getFollowers</title>
			<description>New optional param, server, allows you to post to another instance of Laconica.</description>
			<pubDate>Thu, 12 Mar 2009 09:28:54 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00604.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00604.part" length="2393" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.identica.newPost</title>
			<description>New optional param, server, allows you to post to another instance of Laconica.</description>
			<pubDate>Thu, 12 Mar 2009 09:26:18 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00603.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00603.part" length="1860" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>user.webserver.responders.default.methods.any</title>
			<description>Took another look and what we want is by default to flow requests through mainResponder.</description>
			<pubDate>Wed, 11 Mar 2009 15:39:34 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00602.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00602.part" length="1999" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter.getDirectMessages</title>
			<description>Add OAuth support.</description>
			<pubDate>Fri, 06 Mar 2009 14:19:02 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00597.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00597.part" length="8465" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter.oAuth</title>
			<description>OAuth code specific to Twitter.</description>
			<pubDate>Fri, 06 Mar 2009 14:13:38 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00595.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00595.part" length="1949" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter.data</title>
			<description>Constants for Twitter&apos;s OAuth implementation.</description>
			<pubDate>Fri, 06 Mar 2009 14:10:26 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00592.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00592.part" length="940" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.apps.burnUrl</title>
			<description>Glue for Readburner&apos;s URL shortener. http://burnurl.com/y5LkJM</description>
			<pubDate>Thu, 05 Mar 2009 20:27:24 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00591.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00591.part" length="1851" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.apps.OAuth.testing.twitter</title>
			<description>Fix mistake that prevented this sample script from working correctly. Embarassing! :-)</description>
			<pubDate>Sun, 01 Mar 2009 00:06:30 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00586.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00586.part" length="1465" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.file.getSpecialFolderPath</title>
			<description>Make it so that &quot;Desktop Folder&quot; works on Windows, so you can write code that saves to the desktop on either Mac or Win that uses the same special folder name.</description>
			<pubDate>Sat, 28 Feb 2009 12:41:36 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00585.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00585.part" length="10677" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.FriendFeed.getRoomProfile</title>
			<description>Commented debugging code.</description>
			<pubDate>Fri, 27 Feb 2009 13:42:26 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00584.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00584.part" length="4649" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter.testing</title>
			<description>A table containing test scripts and sample scripts for programming Twitter.</description>
			<pubDate>Thu, 19 Feb 2009 22:01:10 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00582.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00582.part" length="4251" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.apps.OAuth</title>
			<description>Initial version of OAuth support.</description>
			<pubDate>Sun, 15 Feb 2009 21:03:15 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00578.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00578.part" length="31657" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.apps.FriendFeed.getRealTimeUpdates</title>
			<description>Don&apos;t fail if the result from FF is not a feed.</description>
			<pubDate>Mon, 02 Feb 2009 13:35:42 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00573.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00573.part" length="5545" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.FriendFeed.getUserUpdates</title>
			<description>Make it possible for this routine to be used to access rooms and private spaces.</description>
			<pubDate>Tue, 27 Jan 2009 14:43:05 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00571.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00571.part" length="13821" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.mainResponder.calendar.getPreviousDay</title>
			<description>Created. Get the previous day from the calendar structure. Loop until a date that exists is found.</description>
			<pubDate>Fri, 16 Jan 2009 13:34:29 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00566.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00566.part" length="1757" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter.getTwitterTime</title>
			<description>Adjust from GMT to local time.</description>
			<pubDate>Fri, 09 Jan 2009 02:18:49 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00565.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00565.part" length="2018" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.tools.data.nodeTypes.rss.expand</title>
			<description>Fixed bad bad bug -- if it was opening an url in the browser (or anywhere not in the outliner) it would try to go right, fail, then delete the line. Oy!!!</description>
			<pubDate>Thu, 08 Jan 2009 14:05:57 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00563.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00563.part" length="3388" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.html.buildJavascriptInclude</title>
			<description>Created. Return the Javascript code suitable for including in an HTML file that displays the HTML text in the page.</description>
			<pubDate>Wed, 07 Jan 2009 14:03:10 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00562.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00562.part" length="1783" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.date.midnight</title>
			<description>Created. Another bit of annoying code that appears too often not to be factored. Return midnight of the day in question.</description>
			<pubDate>Tue, 06 Jan 2009 13:05:06 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00561.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00561.part" length="969" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.FriendFeed.getUserProfile</title>
			<description>Allow for the possibility of an empty nickname. atul had one in his profile.</description>
			<pubDate>Wed, 24 Dec 2008 14:20:07 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00554.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00554.part" length="9281" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.FriendFeed.getUserOpml</title>
			<description>Created. Return the user&apos;s subscription list in OPML format.</description>
			<pubDate>Wed, 24 Dec 2008 12:23:33 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00553.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00553.part" length="4222" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.FriendFeed.init</title>
			<description>Fix mistake -- we were initializing user.TWITTER.stats.ctposts. This is for FriendFeed, my friends, not Twitter.</description>
			<pubDate>Thu, 04 Dec 2008 00:00:04 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00550.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00550.part" length="3687" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.FriendFeed.newPost</title>
			<description>Comment out debugging code.</description>
			<pubDate>Wed, 03 Dec 2008 23:44:42 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00549.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00549.part" length="11258" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.rss.compileService</title>
			<description>Look for a Media-RSS thumbnail each item and add it to the display of the item if present.</description>
			<pubDate>Sun, 30 Nov 2008 12:14:45 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00546.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00546.part" length="54082" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.sys.dosBatchCommand</title>
			<description>Randomize the name of the batch file.</description>
			<pubDate>Fri, 28 Nov 2008 11:49:11 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00545.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00545.part" length="1183" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.webserver.apache.stop</title>
			<description>Allow 15 seconds for it to stop before returning.</description>
			<pubDate>Sun, 23 Nov 2008 08:55:43 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00544.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00544.part" length="1001" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.webserver.apache.start</title>
			<description>Created. Start Apache after rolling the log files or whatever. I only have code for this on Windows at this time.</description>
			<pubDate>Sun, 23 Nov 2008 08:48:04 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00543.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00543.part" length="798" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.webserver.apache</title>
			<description>Given a table formatted like config.mainresponder.domains, generate text that can be included in an httpd.conf file</description>
			<pubDate>Fri, 21 Nov 2008 13:33:48 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00538.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00538.part" length="4076" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.scheduler.monitor</title>
			<description>Wired off the confirmation dialog on startup.</description>
			<pubDate>Fri, 17 Oct 2008 13:31:13 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00536.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00536.part" length="8001" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.thread.sleepSweet</title>
			<description>Rewrite with a simpler algorithm. There&apos;s still a &quot;problem&quot; with intervals that don&apos;t evenly divide 60, you get one extra run near the top of the minute, so for now stick with intervals that divide 60 evenly.</description>
			<pubDate>Mon, 18 Aug 2008 15:19:50 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00533.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00533.part" length="1917" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.maintenence</title>
			<description>opmlEditor-level maintenence scripts.</description>
			<pubDate>Sun, 17 Aug 2008 02:36:40 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00530.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00530.part" length="3194" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.getSubFolder</title>
			<description>Changed frontier.getfilepath to frontier.getprogrampath.</description>
			<pubDate>Sun, 17 Aug 2008 01:34:25 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00529.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00529.part" length="2717" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.callbacks.htmlControlStartup</title>
			<description>Apparently it&apos;s possible for this code to run before startup.startupScript, in which case frontier.pathstring hasn&apos;t been set yet, and it still points to the place on the disk that I build the editor on. Not good. So instead of depending on this being set</description>
			<pubDate>Fri, 15 Aug 2008 09:17:17 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00520.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00520.part" length="4973" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.getProgramName</title>
			<description>Instead of getting the version number of the OPML Editor from dotOpml.root (which is no longer part of the distribution) get it from builtins.opmlEditor.data.version.</description>
			<pubDate>Thu, 14 Aug 2008 16:19:11 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00519.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00519.part" length="1567" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.menuCommands.openToolCatalog</title>
			<description>Bring the web browser to the front first.</description>
			<pubDate>Mon, 11 Aug 2008 12:02:08 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00517.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00517.part" length="843" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.file.fileToURL</title>
			<description>Simplified.</description>
			<pubDate>Mon, 11 Aug 2008 00:22:50 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00516.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00516.part" length="1550" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.file.maxFolderSize</title>
			<description>Scan the folder, adding up the sizes of all the files. If it uses more space than is allowed by &quot;maxmegs&quot; then delete files until its within range. Files are deleted based on age, keep the newest, delete the oldest.</description>
			<pubDate>Sun, 10 Aug 2008 18:44:54 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00514.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00514.part" length="2066" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.webserver.openFolder</title>
			<description>Make sure the folder exists before opening it.</description>
			<pubDate>Sun, 10 Aug 2008 09:28:42 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00513.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00513.part" length="4240" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.prefs.openToolPage</title>
			<description>Opens the prefs page for a tool.</description>
			<pubDate>Sat, 09 Aug 2008 11:19:45 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00511.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00511.part" length="761" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.urls.toolPrefsPage</title>
			<description>Address template for a tool prefs page.</description>
			<pubDate>Sat, 09 Aug 2008 11:19:35 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00510.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00510.part" length="274" type="application/x-frontier-TEXT"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.urls.toolCatalogTable</title>
			<description>Address change.</description>
			<pubDate>Thu, 07 Aug 2008 00:39:35 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00501.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00501.part" length="277" type="application/x-frontier-TEXT"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.urls.support</title>
			<description>Address change.</description>
			<pubDate>Thu, 07 Aug 2008 00:38:42 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00500.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00500.part" length="276" type="application/x-frontier-TEXT"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.urls.mainDocs</title>
			<description>Address changed.</description>
			<pubDate>Thu, 07 Aug 2008 00:36:29 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00499.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00499.part" length="257" type="application/x-frontier-TEXT"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.prefs.openIdenticaPage</title>
			<description>Bring the browser to the front and open the Identi.ca prefs page.</description>
			<pubDate>Wed, 06 Aug 2008 17:22:41 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00498.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00498.part" length="673" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.urls.identicaPrefsPage</title>
			<description>Address of the identi.ca prefs page.</description>
			<pubDate>Wed, 06 Aug 2008 17:21:44 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00497.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00497.part" length="290" type="application/x-frontier-TEXT"/>
			</item>
		<item>
			<title>system.menus.modals.tabl</title>
			<description>Changed the implmenentation of the Copy Address command to be smarter and produce a cleaner address.</description>
			<pubDate>Wed, 06 Aug 2008 13:52:52 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00496.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00496.part" length="10478" type="application/x-frontier-mbar"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.prefs</title>
			<description>OPML Editor code to support the top-level prefs.</description>
			<pubDate>Wed, 06 Aug 2008 12:42:56 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00493.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00493.part" length="3160" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.apps.FriendFeed.authenticate</title>
			<description>Validates the username/remotekey combination. Cribbed from builtins.identica.</description>
			<pubDate>Wed, 06 Aug 2008 12:38:46 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00492.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00492.part" length="4235" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.tcp.httpGetStatusCode</title>
			<description>Return the status code of the HTTP request, something like 200, 301, 404, etc.</description>
			<pubDate>Wed, 06 Aug 2008 12:37:49 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00491.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00491.part" length="961" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter.authenticate</title>
			<description>Validates the username/password combination. Cribbed from builtins.identica.</description>
			<pubDate>Wed, 06 Aug 2008 12:02:08 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00490.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00490.part" length="3924" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.menuCommands.openHelpPage</title>
			<description>Called from the commands in system.menus.helpMenu.</description>
			<pubDate>Tue, 05 Aug 2008 13:45:16 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00489.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00489.part" length="652" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.menus.helpMenu</title>
			<description>New help menu.</description>
			<pubDate>Tue, 05 Aug 2008 13:44:27 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00488.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00488.part" length="1103" type="application/x-frontier-mbar"/>
			</item>
		<item>
			<title>workspace.changeNotes.utilities.backupRoot</title>
			<description>Preserve the value of #webeditserver, and delete it before saving.</description>
			<pubDate>Mon, 04 Aug 2008 17:45:32 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00485.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00485.part" length="4372" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.userland.firstRootRun</title>
			<description>Don&apos;t copy user.menus.bookmarkMenu into user.menus. (Commented code.)</description>
			<pubDate>Mon, 04 Aug 2008 17:16:32 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00483.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00483.part" length="19297" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.callbacks.resume</title>
			<description>The building of the menubar is needed on Windows too.</description>
			<pubDate>Mon, 04 Aug 2008 14:19:38 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00481.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00481.part" length="1593" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.outlines.unimplementedPrefs</title>
			<description>prefs that haven&apos;t been implemented yet.</description>
			<pubDate>Mon, 04 Aug 2008 14:06:21 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00478.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00478.part" length="4079" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.daemon</title>
			<description>daemon for server running on port 80.</description>
			<pubDate>Mon, 04 Aug 2008 13:53:10 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00476.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00476.part" length="542" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.data.responder</title>
			<description>responder for server running on port 80.</description>
			<pubDate>Mon, 04 Aug 2008 13:52:44 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00475.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00475.part" length="1169" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.menus.buildMenuBar</title>
			<description>Install the Bookmarks menu from user.bookmarksMenu.menu, instead of user.menus.</description>
			<pubDate>Mon, 04 Aug 2008 12:22:09 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00470.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00470.part" length="5503" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.codeHeader</title>
			<description>If the first line begins with &quot;on&quot; make the &quot;Changes&quot; headline to the right not up.</description>
			<pubDate>Sun, 03 Aug 2008 20:24:58 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00465.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00465.part" length="1081" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.date.hour</title>
			<description>Optional parameter allows you to ask for the hour of a time you specify.</description>
			<pubDate>Sat, 02 Aug 2008 15:58:21 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00455.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00455.part" length="1725" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.website.[&quot;#images&quot;].theOpmlEditor</title>
			<description>A graphic for the website that says simply: &quot;The OPML Editor&quot;.</description>
			<pubDate>Wed, 30 Jul 2008 15:51:28 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00448.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00448.part" length="14080" type="application/x-frontier-data"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor.menuCommands.openPrefs</title>
			<description>Added call to opmlEditor.init.</description>
			<pubDate>Tue, 29 Jul 2008 16:00:00 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00433.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00433.part" length="721" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.opmlEditor</title>
			<description>First release, very rough, of the prefs for the OPML Editor, and the Tools installer. (Released for testing purposes mainly.)</description>
			<pubDate>Tue, 29 Jul 2008 15:45:06 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00430.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00430.part" length="48306" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.mainResponder.background.nightlyUpdates</title>
			<description>Disabled this code if it&apos;s the OPML Editor, none of the databases are part of the OPML release.</description>
			<pubDate>Sun, 27 Jul 2008 18:47:43 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00429.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00429.part" length="3851" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.userland.opmlEditorMascotImage</title>
			<description>The mascot image is now part of the normal update process, makes it easy to change.</description>
			<pubDate>Sun, 27 Jul 2008 14:46:10 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00425.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00425.part" length="6786" type="application/x-frontier-data"/>
			</item>
		<item>
			<title>system.verbs.builtins.userland.opmlEditorMascotBackground</title>
			<description>The white plant was &quot;too much&quot; -- this is a generic layout we can plop a mascot onto whenever the mood strikes us.</description>
			<pubDate>Sun, 27 Jul 2008 14:13:30 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00423.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00423.part" length="743" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.builtins.userland.opmlEditorWhitePlantBackground</title>
			<description>A possible new background for the next rev of the OPML Editor on Windows.</description>
			<pubDate>Sun, 27 Jul 2008 13:59:36 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00422.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00422.part" length="599" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.builtins.export.sendObject</title>
			<description>Code cleanup.</description>
			<pubDate>Sat, 26 Jul 2008 16:53:32 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00417.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00417.part" length="2917" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.tools.updateMe</title>
			<description>Created. Call this script with the address of something in a tool (probably &quot;this&quot;) and it takes care of updating the tool. The code doing the updating can be updated as well since it launches a thread then returns.</description>
			<pubDate>Sat, 26 Jul 2008 02:29:05 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00415.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00415.part" length="2827" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.FriendFeed.twitterEcho.everyMinute</title>
			<description>Add support for identi.ca. If the user table has an element named identicaName and identicaPassword, then shoot the status message through identica.newPost.</description>
			<pubDate>Thu, 24 Jul 2008 00:05:39 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00412.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00412.part" length="4742" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.identica</title>
			<description>Initial glue for identica.</description>
			<pubDate>Fri, 18 Jul 2008 11:37:00 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00406.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00406.part" length="11500" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.fileSynch.thread.script</title>
			<description>Respect the enabled boolean.</description>
			<pubDate>Tue, 15 Jul 2008 21:48:04 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00404.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00404.part" length="4999" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.FriendFeed.twitterEcho.startup</title>
			<description>Not exactly turnkey, but this gives some idea of how to startup for a user.</description>
			<pubDate>Tue, 15 Jul 2008 19:00:12 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00402.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00402.part" length="2178" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.FriendFeed.twitterEcho</title>
			<description>Connects a set of FF accts with Twitter accts.</description>
			<pubDate>Tue, 15 Jul 2008 18:47:37 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00401.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00401.part" length="10130" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.apps.bitly</title>
			<description>Initial glue script table for bit.ly.</description>
			<pubDate>Tue, 08 Jul 2008 13:42:31 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00396.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00396.part" length="6701" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.table.synch</title>
			<description>Don&apos;t overwrite if the mod date on the source is less than or equal to the mod date on the dest.</description>
			<pubDate>Fri, 27 Jun 2008 19:25:28 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00394.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00394.part" length="3599" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.scheduler2.webserverFilter</title>
			<description>The status message can provide info about the last server request, this is where we gather the info.</description>
			<pubDate>Wed, 11 Jun 2008 12:42:20 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00388.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00388.part" length="1554" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.tcp.httpDeref</title>
			<description>Turn off messages, place the body in a try.</description>
			<pubDate>Fri, 30 May 2008 14:41:07 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00383.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00383.part" length="4129" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.rss.decodeString</title>
			<description>Change a curly-quote to a single-quote.</description>
			<pubDate>Tue, 27 May 2008 00:32:33 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00374.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00374.part" length="3096" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.scheduler2</title>
			<description>16-year rewrite of builtins.scheduler.</description>
			<pubDate>Mon, 26 May 2008 12:03:54 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00373.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00373.part" length="15758" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter.getFriendInfo</title>
			<description>Created. Get the profile information of a Twitter user.</description>
			<pubDate>Sat, 26 Apr 2008 22:49:33 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00371.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00371.part" length="8161" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter.init</title>
			<description>Init user.twitter.prefs.showurl.</description>
			<pubDate>Sat, 26 Apr 2008 22:48:58 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00370.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00370.part" length="10664" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.userlandsamples.findLargeDatabases</title>
			<description>Created. One of the things that slows down a Frontier installation are files at or near their maxium size. This script shows all the databases in the Guest Databases folder that are larger than 500MB.</description>
			<pubDate>Sun, 20 Apr 2008 18:31:37 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00368.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00368.part" length="3394" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>user.tools.menus.rightClickMenu</title>
			<description>More little fixes.</description>
			<pubDate>Wed, 12 Mar 2008 19:28:01 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00367.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00367.part" length="2365" type="application/x-frontier-mbar"/>
			</item>
		<item>
			<title>user.tools.menus.rightclickmenu</title>
			<description>Create the folder in the OPML folder.</description>
			<pubDate>Wed, 12 Mar 2008 19:23:05 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00366.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00366.part" length="2345" type="application/x-frontier-mbar"/>
			</item>
		<item>
			<title>system.verbs.apps.tinyUrl.create</title>
			<description>Major rewrite, using little-known feature of the TinyUrl API.</description>
			<pubDate>Sat, 08 Mar 2008 00:02:19 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00364.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00364.part" length="8242" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.s3.synchFolder.deletefile</title>
			<description>Replace the file path char with / so that folders on the local file system are reflected in the S3 storage space.</description>
			<pubDate>Thu, 06 Mar 2008 17:50:55 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00363.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00363.part" length="1897" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.Pownce</title>
			<description>First release of the Pownce glue script table.</description>
			<pubDate>Tue, 04 Mar 2008 02:49:35 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00360.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00360.part" length="23534" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.apps.metaWeblog.newMediaObject</title>
			<description>Created. New glue for MetaWeblog API call, tested with wordpress.com.</description>
			<pubDate>Thu, 31 Jan 2008 18:47:12 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00358.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00358.part" length="2909" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.userlandsamples.findBigThings</title>
			<description>Add a paramenter, the root of the table you&apos;re going to look in. Makes it possible to be selective where you search.</description>
			<pubDate>Sat, 26 Jan 2008 12:56:17 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00356.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00356.part" length="3229" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.webserver.responders.websiteFramework.methods.any</title>
			<description>Clean up error string so it looks good in a web browser.</description>
			<pubDate>Thu, 24 Jan 2008 17:31:31 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00355.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00355.part" length="13721" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.changeNotes.publishRSS</title>
			<description>Get the feed title from the first summit of the change notes outline.</description>
			<pubDate>Tue, 22 Jan 2008 15:53:58 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00354.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00354.part" length="12142" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.changeNotes.templateArchivePage</title>
			<description>Add an XML icon at the bottom of the page pointing to the RSS feed for change notes.</description>
			<pubDate>Tue, 22 Jan 2008 15:23:59 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00353.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00353.part" length="3023" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>workspace.changeNotes.template</title>
			<description>Add an XML icon at the bottom of the page pointing to the RSS feed for change notes.</description>
			<pubDate>Tue, 22 Jan 2008 15:23:23 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00352.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00352.part" length="2672" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.apps.s3.simpleDb</title>
			<description>Initial release of interface code for Amazon SimpleDB.</description>
			<pubDate>Sat, 12 Jan 2008 14:42:57 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00350.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00350.part" length="48775" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.apps.Flickr.folderWatcher.init</title>
			<description>Init callbacks.</description>
			<pubDate>Tue, 08 Jan 2008 20:14:33 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00346.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00346.part" length="12525" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.Flickr.folderWatcher.scan</title>
			<description>Support for callbacks.</description>
			<pubDate>Tue, 08 Jan 2008 19:37:46 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00345.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00345.part" length="12301" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.Flickr.getImgHtml</title>
			<description>Point to the photo page instead of the original url.</description>
			<pubDate>Tue, 08 Jan 2008 19:37:05 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00344.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00344.part" length="3613" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.Flickr.uploadPhoto</title>
			<description>Support defaults.</description>
			<pubDate>Sun, 06 Jan 2008 22:57:34 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00343.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00343.part" length="16882" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.Flickr.folderWatcher.script</title>
			<description>Only check user.flickr.folderWatcher.enabled, not user.flickr.prefs.enabled.</description>
			<pubDate>Thu, 03 Jan 2008 07:38:19 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00340.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00340.part" length="2399" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.changeNotes</title>
			<description>Link to home page from every sub-page.</description>
			<pubDate>Mon, 31 Dec 2007 13:37:37 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00339.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00339.part" length="46415" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.apps.Flickr.people.findByEmail</title>
			<description>Created. Give me an email address, and I&apos;ll return the id and username.</description>
			<pubDate>Thu, 29 Nov 2007 21:41:16 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00324.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00324.part" length="3925" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.Flickr.people.getUsersFeed</title>
			<description>Add id as an optional parameter. It&apos;s really ugly, but necessary for performance. It&apos;s possible that the caller has an id, and if so, this can be instantaneous.</description>
			<pubDate>Wed, 28 Nov 2007 18:32:29 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00323.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00323.part" length="3058" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.Flickr.people.getContactsFeed</title>
			<description>Given a username, return the url of a feed of his or her contacts&apos; photos.</description>
			<pubDate>Tue, 27 Nov 2007 12:44:30 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00321.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00321.part" length="1917" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.tools.commands.newTool</title>
			<description>Only prompt for the name of the tool, not the location.</description>
			<pubDate>Sun, 25 Nov 2007 17:20:34 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00319.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00319.part" length="3319" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.Flickr.photos.backup</title>
			<description>Return the sub-folder we create, used in the logging code.</description>
			<pubDate>Fri, 23 Nov 2007 23:05:27 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00318.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00318.part" length="9396" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.getFileSuffix</title>
			<description>Optional parameter, flForceNonEmptySuffix, allows callers on Mac to get a non-empty extension.</description>
			<pubDate>Tue, 20 Nov 2007 12:17:47 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00316.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00316.part" length="3242" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.Flickr.authPageUrl</title>
			<description>This was the site of major breakage. I found a way to work around the problem, by introducing a delay, per John Watson&apos;s suggestion. This routine changed by sending the frob it generates back to the caller so it can be used in the gettoken call.</description>
			<pubDate>Tue, 13 Nov 2007 22:20:04 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00313.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00313.part" length="4198" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.Flickr.photos.getSizes</title>
			<description>Send along the authorization token, if the user has authorized us.</description>
			<pubDate>Sun, 11 Nov 2007 18:00:07 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00310.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00310.part" length="4822" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.protocols.xmlrpc</title>
			<description>Don&apos;t show messages in the About window.</description>
			<pubDate>Wed, 07 Nov 2007 13:52:19 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00305.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00305.part" length="2541" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.Flickr.contacts.getPublicList</title>
			<description>Get the indicated user&apos;s public contact list.</description>
			<pubDate>Tue, 06 Nov 2007 11:24:01 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00303.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00303.part" length="4585" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.file.cleanFilename</title>
			<description>On Mac make sure filename is not too long (limit is 31).</description>
			<pubDate>Mon, 05 Nov 2007 13:16:54 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00300.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00300.part" length="2922" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.string.lastField</title>
			<description>Created. Got tired of writing this bit of code over and over.</description>
			<pubDate>Thu, 01 Nov 2007 14:26:36 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00298.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00298.part" length="1548" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.webBrowser.launch</title>
			<description>Call webbrowser.launchMacBrowser first. If it can&apos;t launch a browser, fall through to the broken code (it really is a mess).</description>
			<pubDate>Wed, 31 Oct 2007 13:36:56 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00297.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00297.part" length="2981" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.webBrowser.launchMacBrowser</title>
			<description>A rock-solid 2007 way to launch a Mac browser, subject to user preferences. Hah!</description>
			<pubDate>Wed, 31 Oct 2007 13:34:04 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00296.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00296.part" length="5759" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.webBrowser.getDefaultBrowser</title>
			<description>Change default browser to Firefox.</description>
			<pubDate>Wed, 31 Oct 2007 12:43:28 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00295.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00295.part" length="3296" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.Firefox</title>
			<description>Minimal app table for Firefox browser.</description>
			<pubDate>Wed, 31 Oct 2007 12:29:41 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00294.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00294.part" length="1291" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.apps.Opera</title>
			<description>Minimal app table for Opera browser.</description>
			<pubDate>Wed, 31 Oct 2007 12:29:26 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00293.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00293.part" length="669" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.apps.Safari</title>
			<description>Minimal app table for Safari browser.</description>
			<pubDate>Wed, 31 Oct 2007 12:29:13 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00292.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00292.part" length="670" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.radio.prefs.textAreaPref</title>
			<description>Optional param, labelAlign, defaults to right.</description>
			<pubDate>Sun, 28 Oct 2007 13:51:52 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00289.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00289.part" length="3764" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.radio.prefs.numberPref</title>
			<description>Optional param, labelAlign, defaults to right.</description>
			<pubDate>Sun, 28 Oct 2007 13:51:30 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00288.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00288.part" length="3998" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.daveSamples.backupFrontDatabase</title>
			<description>Backs up the front database in the backups sub-folder of the app folder.</description>
			<pubDate>Sun, 28 Oct 2007 13:21:25 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00287.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00287.part" length="3619" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>workspace.daveSamples</title>
			<description>A table to contain sample scripts authored by me, Dave. :-)</description>
			<pubDate>Sun, 28 Oct 2007 13:07:35 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00286.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00286.part" length="219" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.apps.Flickr.readFeed</title>
			<description>New routine, uses cache and Last-Modified header.</description>
			<pubDate>Sun, 30 Sep 2007 16:13:01 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00281.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00281.part" length="7275" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.Flickr.photos.search</title>
			<description>Added minUploadDate and maxUploadDate optional parameters.</description>
			<pubDate>Thu, 23 Aug 2007 15:45:42 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00279.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00279.part" length="7304" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.date.dateToUnixDate</title>
			<description>The returned value is a number, not a date.</description>
			<pubDate>Thu, 23 Aug 2007 15:43:24 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00278.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00278.part" length="2123" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.Flickr.photos.getInfo</title>
			<description>Minor tweaks &amp; fixes.</description>
			<pubDate>Thu, 23 Aug 2007 01:03:57 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00275.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00275.part" length="18413" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.date.unixDateToDate</title>
			<description>Convert a Unix date to a Frontier date. A Unix date is the number of seconds since the beginning of 1970.</description>
			<pubDate>Thu, 23 Aug 2007 00:06:02 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00272.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00272.part" length="1747" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.Flickr.photos</title>
			<description>Initial version (almost empty) of the photos glue table.</description>
			<pubDate>Wed, 22 Aug 2007 19:05:52 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00269.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00269.part" length="17825" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.apps.Flickr.people.findByUsername</title>
			<description>Add call to flickr.init.</description>
			<pubDate>Wed, 08 Aug 2007 22:15:01 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00267.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00267.part" length="3664" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.Flickr.people</title>
			<description>Empty table to contain a new glue script.</description>
			<pubDate>Wed, 08 Aug 2007 20:41:29 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00265.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00265.part" length="229" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.apps.tinyUrl</title>
			<description>New glue script for the Tinyurl API. Very nice!</description>
			<pubDate>Wed, 27 Jun 2007 15:27:18 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00262.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00262.part" length="2199" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.apps.Flickr.api.auth.getFrob</title>
			<description>Disable Flickr.init call to eliminate infinite recursion (init calls us through Flickr.authPage).</description>
			<pubDate>Tue, 12 Jun 2007 18:53:54 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00251.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00251.part" length="3391" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.Flickr</title>
			<description>First release of Flickr support for the OPML Editor.</description>
			<pubDate>Mon, 11 Jun 2007 00:20:19 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00243.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00243.part" length="34802" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.apps.s3.uploadSubBucket</title>
			<description>Add a filter callback that can veto an upload.</description>
			<pubDate>Thu, 10 May 2007 22:16:56 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00240.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00240.part" length="8174" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.s3.getObjectMetadata</title>
			<description>Created. Get everything about the object but the data. This is going to be very useful.</description>
			<pubDate>Wed, 09 May 2007 21:53:17 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00238.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00238.part" length="4592" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.s3.downloadSubBucket</title>
			<description>Add boolean, flSkipIfCurrent, if true, we check if the file already exists locally and has a current mod date -- if so, we don&apos;t download.</description>
			<pubDate>Sun, 06 May 2007 13:30:25 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00232.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00232.part" length="7728" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.s3.getObject</title>
			<description>If path doesn&apos;t begin with a slash, put a slash at the beginning of the path. Add optional flmessages param, default false.</description>
			<pubDate>Sat, 05 May 2007 21:35:02 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00228.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00228.part" length="3840" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.s3.getBucket</title>
			<description>If the name has a /, treat everything after the first / as a &quot;prefix&quot; following the docs for &quot;GET&quot; on the Amazon website. This allows you to get a list of all the files in a sub-bucket, very handy .</description>
			<pubDate>Sat, 05 May 2007 15:22:38 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00225.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00225.part" length="10680" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter.nodetypes.twitterFriend.expand</title>
			<description>If there&apos;s no link, don&apos;t make it a link node.</description>
			<pubDate>Sun, 29 Apr 2007 13:07:31 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00223.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00223.part" length="4786" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter.outliner.insertFriends</title>
			<description>Add missing creation of atts table.</description>
			<pubDate>Sat, 28 Apr 2007 20:03:55 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00222.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00222.part" length="2686" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter.outliner</title>
			<description>Various routines to support the My Twitter Friends outline.</description>
			<pubDate>Sat, 28 Apr 2007 19:55:25 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00220.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00220.part" length="6164" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter.nodetypes</title>
			<description>New nodetype: twitterFriend.</description>
			<pubDate>Sat, 28 Apr 2007 19:54:31 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00218.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00218.part" length="8753" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.tools.data.virginToolsMenu</title>
			<pubDate>Fri, 13 Apr 2007 21:22:31 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00212.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00212.part" length="1651" type="application/x-frontier-mbar"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter.newDirectMessage</title>
			<pubDate>Wed, 04 Apr 2007 14:30:19 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00210.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00210.part" length="4364" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.userland.opmlEditorBirdBackground</title>
			<pubDate>Tue, 03 Apr 2007 00:25:30 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00206.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00206.part" length="741" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.builtins.webBrowser.displayText</title>
			<pubDate>Mon, 02 Apr 2007 15:14:02 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00203.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00203.part" length="2830" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.twitter</title>
			<pubDate>Tue, 27 Mar 2007 14:01:48 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00200.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00200.part" length="38395" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.aggregator.updateArchives</title>
			<pubDate>Sun, 25 Mar 2007 13:08:59 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00197.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00197.part" length="6325" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.html.getFileType</title>
			<pubDate>Fri, 02 Feb 2007 13:37:05 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00191.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00191.part" length="2538" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.s3.deleteBucket</title>
			<pubDate>Wed, 31 Jan 2007 16:37:26 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00190.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00190.part" length="3041" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.s3.testing.oneLiners</title>
			<pubDate>Tue, 10 Oct 2006 16:55:53 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00184.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00184.part" length="1202" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.apps.s3.newBucket</title>
			<pubDate>Tue, 10 Oct 2006 16:55:41 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00183.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00183.part" length="3294" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.aggregator.visitServices</title>
			<pubDate>Mon, 11 Sep 2006 16:39:16 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00179.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00179.part" length="3910" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.log.scroll</title>
			<pubDate>Thu, 31 Aug 2006 14:19:26 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00176.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00176.part" length="4280" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.tools.data.nodeTypes.link.rightClickMenu</title>
			<pubDate>Wed, 30 Aug 2006 19:41:54 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00175.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00175.part" length="5495" type="application/x-frontier-mbar"/>
			</item>
		<item>
			<title>system.verbs.apps.metaWeblog.getRsdData</title>
			<pubDate>Tue, 29 Aug 2006 17:54:49 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00173.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00173.part" length="8347" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.metaWeblog.getRecentPosts</title>
			<pubDate>Fri, 25 Aug 2006 17:15:27 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00168.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00168.part" length="1559" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.aggregator.storyArrivedCallback</title>
			<pubDate>Wed, 23 Aug 2006 13:07:07 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00167.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00167.part" length="7801" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>suites.opmlServer.startup</title>
			<pubDate>Thu, 17 Aug 2006 19:57:28 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00166.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00166.part" length="13781" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.tools.windowTypes.commands.update</title>
			<pubDate>Wed, 12 Jul 2006 17:33:22 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00158.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00158.part" length="2436" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.fileSynch.init</title>
			<pubDate>Tue, 11 Jul 2006 03:41:20 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00150.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00150.part" length="2496" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.s3.httpClient</title>
			<pubDate>Tue, 11 Jul 2006 03:40:46 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00149.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00149.part" length="18931" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.fileSynch</title>
			<pubDate>Sun, 09 Jul 2006 18:29:06 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00139.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00139.part" length="37119" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.apps.s3.synchFolder</title>
			<pubDate>Sun, 09 Jul 2006 18:28:40 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00138.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00138.part" length="4656" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>user.html.glossary.[&quot;BloggerCon Paypal Button&quot;]</title>
			<pubDate>Thu, 15 Jun 2006 01:30:27 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00136.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00136.part" length="5863" type="application/x-frontier-wptx"/>
			</item>
		<item>
			<title>system.verbs.builtins.bookmarksMenu</title>
			<pubDate>Thu, 08 Jun 2006 22:19:32 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00131.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00131.part" length="33275" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>suites.opmlServer.macPortForward</title>
			<pubDate>Sun, 04 Jun 2006 15:56:36 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00128.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00128.part" length="3068" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.betty.rpc.server</title>
			<pubDate>Sun, 28 May 2006 17:25:57 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00122.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00122.part" length="15438" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.s3</title>
			<pubDate>Wed, 12 Apr 2006 12:59:10 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00120.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00120.part" length="59248" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.extensions.crypto</title>
			<pubDate>Wed, 12 Apr 2006 11:46:35 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00119.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00119.part" length="269928" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>user.webserver.prefs.ext2MIME.mp3</title>
			<pubDate>Sun, 09 Apr 2006 06:36:33 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00118.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00118.part" length="209" type="application/x-frontier-TEXT"/>
			</item>
		<item>
			<title>system.verbs.builtins.op.rssToOutline</title>
			<pubDate>Tue, 21 Mar 2006 17:14:47 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00117.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00117.part" length="22253" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.tools.commands.addInclusion</title>
			<pubDate>Sun, 19 Mar 2006 21:57:32 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00114.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00114.part" length="1698" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.tools.data.nodeTypes.include</title>
			<pubDate>Tue, 07 Mar 2006 14:34:12 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00108.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00108.part" length="10891" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.aggregator.readService</title>
			<pubDate>Thu, 19 Jan 2006 00:42:39 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00094.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00094.part" length="3872" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.aggregator.init</title>
			<pubDate>Wed, 11 Jan 2006 14:31:07 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00093.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00093.part" length="14585" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.aggregator.rpcTesting</title>
			<pubDate>Wed, 11 Jan 2006 12:34:28 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00091.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00091.part" length="4283" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.aggregator.rpcHandlers</title>
			<pubDate>Wed, 11 Jan 2006 12:29:58 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00090.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00090.part" length="14820" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.aggregator.securityForRpc</title>
			<pubDate>Wed, 11 Jan 2006 12:04:16 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00087.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00087.part" length="2211" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.rss.formatDrivers.feed</title>
			<pubDate>Sun, 08 Jan 2006 07:15:55 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00084.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00084.part" length="19864" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.verbs.builtins.webserver.util.pathToAddressExt</title>
			<pubDate>Sun, 08 Jan 2006 02:27:59 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00083.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00083.part" length="15193" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.xml.aggregator.menuCommands.importSubscriptions</title>
			<pubDate>Fri, 30 Dec 2005 14:55:28 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00082.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00082.part" length="5297" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.metaWeblog.getCategories</title>
			<pubDate>Mon, 12 Dec 2005 01:13:07 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00079.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00079.part" length="4742" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.apps.metaWeblog.newPost</title>
			<pubDate>Wed, 23 Nov 2005 22:40:05 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00077.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00077.part" length="2568" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>user.webserver.responders.blockKiddies</title>
			<pubDate>Sun, 20 Nov 2005 14:22:39 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00075.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00075.part" length="3966" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>suites.opmlServer</title>
			<pubDate>Tue, 15 Nov 2005 15:21:49 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00070.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00070.part" length="18365" type="application/x-frontier-tabl"/>
			</item>
		<item>
			<title>system.agents.StatusMessage</title>
			<pubDate>Sun, 06 Nov 2005 15:00:09 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00061.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00061.part" length="6699" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.Frontier.bringToFront</title>
			<pubDate>Fri, 21 Oct 2005 15:37:09 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00058.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00058.part" length="1975" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.html.dialog.draw</title>
			<pubDate>Fri, 29 Jul 2005 23:31:30 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00049.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00049.part" length="43838" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.userland.opmlEditorWhiteBackground</title>
			<pubDate>Sat, 23 Jul 2005 17:41:46 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00044.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00044.part" length="964" type="application/x-frontier-optx"/>
			</item>
		<item>
			<title>system.verbs.builtins.html.menu.theMenu</title>
			<pubDate>Sun, 03 Jul 2005 20:11:26 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00042.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00042.part" length="27399" type="application/x-frontier-mbar"/>
			</item>
		<item>
			<title>system.verbs.builtins.html.menu.addHtmlTag</title>
			<pubDate>Sat, 18 Jun 2005 15:48:59 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00029.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00029.part" length="3030" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.userland.opmlEditorSystemTrayMenu</title>
			<pubDate>Fri, 17 Jun 2005 10:55:30 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00028.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00028.part" length="1703" type="application/x-frontier-mbar"/>
			</item>
		<item>
			<title>system.callbacks.systemTrayIcon2Click</title>
			<pubDate>Fri, 17 Jun 2005 06:04:17 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00027.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00027.part" length="1441" type="application/x-frontier-scpt"/>
			</item>
		<item>
			<title>system.verbs.builtins.log.add</title>
			<pubDate>Mon, 13 Jun 2005 09:17:21 GMT</pubDate>
			<guid isPermaLink="false">http://bits.codecasting.org/opml.root/00008.part</guid>
			<enclosure url="http://bits.codecasting.org/opml.root/00008.part" length="4481" type="application/x-frontier-scpt"/>
			</item>
		</channel>
	</rss>
