サイト作成時に追加されるツールのデフォルトセットを定義する方法を教えてください。

デフォルトのツールスイート(サイト作成時に追加されるツール)は、toolOrder.xmlファイル(.../apache-tomcatxxx/sakaiフォルダにある)で指定されます。

以下のコースサイト用toolOrder.xmlファイルのサンプル抜粋をご覧ください。

<toolOrder><category name="course">

<tool id="sakai.iframe.site"/>

<tool id="sakai.synoptic.chat"/>

<tool id="sakai.synoptic.announcement"/>

<tool id="home" selected="true"/>

<tool id="sakai.announcements" selected="true"/>

<tool id="sakai.schedule"/>

<tool id="sakai.syllabus"/>

<tool id="sakai.resources" selected="true"/>

<tool id="sakai.lessonbuildertool" selected="true"/>

<tool id="sakai.podcasts"/>

<tool id="sakai.rwiki"/>

<tool id="sakai.poll"/>

<tool id="sakai.messagecenter"/>

<tool id="sakai.forums"/>

<tool id="sakai.messages"/>

<tool id="sakai.discussion"/>

<tool id="sakai.mailbox"/>

<tool id="sakai.chat" selected="true"/>

<tool id="sakai.dropbox"/>

<tool id="sakai.assignment.grades" selected="true"/>

<tool id="sakai.samigo"/>

<tool id="sakai.gradebookng" selected="true"/>

<tool id="sakai.postem"/>

<tool id="sakai.news"/>

<tool id="sakai.iframe"/>

<tool id="sakai.sections"/>

<tool id="sakai.site.roster" selected="true"/>

<tool id="sakai.search" selected="true"/>

<tool id="sakai.siteinfo" selected="true" required="true"/>

</category><category name="project">

selected="true"を含むツールは、サイト作成者がサイト情報 > ツールを管理 > コースサイトツール画面で、デフォルトで選択されます。

サイト情報など、required="true"を含むツールは、必須ツールです。ユーザはサイト情報 > ツールを管理 > コースサイトツール画面で、これらの選択を解除することはできません。

Sakaiのインスタンスが異なるサイトタイプ(プロジェクト、コラボレーションなど)を使用する場合、各サイトタイプはtoolOrderファイルに独自のセクションを持つことができます。