-
Notifications
You must be signed in to change notification settings - Fork 569
Expand file tree
/
Copy pathwlwmanifest.xml
More file actions
38 lines (38 loc) · 1.49 KB
/
wlwmanifest.xml
File metadata and controls
38 lines (38 loc) · 1.49 KB
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
36
37
38
<?xml version="1.0" encoding="utf-8" ?>
<manifest xmlns="http://schemas.microsoft.com/wlw/manifest/weblog">
<options>
<clientType>Metaweblog</clientType>
<supportsEmbeds>Yes</supportsEmbeds>
<supportsKeywords>Yes</supportsKeywords>
<supportsNewCategories>Yes</supportsNewCategories>
<supportsNewCategoriesInline>Yes</supportsNewCategoriesInline>
<supportsCommentPolicy>Yes</supportsCommentPolicy>
<supportsSlug>Yes</supportsSlug>
<supportsExcerpt>Yes</supportsExcerpt>
<supportsPages>Yes</supportsPages>
<supportsPageParent>Yes</supportsPageParent>
<supportsAuthor>Yes</supportsAuthor>
<supportsGetTags>Yes</supportsGetTags>
<requiresHtmlTitles>No</requiresHtmlTitles>
<fileUploadNameFormat>{FileName}</fileUploadNameFormat>
</options>
<weblog>
<ServiceName>BlogEngine.NET</ServiceName>
<imageUrl>Content/images/blog/wrenchicon16.png</imageUrl>
<watermarkImageUrl>Content/images/blog/wrench84watermark.png</watermarkImageUrl>
<homepageLinkText>View your blog</homepageLinkText>
<adminLinkText>Manage your blog</adminLinkText>
<adminUrl><![CDATA[{blog-homepage-url}Account/login.aspx]]></adminUrl>
</weblog>
<buttons>
<button>
<id>2</id>
<text>Tags</text>
<imageUrl>Content/images/blog/benTag24.png</imageUrl>
<contentUrl><![CDATA[
{blog-homepage-url}AppCode/Wlw/TagMiniView.cshtml
]]></contentUrl>
<contentDisplaySize>250,250</contentDisplaySize>
</button>
</buttons>
</manifest>