]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/wlwmanifest.xml
Wordpress 2.3.2
[autoinstalls/wordpress.git] / wp-includes / wlwmanifest.xml
diff --git a/wp-includes/wlwmanifest.xml b/wp-includes/wlwmanifest.xml
new file mode 100644 (file)
index 0000000..2be48d5
--- /dev/null
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="utf-8" ?>
+
+<manifest xmlns="http://schemas.microsoft.com/wlw/manifest/weblog">
+
+  <options>
+    <clientType>WordPress</clientType>
+       <supportsKeywords>Yes</supportsKeywords>
+  </options>
+  
+  <weblog>
+    <serviceName>WordPress</serviceName>
+    <imageUrl>images/wlw/wp-icon.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}/../wp-admin/post.php?action=edit&post={post-id} 
+               ]]>
+    </postEditingUrl>
+  </weblog>
+
+  <buttons>
+    <button>
+      <id>0</id>
+      <text>Manage Comments</text>
+      <imageUrl>images/wlw/wp-comments.png</imageUrl>
+      <clickUrl>
+        <![CDATA[ 
+                               {blog-postapi-url}/../wp-admin/edit-comments.php
+                       ]]>
+      </clickUrl>
+    </button>
+
+  </buttons>
+
+</manifest>
+