-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwlwmanifest.xml
35 lines (35 loc) · 1.21 KB
/
wlwmanifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="utf-8" ?>
<manifest xmlns="http://schemas.microsoft.com/wlw/manifest/weblog">
<options>
<supportsEmbeds>Yes</supportsEmbeds>
<supportsMultipleCategories>Yes</supportsMultipleCategories>
<supportsPostAsDraft>Yes</supportsPostAsDraft>
<supportsExcerpt>Yes</supportsExcerpt>
</options>
<weblog>
<imageUrl>images/dasbloglogo-16x16.png</imageUrl>
<watermarkImageUrl>images/dasblogwatermark-84x84.png</watermarkImageUrl>
<homepageLinkText>View your blog</homepageLinkText>
<adminLinkText>Edit your blog</adminLinkText>
<adminUrl><![CDATA[
{blog-homepage-url}Login.aspx
]]></adminUrl>
<postEditingUrl><![CDATA[
{blog-homepage-url}EditEntry.aspx?guid={post-id}
]]></postEditingUrl>
</weblog>
<buttons>
<button>
<id>1</id>
<text>Statistics</text>
<imageUrl>images/dasblogactivity-24x24.png</imageUrl>
<clickUrl><![CDATA[
{blog-homepage-url}Referrers.aspx
]]></clickUrl>
<contentUrl><![CDATA[
{blog-homepage-url}Referrers.aspx
]]></contentUrl>
<contentDisplaySize>480,300</contentDisplaySize>
</button>
</buttons>
</manifest>