昨天提到Feeds.App 3.01 ,于是我下载升级了该插件,发现新插件提供了N多的标签。
安装方法:
1、先删除MT默认的Feeds.App Lite 1.01(删除plugins中的就行,其他的可以先放着)
2、再下载该插件
3、解压上传到相应目录。
Tags: <MTFeed>, <MTFeeds>, <MTFeedsLatest>,
<MTFeedEntries>, <MTFeedsHeader>, <MTFeedsFooter>,
<MTFeedEntriesHeader>, <MTFeedEntriesFooter>, <MTFeedLinks>,
<MTFeedAuthors>, <MTFeedContributors>, <MTFeedCategories>,
<$MTFeedURI$>, <$MTFeedTitle$>, <$MTFeedSubtitle$>,
<$MTFeedLink$>, <$MTFeedLinkURL$>, <$MTFeedLinkRelation$>,
<$MTFeedLinkType$>, <$MTFeedLinkTitle$>, <$MTFeedRights$>,
<$MTFeedLanguage$>, <$MTFeedIdentifier$>, <$MTFeedAuthorName$>,
<$MTFeedAuthorEmail$>, <$MTFeedAuthorLink$>, <$MTFeedContributorName$>,
<$MTFeedContributorEmail$>, <$MTFeedContributorLink$>,
<$MTFeedCategoryTerm$>, <$MTFeedCategoryLabel$>,
<$MTFeedCategoryScheme$>, <$MTFeedUpdated$>,
<MTFeedEntryLinks>, <MTFeedEntryAuthors>, <MTFeedEntryContributors>,
<MTFeedEntryCategories>, <$MTFeedEntryCount$>, <$MTFeedEntryTitle$>,
<$MTFeedEntrySummary$>, <$MTFeedEntryContent$>, <$MTFeedEntryLink$>,
<$MTFeedEntryLinkURL$>, <$MTFeedEntryLinkRelation$>, <$MTFeedEntryLinkType$>,
<$MTFeedEntryLinkTitle$>, <$MTFeedEntryRights$>, <$MTFeedEntryLanguage$>,
<$MTFeedEntryIdentifier$>, <$MTFeedEntryAuthorName$>, <$MTFeedEntryAuthorEmail$>,
<$MTFeedEntryAuthorLink$>, <$MTFeedEntryContributorName$>, <$MTFeedEntryContributorEmail$>,
<$MTFeedEntryContributorLink$>, <$MTFeedEntryCategoryTerm$>, <$MTFeedEntryCategoryLabel$>,
<$MTFeedEntryCategoryScheme$>, <$MTFeedEntryUpdated$>, <$MTFeedEntryPublished$>,
<$MTFeedEntrySourceTitle$>, <$MTFeedEntrySourceLink$>, <$MTFeedEntrySourceFeedLink$>,
<MTIfFeedsLatest>, <MTIfFeedText>, <MTIfFeedLinked>, <MTIfFeedCategorized>,
<MTIfFeedEntryText>, <MTIfFeedEntryLinked>, <MTIfFeedEntryCategorized>, <MTIfFeedEntrySourced>,
<MTIfFeedUpdated>, <MTIfFeedEntryPublished>, <MTIfFeedEntryUpdated>, <$MTFeedsAppVersion$>,
<$MTFeedsAppSlug$>, <MTFeedIf>, <$MTFeedDescription$>, <$MTFeedCreatorName$>, <$MTFeedCreatorEmail$>,
<$MTFeedCreatorURL$>, <$MTFeedContributorURL$>, <$MTFeedModified$>, <$MTFeedEntryDescription$>,
<$MTFeedEntryModified$>, <$MTFeedEntryCreated$>, <$MTFeedEntrySourceName$>, <$MTFeedsVersion$>,
<$MTFeedsVersionSlug$>, <MTInvoke>, <MTInvokeTag>, <MTInvokeContents>, <MTInvokeSetArg>,
<$MTLayoutArgument$>, <MTIfLayoutArgument>, <MTUnlessLayoutArgument>, <$MTFeedInclude$>, <$MTFeedsInclude$>,
<$MTFeedsLatestInclude$>, <$MTFeedItemInclude$>, <$MTFeedsIncludeLatest$>, <$MTFeedSubscriptionsOPMLFile$>,
<$MTFeedSubscriptionsXOXOFile$>, <$MTFeedSubscriptions$>, <$MTFeedsLatestViewSource$>, <$MTFeedViewSource$>,
<$MTFeedsAppSummaryDisplayDefault$>
这些标签能够实现MovableType 聚合页面。等论文写完了,我会将 movabletype.org.cn 做成该聚合形式,先卖个关子,呵呵。
使用方法:
1、在系统插件中对自动更新频率进行设置(你也可以通过这个插件实现首页定时更新)。
2、进入要使用Feeds.App的博客,在“设置”->“插件”中进行简单的设置。
如:选择定时更新的模版,设置添加多个RSS。
3、在要使用Feeds.App模版的边栏中添加下列代码(当然你也可以通过博客“模版”中的Create a feed widget 得到代码):
<MTFeedsLatest>
<h3>Latest Posts</h3>
<ul><MTFeedEntries lastn="25">
<li><a href="<$MTFeedEntryLink$>">
<$MTFeedEntryTitle encode_html="1"$></a>
[<$MTFeedEntrySourceTitle encode_html="1"$>]</li>
</MTFeedEntries></ul>
</MTFeedsLatest>
具体使用可参考该插件的官方说明。
UPdate:该插件还个小BUG,生成页面的生成目录都在blogid=1 的博客中(并且调用了blogid=1的一些标签),也就是说该插件的重建功能,目前只适合在BLogid=1的博客上使用。

Add a Reply