~canonical-sysadmins/wordpress/4.6

« back to all changes in this revision

Viewing changes to wp-includes/wlwmanifest.xml

  • Committer: Jacek Nykis
  • Date: 2015-01-05 16:17:05 UTC
  • Revision ID: jacek.nykis@canonical.com-20150105161705-w544l1h5mcg7u4w9
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8" ?>
 
2
 
 
3
<manifest xmlns="http://schemas.microsoft.com/wlw/manifest/weblog">
 
4
 
 
5
  <options>
 
6
    <clientType>WordPress</clientType>
 
7
        <supportsKeywords>Yes</supportsKeywords>
 
8
        <supportsGetTags>Yes</supportsGetTags>
 
9
  </options>
 
10
 
 
11
  <weblog>
 
12
    <serviceName>WordPress</serviceName>
 
13
    <imageUrl>images/wlw/wp-icon.png</imageUrl>
 
14
    <watermarkImageUrl>images/wlw/wp-watermark.png</watermarkImageUrl>
 
15
    <homepageLinkText>View site</homepageLinkText>
 
16
    <adminLinkText>Dashboard</adminLinkText>
 
17
    <adminUrl>
 
18
      <![CDATA[
 
19
                        {blog-postapi-url}/../wp-admin/
 
20
                ]]>
 
21
    </adminUrl>
 
22
    <postEditingUrl>
 
23
      <![CDATA[
 
24
                        {blog-postapi-url}/../wp-admin/post.php?action=edit&post={post-id}
 
25
                ]]>
 
26
    </postEditingUrl>
 
27
  </weblog>
 
28
 
 
29
  <buttons>
 
30
    <button>
 
31
      <id>0</id>
 
32
      <text>Manage Comments</text>
 
33
      <imageUrl>images/wlw/wp-comments.png</imageUrl>
 
34
      <clickUrl>
 
35
        <![CDATA[
 
36
                                {blog-postapi-url}/../wp-admin/edit-comments.php
 
37
                        ]]>
 
38
      </clickUrl>
 
39
    </button>
 
40
 
 
41
  </buttons>
 
42
 
 
43
</manifest>