<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Alex Concha &#187; Windows Live Writer</title>
	<atom:link href="http://alex.buayacorp.com/tag/windows-live-writer/feed" rel="self" type="application/rss+xml" />
	<link>http://alex.buayacorp.com</link>
	<description>Blog focused on web security, computer science and work experiences</description>
	<lastBuildDate>Fri, 25 Sep 2009 22:21:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Enable tag support on Windows Live Writer and WordPress 2.3</title>
		<link>http://alex.buayacorp.com/enable-tag-support-on-windows-live-writer-and-wordpress-23.html</link>
		<comments>http://alex.buayacorp.com/enable-tag-support-on-windows-live-writer-and-wordpress-23.html#comments</comments>
		<pubDate>Thu, 20 Sep 2007 12:45:59 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[supportsKeywords]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[Windows Live Writer]]></category>
		<category><![CDATA[wlwmanifest.xml]]></category>
		<category><![CDATA[WordPress 2.3]]></category>

		<guid isPermaLink="false">http://alex.buayacorp.com/enable-tag-support-on-windows-live-writer-and-wordpress-23.html</guid>
		<description><![CDATA[Update: Joseph Scott has made a better manifest file.
As you may already know, Wordpress 2.3 will have built-in tag support and to enable tags on Windows Live Writer you have to upload a manifest file to your blog&#8217;s root.
xml:
&#60;manifest xmlns=&#34;http://schemas.microsoft.com/wlw/manifest/weblog&#34;&#62;
&#60;options&#62;
&#60;supportskeywords&#62;Yes&#60;/supportskeywords&#62;
&#60;supportsfileupload&#62;Yes&#60;/supportsfileupload&#62;
&#60;supportsextendedentries&#62;Yes&#60;/supportsextendedentries&#62;
&#60;supportscustomdate&#62;Yes&#60;/supportscustomdate&#62;
&#60;supportscategories&#62;Yes&#60;/supportscategories&#62;
&#60;supportscategoriesinline&#62;Yes&#60;/supportscategoriesinline&#62;
&#60;supportsmultiplecategories&#62;Yes&#60;/supportsmultiplecategories&#62;
&#60;supportshierarchicalcategories&#62;Yes&#60;/supportshierarchicalcategories&#62;
&#60;supportsnewcategories&#62;Yes&#60;/supportsnewcategories&#62;
&#60;supportsnewcategoriesinline&#62;Yes&#60;/supportsnewcategoriesinline&#62;
&#60;supportscommentpolicy&#62;Yes&#60;/supportscommentpolicy&#62;
&#60;supportspingpolicy&#62;Yes&#60;/supportspingpolicy&#62;
&#60;supportsauthor&#62;Yes&#60;/supportsauthor&#62;
&#60;supportsslug&#62;Yes&#60;/supportsslug&#62;
&#60;supportspassword&#62;Yes&#60;/supportspassword&#62;
&#60;supportsexcerpt&#62;Yes&#60;/supportsexcerpt&#62;
&#60;supportstrackbacks&#62;Yes&#60;/supportstrackbacks&#62;
&#60;supportspages&#62;Yes&#60;/supportspages&#62;
&#60;supportspageparent&#62;Yes&#60;/supportspageparent&#62;
&#60;supportspageorder&#62;Yes&#60;/supportspageorder&#62;
&#60;requiresxhtml&#62;True&#60;/requiresxhtml&#62;
&#60;supportsautoupdate&#62;No&#60;/supportsautoupdate&#62;
&#60;/options&#62;
&#60;weblog&#62;
&#60;homepagelinktext&#62;View your blog&#60;/homepagelinktext&#62;
&#60;adminlinktext&#62;Administer your blog&#60;/adminlinktext&#62;
&#60;adminurl&#62;&#60;!--[CDATA[
{blog-homepage-url}wp-admin
]]--&#62;&#60;/adminurl&#62;&#60;/weblog&#62;&#60;/manifest&#62;

