<?xml version="1.0"?><rss version="2.0">	<channel>		<title>Dave Winer&apos;s development work</title>		<link>http://worknotes.scripting.com/</link>		<description>The newest items posted to the root outline of worknotes.scripting.com. This is the flow of my development work on Radio2, River2 and the World Outline projects.</description>		<language>en-us</language>		<pubDate>Sat, 18 May 2013 20:59:19 GMT</pubDate>		<lastBuildDate>Sat, 18 May 2013 20:59:19 GMT</lastBuildDate>		<generator>OPML Editor v0.75</generator>		<docs>http://cyber.law.harvard.edu/rss/rss.html</docs>		<cloud domain="rpc.rsscloud.org" port="5337" path="/rsscloud/pleaseNotify" registerProcedure="" protocol="http-post" />		<item>			<title>getOpmlFeeds and includes</title>			<link>http://worknotes.scripting.com/may2013/51813ByDw/getopmlfeedsGoesThroughIncludes/</link>			<guid>http://worknotes.scripting.com/may2013/51813ByDw/getopmlfeedsGoesThroughIncludes/</guid>			<description>For an app I&apos;m working on I needed the ability to get feeds from an OPML file that might include other subscription lists.</description>			<pubDate>Sat, 18 May 2013 20:59:16 GMT</pubDate>			</item>		<item>			<title>Import command for River2</title>			<link>http://worknotes.scripting.com/march2013/31913ByDw/importCommandForRiver2/</link>			<guid>http://worknotes.scripting.com/march2013/31913ByDw/importCommandForRiver2/</guid>			<description>Added an Import command to the River2 menu.</description>			<pubDate>Tue, 19 Mar 2013 22:24:50 GMT</pubDate>			</item>		<item>			<title>New optional param for json.decompile</title>			<link>http://worknotes.scripting.com/february2013/2713ByDw/newOptionalParamForJsondecompile/</link>			<guid>http://worknotes.scripting.com/february2013/2713ByDw/newOptionalParamForJsondecompile/</guid>			<description>Doing some work with the ajax calls. We need the ability to customize the replacetable used by json.decompile so that it doesn&apos;t turn the &amp;amp;quot; used in XML encoding into a double-quote.</description>			<pubDate>Thu, 07 Feb 2013 13:59:49 GMT</pubDate>			</item>		<item>			<title>New &quot;javascript&quot; nodetype</title>			<link>http://worknotes.scripting.com/january2013/12913ByDw/newJavascriptNodetype/</link>			<guid>http://worknotes.scripting.com/january2013/12913ByDw/newJavascriptNodetype/</guid>			<description>&lt;i&gt;javascript&lt;/i&gt; is a new nodetype. It can be used inside an html node.</description>			<pubDate>Tue, 29 Jan 2013 16:24:29 GMT</pubDate>			</item>		<item>			<title>New approach for rpcValidate and ajax routines</title>			<link>http://worknotes.scripting.com/january2013/12613ByDw/newApproachForRpcvalidateAndAjaxRoutines/</link>			<guid>http://worknotes.scripting.com/january2013/12613ByDw/newApproachForRpcvalidateAndAjaxRoutines/</guid>			<description>There have been a couple of reports of problems from users trying to save outlines. Probably traced to the changes made on the 16th to worldOutlineSuite.rpcValidate. Trying a more conservative approach.</description>			<pubDate>Sat, 26 Jan 2013 20:26:34 GMT</pubDate>			</item>		<item>			<title>New ajax routine</title>			<link>http://worknotes.scripting.com/january2013/12313ByDw/newAjaxRoutine/</link>			<guid>http://worknotes.scripting.com/january2013/12313ByDw/newAjaxRoutine/</guid>			<description>This one allocates a new blorkmark.</description>			<pubDate>Fri, 25 Jan 2013 22:17:10 GMT</pubDate>			</item>		<item>			<title>New ajax routine</title>			<link>http://worknotes.scripting.com/january2013/11813ByDw/newAjaxRoutine/</link>			<guid>http://worknotes.scripting.com/january2013/11813ByDw/newAjaxRoutine/</guid>			<description>Needed a routine to return information about a specific root.</description>			<pubDate>Fri, 18 Jan 2013 22:17:45 GMT</pubDate>			</item>		<item>			<title>New ajax routines</title>			<link>http://worknotes.scripting.com/january2013/11713ByDw/newAjaxRoutines/</link>			<guid>http://worknotes.scripting.com/january2013/11713ByDw/newAjaxRoutines/</guid>			<description>Added a few new ajax calls to the worldoutline website.</description>			<pubDate>Thu, 17 Jan 2013 20:29:28 GMT</pubDate>			</item>		<item>			<title>New optional param</title>			<link>http://worknotes.scripting.com/january2013/11713ByDw/newOptionalParam/</link>			<guid>http://worknotes.scripting.com/january2013/11713ByDw/newOptionalParam/</guid>			<description>New optional param on saveOutline, lets the caller set the title on a new outline.</description>			<pubDate>Thu, 17 Jan 2013 14:00:52 GMT</pubDate>			</item>		<item>			<title># directives in html nodes</title>			<link>http://worknotes.scripting.com/january2013/11113ByDw/directivesInHtmlNodes/</link>			<guid>http://worknotes.scripting.com/january2013/11113ByDw/directivesInHtmlNodes/</guid>			<description>Implemented the equiv of variables from LESS or SASS, two CSS preprocessors, but it&apos;s lower-level than the other preprocessors, therefore you can use variables anywhere in an HTML document -- in CSS, in Javascript code and/or the HTML of the page.</description>			<pubDate>Fri, 11 Jan 2013 13:20:06 GMT</pubDate>			</item>		<item>			<title>Comments in html nodes</title>			<link>http://worknotes.scripting.com/january2013/1813ByDw/commentsInHtmlNodes/</link>			<guid>http://worknotes.scripting.com/january2013/1813ByDw/commentsInHtmlNodes/</guid>			<description>Previously, the outline under an html node had comments, they would pass through to the rendered page.</description>			<pubDate>Wed, 09 Jan 2013 00:00:20 GMT</pubDate>			</item>		<item>			<title>Prefs macros in worldoutline</title>			<link>http://worknotes.scripting.com/january2013/1513ByDw/prefsMacrosInWorldoutline/</link>			<guid>http://worknotes.scripting.com/january2013/1513ByDw/prefsMacrosInWorldoutline/</guid>			<description>I want the ability to do prefs in a modal dialog in a worldoutline app. This table of macros make it possible.</description>			<pubDate>Sat, 05 Jan 2013 11:02:29 GMT</pubDate>			</item>		<item>			<title>Prefs macros in worldoutline</title>			<link>http://worknotes.scripting.com/january2013/prefsMacrosInWorldoutline/</link>			<guid>http://worknotes.scripting.com/january2013/prefsMacrosInWorldoutline/</guid>			<description>I want the ability to do prefs in a modal dialog in a worldoutline app. This table of macros make it possible.</description>			<pubDate>Sat, 05 Jan 2013 11:01:49 GMT</pubDate>			</item>		<item>			<title>OPML flows through images</title>			<link>http://worknotes.scripting.com/december2012/123112ByDw/opmlFlowsThroughImages/</link>			<guid>http://worknotes.scripting.com/december2012/123112ByDw/opmlFlowsThroughImages/</guid>			<description>One more feature for 2012. :-)</description>			<pubDate>Tue, 01 Jan 2013 02:33:10 GMT</pubDate>			</item>		<item>			<title>Quiet on the worknotes site</title>			<link>http://worknotes.scripting.com/december2012/123012ByDw/quietOnTheWorknotesSite/</link>			<guid>http://worknotes.scripting.com/december2012/123012ByDw/quietOnTheWorknotesSite/</guid>			<description>I&apos;ve been busily working on an offline project, but haven&apos;t forgotten about the projects on this site. Everything&apos;s cool. Hope you&apos;re all having a great holiday and best wishes for a great 2013!</description>			<pubDate>Sun, 30 Dec 2012 10:38:59 GMT</pubDate>			</item>		<item>			<title>Worldoutline macros</title>			<link>http://worknotes.scripting.com/december2012/122212ByDw/worldoutlineMacros/</link>			<guid>http://worknotes.scripting.com/december2012/122212ByDw/worldoutlineMacros/</guid>			<description>Up until now, the only macros that could be used in worldoutline pages were in worldOutline.root, and therefore couldn&apos;t be added to or modified by users.</description>			<pubDate>Sun, 23 Dec 2012 00:47:09 GMT</pubDate>			</item>		<item>			<title>New worldoutline macro</title>			<link>http://worknotes.scripting.com/december2012/121712ByDw/newWorldoutlineMacro/</link>			<guid>http://worknotes.scripting.com/december2012/121712ByDw/newWorldoutlineMacro/</guid>			<description>The new signupdialog macro is designed to be called from a node of type html.</description>			<pubDate>Mon, 17 Dec 2012 18:04:24 GMT</pubDate>			</item>		<item>			<title>Update signup dialog</title>			<link>http://worknotes.scripting.com/december2012/121712ByDw/updateSignupDialog/</link>			<guid>http://worknotes.scripting.com/december2012/121712ByDw/updateSignupDialog/</guid>			<description>It should be possible to call it from outside the opmleditor website (it may already be possible to do this).</description>			<pubDate>Mon, 17 Dec 2012 18:02:33 GMT</pubDate>			</item>		<item>			<title>Groups in OPML Server apps</title>			<link>http://worknotes.scripting.com/december2012/121612ByDw/usingGroupsInOpmlServerApps/</link>			<guid>http://worknotes.scripting.com/december2012/121612ByDw/usingGroupsInOpmlServerApps/</guid>			<description>All routines now take groupname as a parameter.</description>			<pubDate>Mon, 17 Dec 2012 14:09:59 GMT</pubDate>			</item>		<item>			<title>History function in editor</title>			<link>http://worknotes.scripting.com/december2012/121412ByDw/historyFunctionInEditor/</link>			<guid>http://worknotes.scripting.com/december2012/121412ByDw/historyFunctionInEditor/</guid>			<description>Now the OPML Editor keeps track of every worldoutline that you open so you can easily open them again.</description>			<pubDate>Fri, 14 Dec 2012 16:23:04 GMT</pubDate>			</item>		<item>			<title>op.getNetXstruct</title>			<link>http://worknotes.scripting.com/december2012/121412ByDw/opgetnetxstruct/</link>			<guid>http://worknotes.scripting.com/december2012/121412ByDw/opgetnetxstruct/</guid>			<description>A new core routine that I&apos;ve been needing for a while. 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:22:59 GMT</pubDate>			</item>		<item>			<title>Pref to disable comments</title>			<link>http://worknotes.scripting.com/december2012/12812ByDw/prefToDisableComments/</link>			<guid>http://worknotes.scripting.com/december2012/12812ByDw/prefToDisableComments/</guid>			<description>I shipped a new version of worldOutlineSuite.setDefaultAtts that gets comments text unconditionally. So my comment server is getting a huge amount of traffic now (I guess there are a fair number of worldoutline servers running).</description>			<pubDate>Sat, 08 Dec 2012 14:50:33 GMT</pubDate>			</item>		<item>			<title>Better Disqus IDs</title>			<link>http://worknotes.scripting.com/december2012/12212ByDw/betterDisqusIds/</link>			<guid>http://worknotes.scripting.com/december2012/12212ByDw/betterDisqusIds/</guid>			<description>I just moved a blog post out of the threads site and onto its own site so I can continue to edit it. The original location redirects to the new one via a &lt;i&gt;redirect&lt;/i&gt; node. It works beautifully except for one thing: we lose the Disqus comments thread because the URL changed. This happens to us all the time, but it is preventable.</description>			<pubDate>Sun, 02 Dec 2012 17:22:21 GMT</pubDate>			</item>		<item>			<title>Shift-View in worldoutline</title>			<link>http://worknotes.scripting.com/december2012/12112ByDw/shiftview/</link>			<guid>http://worknotes.scripting.com/december2012/12112ByDw/shiftview/</guid>			<description>When editing a worldoutline doc, if you hold down the Shift key and click on the View button, the URL of the page will be copied to the clipboard, and the speaker beeps to confirm.</description>			<pubDate>Sat, 01 Dec 2012 15:47:15 GMT</pubDate>			</item>		<item>			<title>New Tool improvements</title>			<link>http://worknotes.scripting.com/november2012/113012ByDw/newToolImprovements/</link>			<guid>http://worknotes.scripting.com/november2012/113012ByDw/newToolImprovements/</guid>			<description>In Frontier the equiv of an app is a Tool. They are arranged in the Tools menu. And if you&apos;re a tool writer, you can create a new tool with a command in the Tools menu.</description>			<pubDate>Fri, 30 Nov 2012 23:14:12 GMT</pubDate>			</item>		<item>			<title>Movies w/NJ and Dave</title>			<link>http://worknotes.scripting.com/november2012/113012ByDw/moviesWithNakedjenAndDave/</link>			<guid>http://worknotes.scripting.com/november2012/113012ByDw/moviesWithNakedjenAndDave/</guid>			<description>NakedJen and I are going to start writing our conversations about films instead of just talking them.</description>			<pubDate>Fri, 30 Nov 2012 22:33:55 GMT</pubDate>			</item>		<item>			<title>Switching podcast river</title>			<link>http://worknotes.scripting.com/november2012/11301261159PmByDw/switchingPodcastRiver/</link>			<guid>http://worknotes.scripting.com/november2012/11301261159PmByDw/switchingPodcastRiver/</guid>			<description>I have a tab for podcasts on the Media Hackers page.</description>			<pubDate>Fri, 30 Nov 2012 22:19:52 GMT</pubDate>			</item>		<item>			<title>Minor tweaks to I/O client</title>			<link>http://worknotes.scripting.com/november2012/112612ByDw/refreshButtonInIoWindow/</link>			<guid>http://worknotes.scripting.com/november2012/112612ByDw/refreshButtonInIoWindow/</guid>			<description>I&apos;ve always wanted the ability to just refresh one buddy without having to go to the Instant Outliner menu.</description>			<pubDate>Tue, 27 Nov 2012 15:20:12 GMT</pubDate>			</item>		<item>			<title>Dropbox-based outlines</title>			<link>http://worknotes.scripting.com/november2012/111912ByDw/dropboxbasedOutlines/</link>			<guid>http://worknotes.scripting.com/november2012/111912ByDw/dropboxbasedOutlines/</guid>			<description>Following up on this &lt;a href=&quot;http://dropbox-based-outlines.blorkmark.com/&quot;&gt;feature&lt;/a&gt;.</description>			<pubDate>Mon, 19 Nov 2012 19:20:58 GMT</pubDate>			</item>		<item>			<title>Google movies API</title>			<link>http://worknotes.scripting.com/november2012/111912ByDw/googleMoviesApi/</link>			<guid>http://worknotes.scripting.com/november2012/111912ByDw/googleMoviesApi/</guid>			<description>I asked for pointers to Google&apos;s movies API, and I received them. Took a few minutes to whip up a script that reads their XML, and converts it into a set of Frontier tables you can browse.</description>			<pubDate>Mon, 19 Nov 2012 17:14:51 GMT</pubDate>			</item>		</channel>	</rss>