-
Notifications
You must be signed in to change notification settings - Fork 24
/
wlwmanifest.xml
76 lines (64 loc) · 2.8 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?xml version="1.0" encoding="utf-8" ?>
<manifest xmlns="http://schemas.microsoft.com/wlw/manifest/weblog">
<options>
<clientType>Metaweblog</clientType>
<supportsKeywords>Yes</supportsKeywords>
<supportsGetTags>Yes</supportsGetTags>
<supportsPostAsDraft>Yes</supportsPostAsDraft>
<!--<supportsCustomDate>Yes</supportsCustomDate>-->
<supportsExcerpt>No</supportsExcerpt>
<supportsExtendedEntries>Yes</supportsExtendedEntries>
<!--<supportsAuthor>Yes</supportsAuthor>-->
<supportsFileUpload>Yes</supportsFileUpload>
<supportsEmptyTitles>No</supportsEmptyTitles>
<supportsCommentPolicy>Yes</supportsCommentPolicy>
<supportsCategories>Yes</supportsCategories>
<supportsCategoriesInline>Yes</supportsCategoriesInline>
<supportsMultipleCategories>No</supportsMultipleCategories>
<supportsHeirarchicalCategories>No</supportsHeirarchicalCategories>
<supportsNewCategories>Yes</supportsNewCategories>
<supportsNewCategoriesInline>Yes</supportsNewCategoriesInline>
<supportsEmbeds>Yes</supportsEmbeds>
<!--supportsScripts>No</supportsScripts-->
<characterSet>utf-8</characterSet>
<requiresHtmlTitles>Yes</requiresHtmlTitles>
<invalidPostIdFaultCodePattern>404</invalidPostIdFaultCodePattern>
<supportsPages>No</supportsPages>
<supportsPageParent>No</supportsPageParent>
<supportsPageOrder>No</supportsPageOrder>
</options>
<weblog>
<serviceName>Exponent CMS</serviceName>
<imageUrl>{blog-postapi-url}/../framework/core/assets/images/exp.png</imageUrl>
<!--<watermarkImageUrl>images/wlw/wp-watermark.png</watermarkImageUrl>-->
<homepageLinkText>View site</homepageLinkText>
<!--<adminLinkText>Dashboard</adminLinkText>-->
<!--<adminUrl>-->
<!--<![CDATA[-->
<!--{blog-postapi-url}/../wp-admin/-->
<!--]]>-->
<!--</adminUrl>-->
<postEditingUrl>
<![CDATA[
{blog-postapi-url}/../index.php?controller=blog&action=edit&id={post-id}
]]>
</postEditingUrl>
</weblog>
<buttons>
<button>
<id>0</id>
<text>Manage Comments</text>
<imageUrl>{blog-postapi-url}/../framework/core/assets/images/comments.png</imageUrl>
<clickUrl>
<![CDATA[
{blog-postapi-url}/../index.php?controller=expComment&action=manage&content_type=blog&content_id={blog-id}
]]>
</clickUrl>
</button>
</buttons>
<!--<views>-->
<!--<default>WebLayout</default>-->
<!--<view type="WebLayout" src="…/template.wlw1.html"/>-->
<!--<view type="WebPreview" src="…/template.wlw2.html"/>-->
<!--</views>-->
</manifest>