yskj/acdr-web/qfy-includes/wlwmanifest-2.xml

44 lines
1.0 KiB
XML
Raw Permalink Normal View History

2024-08-21 16:11:06 +08:00
<?xml version="1.0" encoding="utf-8" ?>
<manifest xmlns="http://schemas.microsoft.com/wlw/manifest/weblog">
<options>
<clientType>BitWebcms</clientType>
<supportsKeywords>Yes</supportsKeywords>
<supportsGetTags>Yes</supportsGetTags>
</options>
<weblog>
<serviceName>BitWebcms</serviceName>
<imageUrl>images/wlw/qf-icon.png</imageUrl>
<watermarkImageUrl>images/wlw/qf-watermark.png</watermarkImageUrl>
<homepageLinkText>View site</homepageLinkText>
<adminLinkText>Dashboard</adminLinkText>
<adminUrl>
<![CDATA[
{blog-postapi-url}/../admin/
]]>
</adminUrl>
<postEditingUrl>
<![CDATA[
{blog-postapi-url}/../admin/post.php?action=edit&post={post-id}
]]>
</postEditingUrl>
</weblog>
<buttons>
<button>
<id>0</id>
<text>Manage Comments</text>
<imageUrl>images/wlw/qf-comments.png</imageUrl>
<clickUrl>
<![CDATA[
{blog-postapi-url}/../admin/edit-comments.php
]]>
</clickUrl>
</button>
</buttons>
</manifest>