<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">	<channel>		<title>Weblog II Beta Site</title>		<link>http://weblog2.macrobyte.net/index</link>		<description>This is the default channel, the unfiltered view, the home page.</description>		<language>en</language>		<copyright>Copyright 2007</copyright>		<generator>Conversant's Weblog II plugin</generator>		<category>Unfiltered</category>		<item>	<title>Newsletters From Weblogs? What? Yes, Really.</title>	<dc:creator>Seth Dillingham</dc:creator>	<trackback:ping>http://weblog2.macrobyte.net/1634/trackback</trackback:ping>	<link>http://weblog2.macrobyte.net/1634</link>	<pubDate>Sat, 21 Jul 2007 16:17:31 GMT</pubDate>	<guid isPermaLink="true">http://weblog2.macrobyte.net/index/2007/07/21#item1634</guid>	<comments>http://weblog2.macrobyte.net/1634/reply</comments>	<category>Weblog II News</category>	<description>&lt;p&gt;We have a new feature about 95% complete in Conversant's Weblog II pages.&lt;/p&gt;&lt;p&gt;Officially, the feature is for sending newsletters from your weblog. Newsletters are just collections of the posts to your weblog in a given period of time (such as the last week or month). They're sent by email to an address you specify (such as a mailing list on another server).&lt;/p&gt;&lt;p&gt;I've been told that this newsletter feature will be useful to more than just the person who originally requested it. (I can see it being used, for example, in an office, or educational setting, or open source project.)&lt;/p&gt;&lt;p&gt;Possibly the best part of it, though, is the interface used for creating the newsletters in the first place. You choose templates from popup menus, and the &quot;live preview&quot; of the newsletter updates immediately. So, this could be a very useful tool when redesigning your weblog (and actually, it suggests a good way to preview changes made in the Files &amp;amp; Folders section of the Admin tools).&lt;/p&gt;&lt;p&gt;To test it out, just go to your weblog's full URL (including &quot;index&quot; if that's the name of your page), and add &quot;/customize&quot; to the end.&lt;/p&gt;&lt;p&gt;( My weblog is at http://www.truerwords.net/index so to use the new feature I need to visit http://www.truerwords.net/index/customize )&lt;/p&gt;&lt;p&gt;The one feature that doesn't work yet is actually the sending of the email. It's important to get the rest of this right first, but I plan to have that part working within a couple of days.&lt;/p&gt;&lt;p&gt;Any useful feedback would be appreciated. If you think the idea is goofy, please at least try it out before saying so! :-)&lt;/p&gt;&lt;p&gt;Seth&lt;/p&gt;&lt;p&gt;P.S. One technical detail: for this to work, your page template MUST include two macros in the &amp;lt;head&amp;gt; section: &amp;lt;!--#javascript--&amp;gt; (without the embed attribute, or with embed=&quot;false&quot;), and &amp;lt;!--#weblog.header--&amp;gt;. Also, &amp;lt;!--#weblog.header--&amp;gt; &lt;b&gt;MUST&lt;/b&gt; come after the &amp;lt;!--#javascript--&amp;gt; macro. All of the default page templates are set up this way, but if you run into Javascript errors then check both of the above.&lt;/p&gt;</description>	</item><item>	<title>List Your Weblog's Archives by Month</title>	<dc:creator>Seth Dillingham</dc:creator>	<trackback:ping>http://weblog2.macrobyte.net/1614/trackback</trackback:ping>	<link>http://weblog2.macrobyte.net/1614</link>	<pubDate>Mon, 06 Mar 2006 23:44:27 GMT</pubDate>	<guid isPermaLink="true">http://weblog2.macrobyte.net/index/2006/03/06#item1614</guid>	<comments>http://weblog2.macrobyte.net/1614/reply</comments>	<category>Weblog II News</category>	<description>&lt;p&gt;&lt;b&gt;On 2/27/06, &lt;a href=&quot;http://weblog2.macrobyte.net/1602&quot;&gt;Mike Black said:&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;&lt;pre class=&quot;dgQuote1&quot;&gt;&gt;In my page (http://www.mindspill.org) in the main left hand navigation&gt;I've got a box &quot;Archive&quot; that's what I meant with the monthly archive list.&lt;/pre&gt;&lt;p&gt;As I'd been planning a macro to do this anyway (for a long time, now),Mike's request gave me the push I needed to finally 'get it done'.&lt;/p&gt;&lt;p&gt;The macro you need is &amp;lt;!--#weblog.calendar.listMonths--&amp;gt; The linksproduced by this macro link to the per-month archives in your weblog, andcould be used instead of the full weblog calendar.&lt;/p&gt;&lt;p&gt;It's very flexible. By default (that is, with no attributes at all, so itlooks like is shown above) it lists all of the months in which the webloghas archives. (The output is an HTML list.) The following is an example ofthe output (note that it's going to look weird in plain-text email, soplease go to the site to see it.)&lt;/p&gt;&lt;ul&gt;	&lt;li&gt;&lt;a href=&quot;http://weblog2.macrobyte.net/index/2007/07&quot;&gt;July, 2007&lt;/a&gt;&lt;/li&gt;	&lt;li&gt;&lt;a href=&quot;http://weblog2.macrobyte.net/index/2006/03&quot;&gt;March, 2006&lt;/a&gt;&lt;/li&gt;	&lt;li&gt;&lt;a href=&quot;http://weblog2.macrobyte.net/index/2006/01&quot;&gt;January, 2006&lt;/a&gt;&lt;/li&gt;	&lt;li&gt;&lt;a href=&quot;http://weblog2.macrobyte.net/index/2005/12&quot;&gt;December, 2005&lt;/a&gt;&lt;/li&gt;	&lt;li&gt;&lt;a href=&quot;http://weblog2.macrobyte.net/index/2005/08&quot;&gt;August, 2005&lt;/a&gt;&lt;/li&gt;	&lt;li&gt;&lt;a href=&quot;http://weblog2.macrobyte.net/index/2005/07&quot;&gt;July, 2005&lt;/a&gt;&lt;/li&gt;	&lt;li&gt;&lt;a href=&quot;http://weblog2.macrobyte.net/index/2005/04&quot;&gt;April, 2005&lt;/a&gt;&lt;/li&gt;	&lt;li&gt;&lt;a href=&quot;http://weblog2.macrobyte.net/index/2005/03&quot;&gt;March, 2005&lt;/a&gt;&lt;/li&gt;	&lt;li&gt;&lt;a href=&quot;http://weblog2.macrobyte.net/index/2005/02&quot;&gt;February, 2005&lt;/a&gt;&lt;/li&gt;	&lt;li&gt;&lt;a href=&quot;http://weblog2.macrobyte.net/index/2005/01&quot;&gt;January, 2005&lt;/a&gt;&lt;/li&gt;	&lt;li&gt;&lt;a href=&quot;http://weblog2.macrobyte.net/index/2004/07&quot;&gt;July, 2004&lt;/a&gt;&lt;/li&gt;	&lt;li&gt;&lt;a href=&quot;http://weblog2.macrobyte.net/index/2004/05&quot;&gt;May, 2004&lt;/a&gt;&lt;/li&gt;	&lt;li&gt;&lt;a href=&quot;http://weblog2.macrobyte.net/index/2003/09&quot;&gt;September, 2003&lt;/a&gt;&lt;/li&gt;	&lt;li&gt;&lt;a href=&quot;http://weblog2.macrobyte.net/index/2003/08&quot;&gt;August, 2003&lt;/a&gt;&lt;/li&gt;	&lt;li&gt;&lt;a href=&quot;http://weblog2.macrobyte.net/index/2003/07&quot;&gt;July, 2003&lt;/a&gt;&lt;/li&gt;	&lt;li&gt;&lt;a href=&quot;http://weblog2.macrobyte.net/index/2003/06&quot;&gt;June, 2003&lt;/a&gt;&lt;/li&gt;	&lt;li&gt;&lt;a href=&quot;http://weblog2.macrobyte.net/index/2003/05&quot;&gt;May, 2003&lt;/a&gt;&lt;/li&gt;	&lt;li&gt;&lt;a href=&quot;http://weblog2.macrobyte.net/index/2003/04&quot;&gt;April, 2003&lt;/a&gt;&lt;/li&gt;	&lt;li&gt;&lt;a href=&quot;http://weblog2.macrobyte.net/index/2003/02&quot;&gt;February, 2003&lt;/a&gt;&lt;/li&gt;	&lt;li&gt;&lt;a href=&quot;http://weblog2.macrobyte.net/index/2002/12&quot;&gt;December, 2002&lt;/a&gt;&lt;/li&gt;	&lt;li&gt;&lt;a href=&quot;http://weblog2.macrobyte.net/index/2002/11&quot;&gt;November, 2002&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Being 'very flexible' means the macro accepts a lot of attributes. I can'twrite the docs right now, but here's a list of those attributes it supports:&lt;/p&gt;&lt;ul&gt;	&lt;li&gt;channel&lt;/li&gt;	&lt;li&gt;format &lt;i&gt;-- &lt;a href=&quot;#dates&quot;&gt;date formatting *&lt;/a&gt;&lt;/i&gt;&lt;/li&gt;	&lt;li&gt;lang &lt;i&gt;-- &lt;a href=&quot;#dates&quot;&gt;date formatting *&lt;/a&gt;&lt;/i&gt;&lt;/li&gt;	&lt;li&gt;timezoneName &lt;i&gt;-- &lt;a href=&quot;#dates&quot;&gt;date formatting *&lt;/a&gt;&lt;/i&gt;&lt;/li&gt;	&lt;li&gt;preText (&amp;lt;ul&gt;)&lt;/li&gt;	&lt;li&gt;postText (&amp;lt;/ul&gt;)&lt;/li&gt;	&lt;li&gt;noValueText (empty string)&lt;/li&gt;	&lt;li&gt;preWrapper (&amp;lt;li&gt;)&lt;/li&gt;	&lt;li&gt;postWrapper (&amp;lt;/li&gt;)&lt;/li&gt;	&lt;li&gt;separator&lt;/li&gt;	&lt;li&gt;outputFormat&lt;/li&gt;	&lt;li&gt;descending  &lt;i&gt;-- should the list go up or down, chronologically?&lt;/i&gt;&lt;/li&gt;	&lt;li&gt;links  &lt;i&gt;-- should the output include links?&lt;/i&gt;&lt;/li&gt;	&lt;li&gt;limit &lt;i&gt;-- restrict the output to the last /limit/ items&lt;/i&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;a name=&quot;dates&quot;&gt;*&lt;/a&gt; These three are for formatting the dates that are outputby the macro, like &quot;March, 2006&quot;. See the docs on &lt;a href=&quot;http://support.free-conversant.com/docs/dates&quot;&gt;formattingdates in Conversant&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;This is a brand-new macro. If you find something difficult, or can'tfigure out how to do something, or run into a bug... please report ithere on the beta site!&lt;/p&gt;&lt;p&gt;Seth&lt;/p&gt;</description>	</item><item>	<title>Template Changes</title>	<dc:creator>Seth Dillingham</dc:creator>	<trackback:ping>http://weblog2.macrobyte.net/1585/trackback</trackback:ping>	<link>http://weblog2.macrobyte.net/1585</link>	<pubDate>Wed, 04 Jan 2006 17:09:40 GMT</pubDate>	<guid isPermaLink="true">http://weblog2.macrobyte.net/index/2006/01/04#item1585</guid>	<comments>http://weblog2.macrobyte.net/1585/reply</comments>	<category>Weblog II Tips</category>	<description>&lt;p&gt;I've made some changes to some templates in weblog II. There's a newtemplate called &quot;Weblog Item Full RSS READONLY&quot; which offers a rich setof features for the item element in an RSS feed: title, [new] creatorname (NOT email address), [new] trackback ping url, link field, datepublished, unique id and permalink, comments url, category tags, andthe full message body.&lt;/p&gt;&lt;p&gt;If you're using a custom RSS item template, then you could just use thenew template as an example if you'd like to update it. (I'm especiallyinterested in seeing everyone support the category tags and thedc:creater tag, they're both quite useful for a new plugin coming outsoon.)&lt;/p&gt;&lt;p&gt;&lt;b&gt;The Weblog Wrapper RSS READONLY template was changed.&lt;/b&gt; It nowincludes two &quot;namespace&quot; declarations in the RSS element, like this:&lt;/p&gt;&lt;pre&gt;&lt;code&gt;&amp;lt;rss version=&quot;2.0&quot;xmlns:dc=&quot;http://purl.org/dc/elements/1.1&quot;xmlns:trackback=&quot;http://madskills.com/public/xml/rss/module/trackback/&quot;&amp;gt;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Again, if you're using a custom rss wrapper template, and you plan touse the &quot;dc:creator&quot; tag/element in your RSS feed, then you shouldupdate your wrapper template with the xmlns:dc attribute. (Just to makesure you're serving valid XML.)&lt;/p&gt;&lt;p&gt;Finally, you should be very excited about the new plugin coming outsoon, even though I'm not going to tell you about it yet. ;-)&lt;/p&gt;</description>	</item><item>	<title>Updated Macro List / Docs</title>	<dc:creator>Seth Dillingham</dc:creator>	<trackback:ping>http://weblog2.macrobyte.net/1584/trackback</trackback:ping>	<link>http://weblog2.macrobyte.net/1584</link>	<pubDate>Wed, 21 Dec 2005 01:49:00 GMT</pubDate>	<guid isPermaLink="true">http://weblog2.macrobyte.net/index/2005/12/20#item1584</guid>	<comments>http://weblog2.macrobyte.net/1584/reply</comments>	<category>Weblog II Documentation</category>	<category>Weblog II News</category>	<description>&lt;p&gt;I realized this afternoon -- rather unhappily -- that the &lt;a href=&quot;http://weblog2.macrobyte.net/macrolist_outline.html&quot;&gt;outline version of the macro list&lt;/a&gt; was lieing to everyone. It claimed that it's reference for the very important macro &quot;weblog.addToWeblogForm&quot; was complete, when it actually wasn't complete at all.&lt;/p&gt;&lt;p&gt;Now it is complete. There were quite a few optional macro parameters missing.&lt;/p&gt;</description>	</item><item>	<title>Q for All Users: Categories in Your RSS Feed</title>	<dc:creator>Seth Dillingham</dc:creator>	<trackback:ping>http://weblog2.macrobyte.net/1575/trackback</trackback:ping>	<link>http://weblog2.macrobyte.net/1575</link>	<pubDate>Wed, 14 Dec 2005 14:58:46 GMT</pubDate>	<guid isPermaLink="true">http://weblog2.macrobyte.net/index/2005/12/14#item1575</guid>	<comments>http://weblog2.macrobyte.net/1575/reply</comments>	<category>Weblog II Important</category>	<description>&lt;p&gt;This question is for everybody. I need you all to check something,if you have a minute (shouldn't take much more that that).&lt;/p&gt;&lt;p&gt;If you use categories (channels) on your Weblog II page, would you(please) check your RSS feed? It should have &amp;lt;category&gt;...&amp;lt;/category&gt;tags, one for each category/channel you choose for each post. (Look at&lt;a href=&quot;http://weblog2.macrobyte.net/index/rss&quot;&gt;this site's rss feed&lt;/a&gt;for an example.)&lt;/p&gt;&lt;p&gt;If your RSS doesn't have categories, is that intentional? The built-intemplate, 'Weblog Item RSS READONLY', includes support for the categorytag. That's the defautl template for new weblogs, but over the yearsmany of you may have created your own, or started out with something else.&lt;/p&gt;&lt;p&gt;Category tags are a good way to build some flow to your site, becausethey help services like Technorati index and track your posts, andpresent it to the right people on their search pages. Apparently Googleuses them, too.&lt;/p&gt;&lt;p&gt;Post a question if you need any help setting it up...&lt;/p&gt;</description>	</item><item>	<title>This Site is No Longer Private</title>	<dc:creator>Seth Dillingham</dc:creator>	<trackback:ping>http://weblog2.macrobyte.net/1573/trackback</trackback:ping>	<link>http://weblog2.macrobyte.net/1573</link>	<pubDate>Thu, 01 Dec 2005 18:03:53 GMT</pubDate>	<guid isPermaLink="true">http://weblog2.macrobyte.net/index/2005/12/01#item1573</guid>	<comments>http://weblog2.macrobyte.net/1573/reply</comments>	<category>Weblog II News</category>	<category>Weblog II Important</category>	<description>&lt;p&gt;Believe it or not, Weblog II is finally available to everybody!&lt;/p&gt;&lt;p&gt;Since the Weblog II page is available to everyone, and all existingdocumentation is here on the beta site, I've decided to make this sitepublic. (Eventually the docs will be copied to the Free-Conversantsupport site).&lt;/p&gt;&lt;p&gt;Along with the release of the plugin and making this site public, I'mchanging the site's URL. You should now be able to &lt;a href=&quot;http://weblog2.macrobyte.net/&quot;&gt;find thesite here&lt;/a&gt;.&lt;/p&gt;</description>	</item><item>	<title>Update on the Qumana Situation (Problem Solved)</title>	<dc:creator>Seth Dillingham</dc:creator>	<trackback:ping>http://weblog2.macrobyte.net/1572/trackback</trackback:ping>	<link>http://weblog2.macrobyte.net/1572</link>	<pubDate>Thu, 01 Dec 2005 17:33:40 GMT</pubDate>	<guid isPermaLink="true">http://weblog2.macrobyte.net/index/2005/12/01#item1572</guid>	<comments>http://weblog2.macrobyte.net/1572/reply</comments>	<category>Weblog II Important</category>	<description>&lt;p&gt;The Qumana situation, which was described &lt;a href=&quot;http://internal.macrobyte.net/weblog2beta/1560&quot;&gt;here&lt;/a&gt;, has been fully solved. The latest version of &lt;a href=&quot;http://www.qumana.com&quot;&gt;Qumana&lt;/a&gt; is fully compatible with Weblog II. The folks behind Qumana acknowledged the bug, fixed it, and released a new version in a timely manner.&lt;/p&gt;</description>	</item>	</channel></rss>