&#60;posteditingurl&#62;&#60;!--[CDATA[
{blog-homepage-url}wp-admin/edit.php
]]--&#62;&#60;/posteditingurl&#62;
&#160;]]></description>
			<content:encoded><![CDATA[<p><strong>Update</strong>: <a href="http://joseph.randomnetworks.com/">Joseph Scott</a> has made a better <a href="http://trac.wordpress.org/ticket/5023">manifest file</a>.</p>
<p>As you may already know, Wordpress 2.3 will have built-in tag support and to enable tags on <strong>Windows Live Writer</strong> you have to upload a <a href="http://www.buayacorp.com/wp-content/uploads/2007/09/wlwmanifest.xml">manifest file</a> to your blog&#8217;s root.</p>
<div class="hiliter"><strong>xml:</strong><div class="xml" style="font-family: monospace;"><br />
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;manifest</span> <span style="color: #000066;">xmlns</span>=<span style="color: #ff0000;">&quot;http://schemas.microsoft.com/wlw/manifest/weblog&quot;</span><span style="font-weight: bold; color: black;">&gt;</span></span><br />
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;options<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;supportskeywords<span style="font-weight: bold; color: black;">&gt;</span></span></span>Yes<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/supportskeywords<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;supportsfileupload<span style="font-weight: bold; color: black;">&gt;</span></span></span>Yes<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/supportsfileupload<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;supportsextendedentries<span style="font-weight: bold; color: black;">&gt;</span></span></span>Yes<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/supportsextendedentries<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;supportscustomdate<span style="font-weight: bold; color: black;">&gt;</span></span></span>Yes<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/supportscustomdate<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;supportscategories<span style="font-weight: bold; color: black;">&gt;</span></span></span>Yes<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/supportscategories<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;supportscategoriesinline<span style="font-weight: bold; color: black;">&gt;</span></span></span>Yes<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/supportscategoriesinline<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;supportsmultiplecategories<span style="font-weight: bold; color: black;">&gt;</span></span></span>Yes<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/supportsmultiplecategories<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;supportshierarchicalcategories<span style="font-weight: bold; color: black;">&gt;</span></span></span>Yes<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/supportshierarchicalcategories<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;supportsnewcategories<span style="font-weight: bold; color: black;">&gt;</span></span></span>Yes<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/supportsnewcategories<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;supportsnewcategoriesinline<span style="font-weight: bold; color: black;">&gt;</span></span></span>Yes<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/supportsnewcategoriesinline<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;supportscommentpolicy<span style="font-weight: bold; color: black;">&gt;</span></span></span>Yes<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/supportscommentpolicy<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;supportspingpolicy<span style="font-weight: bold; color: black;">&gt;</span></span></span>Yes<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/supportspingpolicy<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;supportsauthor<span style="font-weight: bold; color: black;">&gt;</span></span></span>Yes<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/supportsauthor<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;supportsslug<span style="font-weight: bold; color: black;">&gt;</span></span></span>Yes<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/supportsslug<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;supportspassword<span style="font-weight: bold; color: black;">&gt;</span></span></span>Yes<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/supportspassword<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;supportsexcerpt<span style="font-weight: bold; color: black;">&gt;</span></span></span>Yes<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/supportsexcerpt<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;supportstrackbacks<span style="font-weight: bold; color: black;">&gt;</span></span></span>Yes<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/supportstrackbacks<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;supportspages<span style="font-weight: bold; color: black;">&gt;</span></span></span>Yes<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/supportspages<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;supportspageparent<span style="font-weight: bold; color: black;">&gt;</span></span></span>Yes<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/supportspageparent<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;supportspageorder<span style="font-weight: bold; color: black;">&gt;</span></span></span>Yes<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/supportspageorder<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;requiresxhtml<span style="font-weight: bold; color: black;">&gt;</span></span></span>True<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/requiresxhtml<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;supportsautoupdate<span style="font-weight: bold; color: black;">&gt;</span></span></span>No<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/supportsautoupdate<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/options<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;weblog<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;homepagelinktext<span style="font-weight: bold; color: black;">&gt;</span></span></span>View your blog<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/homepagelinktext<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;adminlinktext<span style="font-weight: bold; color: black;">&gt;</span></span></span>Administer your blog<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/adminlinktext<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;adminurl<span style="font-weight: bold; color: black;">&gt;</span></span></span><span style="color: #009900;"><span style="color: #808080; font-style: italic;">&lt;!--[CDATA[<br />
{blog-homepage-url}wp-admin<br />
]]--&gt;</span></span><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/adminurl<span style="font-weight: bold; color: black;">&gt;</span></span></span><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/weblog<span style="font-weight: bold; color: black;">&gt;</span></span></span><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/manifest<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
<br />
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;posteditingurl<span style="font-weight: bold; color: black;">&gt;</span></span></span><span style="color: #009900;"><span style="color: #808080; font-style: italic;">&lt;!--[CDATA[<br />
{blog-homepage-url}wp-admin/edit.php<br />
]]--&gt;</span></span><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/posteditingurl<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp;</div></div>]]></content:encoded>
			<wfw:commentRss>http://alex.buayacorp.com/enable-tag-support-on-windows-live-writer-and-wordpress-23.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.393 seconds -->
