Atom プラグイン・フレームワーク構成ファイル
Atom プラグイン・フレームワーク構成ファイルを使用して、1 つのフィード・アプリケーションおよびそのアプリケーションが提供するフィードを定義します。 各フィード・アプリケーションにつき 1 つの構成ファイルを作成します。
このファイルは、以下の構造になります。
<feed-app>
<description>a description of the feed application</description>
<feed-name>the feed application name</feed-name>
<context-root>the feed application context root</context-root>
<feed>
elements that define a feed
</feed>
.
.
.
<feed>
elements that define a feed
</feed>
</feed-app>
エレメントの詳細、および Atom プラグイン・フレームワーク構成ファイルの例については、以下のサブトピックで説明しています。