1: <?xml version="1.0" encoding="utf-8" ?>
2: <manifest xmlns="http://schemas.microsoft.com/wlw/manifest/weblog">
3: <options>
4: <clientType>Metaweblog</clientType>
5: <supportsEmbeds>Yes</supportsEmbeds>
6: <supportsKeywords>Yes</supportsKeywords>
7: <supportsNewCategories>Yes</supportsNewCategories>
8: <supportsNewCategoriesInline>Yes</supportsNewCategoriesInline>
9: <supportsCommentPolicy>Yes</supportsCommentPolicy>
10: <supportsSlug>Yes</supportsSlug>
11: <supportsExcerpt>Yes</supportsExcerpt>
12: <supportsPages>Yes</supportsPages>
13: <supportsPageParent>Yes</supportsPageParent>
14: <supportsAuthor>Yes</supportsAuthor>
15: <requiresHtmlTitles>No</requiresHtmlTitles>
16: </options>
17: <weblog>
18: <ServiceName>BlogEngine.NET</ServiceName>
19: <imageUrl>pics/wrenchicon16.png</imageUrl>
20: <watermarkImageUrl>pics/wrench84watermark.png</watermarkImageUrl>
21: <homepageLinkText>View your blog</homepageLinkText>
22: <adminLinkText>Manage your blog</adminLinkText>
23: <adminUrl><![CDATA[{blog-homepage-url}login.aspx]]></adminUrl>
24: </weblog>
25: <buttons>
26: <button>
27: <id>2</id>
28: <text>Tags</text>
29: <imageUrl>pics/benTag24.png</imageUrl>
30: <contentUrl><![CDATA[
31: {blog-homepage-url}api/tagminiview.aspx
32: ]]></contentUrl>
33: <contentDisplaySize>250,250</contentDisplaySize>
34: </button>
35: </buttons>
36: </manifest>