You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.2 KiB

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <manifest xmlns="http://schemas.microsoft.com/wlw/manifest/weblog">
  3. <options>
  4. <clientType>Metaweblog</clientType>
  5. <supportsEmbeds>Yes</supportsEmbeds>
  6. <supportsKeywords>No</supportsKeywords>
  7. <supportsNewCategories>Yes</supportsNewCategories>
  8. <supportsNewCategoriesInline>Yes</supportsNewCategoriesInline>
  9. <supportsCommentPolicy>No</supportsCommentPolicy>
  10. <supportsSlug>Yes</supportsSlug>
  11. <supportsExcerpt>No</supportsExcerpt>
  12. <supportsPages>No</supportsPages>
  13. <supportsPageParent>No</supportsPageParent>
  14. <supportsAuthor>No</supportsAuthor>
  15. <supportsGetTags>No</supportsGetTags>
  16. <requiresHtmlTitles>No</requiresHtmlTitles>
  17. <supportsEmptyTitles>No</supportsEmptyTitles>
  18. <fileUploadNameFormat>{FileName}</fileUploadNameFormat>
  19. </options>
  20. <weblog>
  21. <ServiceName>MiniBlog</ServiceName>
  22. <imageUrl>favicon.ico</imageUrl>
  23. <watermarkImageUrl>favicon.ico</watermarkImageUrl>
  24. <homepageLinkText>View your blog</homepageLinkText>
  25. <adminLinkText>Manage your blog</adminLinkText>
  26. <adminUrl><![CDATA[{blog-homepage-url}login/]]></adminUrl>
  27. </weblog>
  28. </manifest>