﻿<?xml version="1.0" encoding="utf-8" ?>
<!--http://msdn.microsoft.com/en-us/library/bb463260.aspx-->
<manifest xmlns="http://schemas.microsoft.com/wlw/manifest/weblog">
  <options>
    <clientType>Metaweblog</clientType>
    <supportsKeywords>Yes</supportsKeywords>
    <supportsExcerpt>Yes</supportsExcerpt>
    <supportsScripts>No</supportsScripts>
    <supportsAutoUpdate>Yes</supportsAutoUpdate>
    <supportsTrackbacks>Yes</supportsTrackbacks>
    <supportsEmbeds>Yes</supportsEmbeds>
    <supportsPostAsDraft>Yes</supportsPostAsDraft>
    <supportsHtmlTitles>No</supportsHtmlTitles>
    <supportsEmptyTitles>No</supportsEmptyTitles>
    <supportsFileUpload>Yes</supportsFileUpload>
    <supportsCustomDate>Yes</supportsCustomDate>

    <supportsCategories>Yes</supportsCategories>
    <supportsMultipleCategories>No</supportsMultipleCategories>

    <!--数据域，用于日志永久链接-->
    <supportsSlug>Yes</supportsSlug>

    <supportsAuthor>No</supportsAuthor>

    <maxRecentPosts>100</maxRecentPosts>
    <requiresXHTML>Yes</requiresXHTML>
    <characterSet>UTF-8</characterSet>
  </options>
  <weblog>
    <ServiceName>BeNuts</ServiceName>
    <imageUrl>/Images/BeNuts.png</imageUrl>
    <watermarkImageUrl>/Api/MetaWeblog/images/watermark.png</watermarkImageUrl>
    <homepageLinkText>博客首页</homepageLinkText>
    <adminLinkText>管理后台</adminLinkText>
    <adminUrl><![CDATA[{blog-homepage-url}admin/]]></adminUrl>
    <postEditingUrl>
      <![CDATA[{blog-homepage-url}admin/Admin_Article.aspx?act=edit&id={post-id}]]>
    </postEditingUrl>
  </weblog>
  <buttons>
    <button>
      <id>0</id>
      <text>Recent Comments</text>
      <imageUrl>/Api/MetaWeblog/images/comment.png</imageUrl>
      <contentUrl>/Api/MetaWeblog/Writer_Panel.aspx</contentUrl>
      <contentDisplaySize>550,350</contentDisplaySize>
      <notificationUrl>/Writer_CommentNotify.aspx</notificationUrl>
    </button>
  </buttons>
  <views><default>WebLayout</default></views>
</manifest>

