開発者エリア/プラグイン: Difference between revisions
From Mahara Wiki
No edit summary |
|||
Line 5: | Line 5: | ||
Maharaには高度な着脱可能のアーキテクチャ (基本設計概念) があります。現在、あなたは認証、コンテンツタイプ (アーティファクト)、ブロック、通知、検索等のプラグインを書くことができます。加えてあなたは[[カスタマイズ/テーマ|Maharaのテーマをカスタマイズしたり]]、[[開発者エリア/言語パック|UIを異なる言語に翻訳することができます]]。 | Maharaには高度な着脱可能のアーキテクチャ (基本設計概念) があります。現在、あなたは認証、コンテンツタイプ (アーティファクト)、ブロック、通知、検索等のプラグインを書くことができます。加えてあなたは[[カスタマイズ/テーマ|Maharaのテーマをカスタマイズしたり]]、[[開発者エリア/言語パック|UIを異なる言語に翻訳することができます]]。 | ||
= Maharaシステム内のサードパーティプラグイン | = Maharaシステム内のサードパーティプラグイン = | ||
オープンソースであるMaharaは特定の機能に関して他の多くのオープンソースプラグインに依存しています。どのようなプラグインが使用されているか確認したい場合、あなたは[[Developer Area/Plugins/Third party|Third party plugin list]]を閲覧するか、次のコマンドを実行してベースインストールディレクトリでプラグインのバージョンナンバーを探すことができます。 | オープンソースであるMaharaは特定の機能に関して他の多くのオープンソースプラグインに依存しています。どのようなプラグインが使用されているか確認したい場合、あなたは[[Developer Area/Plugins/Third party|Third party plugin list]]を閲覧するか、次のコマンドを実行してベースインストールディレクトリでプラグインのバージョンナンバーを探すことができます。 |
Revision as of 20:12, 7 August 2018
メモ: ダウンロードできるプラグインをお探しの場合は次のリストをご覧ください: http://wiki.mahara.org/Plugins
Maharaには高度な着脱可能のアーキテクチャ (基本設計概念) があります。現在、あなたは認証、コンテンツタイプ (アーティファクト)、ブロック、通知、検索等のプラグインを書くことができます。加えてあなたはMaharaのテーマをカスタマイズしたり、UIを異なる言語に翻訳することができます。
Maharaシステム内のサードパーティプラグイン
オープンソースであるMaharaは特定の機能に関して他の多くのオープンソースプラグインに依存しています。どのようなプラグインが使用されているか確認したい場合、あなたはThird party plugin listを閲覧するか、次のコマンドを実行してベースインストールディレクトリでプラグインのバージョンナンバーを探すことができます。
find ./ -iname readme.mahara -exec grep -H 'Version' {} \;
開発者ドキュメンテーション Developer Documentation
- The Mahara Architecture Introduction series of articles gives you a general introduction to how Mahara is structured, and where plugins can go and what they can do.
- Plugin migration between Mahara 1.3 and 1.4 Notes to help upgrade or backport Mahara plugins
- Tutorial for creating a Mahara blocktype plugin
- Artefact plugin template by Angela Karl
If you want to include third-party code as a part of your plugin, please verify that that code is compatible with GPL v3, which is the license that the Mahara is licensed under.
You can verify license compatibility using the following references:
管理スタッフ Admin stuff
We used to maintain a "mahara-contrib" project in Gitorious and Launchpad, where we invited plugin developers to keep their projects. This fell into disuse circa 2010, and now we encourage plugin developers to host their project wherever they wish, and we'll link to it on our Plugins page.
- (Obsolete) Creating a new project