Actions

Difference between revisions of "開発者エリア/プラグイン"

From Mahara Wiki

Line 21: Line 21:
  
 
You can verify license compatibility using the following references:
 
You can verify license compatibility using the following references:
 +
あなたは次のページでライセンスの互換性を確認することができます: You can verify license compatibility using the following references:
  
 
*[http://fedoraproject.org/wiki/Licensing:Main#Software_License_List Fedora Project - Software License List]
 
*[http://fedoraproject.org/wiki/Licensing:Main#Software_License_List Fedora Project - Software License List]

Revision as of 17:34, 18 September 2018

作成中です - mits (talk)

メモ: ダウンロードできるプラグインをお探しの場合は次のリストをご覧ください: http://wiki.mahara.org/Plugins

Maharaには高度な着脱可能のアーキテクチャ (基本設計概念) があります。現在、あなたは認証、コンテンツタイプ (アーティファクト)、ブロック、通知、検索等のプラグインを書くことができます。加えてあなたはMaharaのテーマをカスタマイズしたりUIを異なる言語に翻訳することができます

Maharaシステム内のサードパーティプラグイン

オープンソースであるMaharaは特定の機能に関して他の多くのオープンソースプラグインに依存しています。どのようなプラグインが使用されているか確認したい場合、あなたはThird party plugin listを閲覧するか、次のコマンドを実行してベースインストールディレクトリでプラグインのバージョンナンバーを確認することができます。

find ./ -iname readme.mahara -exec grep -H 'Version' {} \;

開発者ドキュメンテーション Developer Documentation

あなたのプラグインの一部としてサードパーティのコードを組み込みたい場合、サードパーティのコードがMaharaのライセンスでもあるGPL v3ライセンスと互換性があることを確認してください。

You can verify license compatibility using the following references: あなたは次のページでライセンスの互換性を確認することができます: 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.