﻿<?xml version="1.0" encoding="utf-8" ?>
<manifest xmlns="http://schemas.microsoft.com/wlw/manifest/weblog">
	<!--Defining Weblog Capabilities with the Options Element
		http://msdn.microsoft.com/en-us/library/bb463260.aspx -->
	<options>
		<clientType>MetaMeblog</clientType>
		
		<!-- standard options for metaweblog -->
		<supportsPostAsDraft>Yes</supportsPostAsDraft>   <!-- Respects the publish flag on metaWeblog.newPost and metaWeblog.editPost calls -->
		<supportsFileUpload>Yes</supportsFileUpload>   <!-- Supports metaWeblog.newMediaObject -->
		<supportsExtendedEntries>No</supportsExtendedEntries>   <!-- Supports mt_text_more field of post struct -->
		<supportsCustomDate>Yes</supportsCustomDate>   <!-- Supports explicit specification of dateCreated field of post struct -->
		<supportsCategories>No</supportsCategories>   <!-- Supports categorization of posts using either a category array within the post struct or mt.setPostCategories -->
		<supportsCategoriesInline>No</supportsCategoriesInline>   <!-- Supports categories field of post struct -->

		<!-- some additional options -->
		<supportsKeywords>No</supportsKeywords>   <!-- Supports mt_keywords field of post struct -->
		<supportsAuthor>No</supportsAuthor>   <!-- Supports wp_author field of post struct -->
		<supportsExcerpt>Yes</supportsExcerpt>   <!-- Supports mt_excerpt field of post struct -->
		<supportsEmptyTitles>No</supportsEmptyTitles>   <!-- Allows empty string as a valid value for the title field of the post struct -->
		<supportsAutoUpdate>Yes</supportsAutoUpdate>   <!-- Indicates that Writer should automatically poll for updates to the editing manifest whenever a post is created or opened. (makes it seamless to introduce new features) -->
	</options>
	
	<!-- Customizing the Weblog Sidebar Panel
		http://msdn.microsoft.com/en-us/library/bb463264.aspx -->
	<weblog>
		<!-- serviceName>Windows Live Spaces</serviceName -->
		<imageUrl>icon.png</imageUrl>   <!-- favicon.ico or 16x16 PNG -->
		<watermarkImageUrl>watermark.png</watermarkImageUrl>   <!-- 84x84 PNG -->
		<homepageLinkText>View website</homepageLinkText>
		<adminLinkText>Manage website (Syzweb Admin)</adminLinkText>
		<adminUrl><![CDATA[{blog-homepage-url}/admin]]></adminUrl>
		<postEditingUrl><![CDATA[{blog-homepage-url}/admin/editor2.5/edititem.asp?ItemID={post-id}]]></postEditingUrl>
	</weblog>
	
	<!-- Defining Custom Buttons
		http://msdn.microsoft.com/en-us/library/bb463262.aspx -->
	<buttons></buttons>
	
	<!-- Providing WebLayout and WebPreview Views
		http://msdn.microsoft.com/en-us/library/bb463261.aspx -->
	<views>
		<default>Normal</default>   <!-- Normal or WebLayout -->
		<view type="WebLayout" src="weblayout.htm" />
		<view type="WebPreview" src="webpreview.htm" />
	</views>
</manifest>
