|
Revision 17326, 1.4 kB
(checked in by hirobe, 5 years ago)
|
|
fullblogpluginに対応
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="utf-8" ?>
|
|---|
| 2 | <manifest xmlns="http://schemas.microsoft.com/wlw/manifest/weblog"
|
|---|
| 3 | xmlns:py="http://genshi.edgewall.org/"
|
|---|
| 4 | xmlns:xi="http://www.w3.org/2001/XInclude">
|
|---|
| 5 | <options>
|
|---|
| 6 | <clientType>Metaweblog</clientType>
|
|---|
| 7 | <supportsKeywords>Yes</supportsKeywords>
|
|---|
| 8 | <supportsCategories>Yes</supportsCategories>
|
|---|
| 9 | <supportsHierarchicalCategories>No</supportsHierarchicalCategories>
|
|---|
| 10 | <supportsCustomDate>No</supportsCustomDate>
|
|---|
| 11 | <supportsPages>Yes</supportsPages>
|
|---|
| 12 |
|
|---|
| 13 | <supportsEmptyTitles>No</supportsEmptyTitles>
|
|---|
| 14 | <requiresHtmlTitles>Yes</requiresHtmlTitles>
|
|---|
| 15 | <requiresXHTML>True</requiresXHTML>
|
|---|
| 16 | <supportsScripts>No</supportsScripts>
|
|---|
| 17 | <supportsEmbeds>No</supportsEmbeds>
|
|---|
| 18 | </options>
|
|---|
| 19 | <optionsa>
|
|---|
| 20 | <supportsKeywords>Yes</supportsKeywords>
|
|---|
| 21 |
|
|---|
| 22 | </optionsa>
|
|---|
| 23 |
|
|---|
| 24 | <weblog>
|
|---|
| 25 | <serviceName>Trac</serviceName>
|
|---|
| 26 | <homepageLinkText>View Latest Page</homepageLinkText>
|
|---|
| 27 | <adminLinkText>Admin</adminLinkText>
|
|---|
| 28 | <adminUrl>
|
|---|
| 29 | <![CDATA[
|
|---|
| 30 | {blog-postapi-url}/../../admin/
|
|---|
| 31 | ]]>
|
|---|
| 32 | </adminUrl>
|
|---|
| 33 | <postEditingUrl>
|
|---|
| 34 | <![CDATA[
|
|---|
| 35 | {blog-postapi-url}/../../ticket/{post-id}?action=edit
|
|---|
| 36 | ]]>
|
|---|
| 37 | </postEditingUrl>
|
|---|
| 38 | </weblog>
|
|---|
| 39 |
|
|---|
| 40 |
|
|---|
| 41 | <views>
|
|---|
| 42 | <default>WebLayout</default>
|
|---|
| 43 | <view type="WebLayout" src="$weblayouturl" />
|
|---|
| 44 | <view type="WebPreview" src="$webpreviewurl" />
|
|---|
| 45 | </views>
|
|---|
| 46 | </manifest>
|
|---|