Actions

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

From Mahara Wiki

Line 3: Line 3:
 
'''メモ:''' ダウンロードできるプラグインをお探しの場合は次のリストをご覧ください: [[Plugins|http://wiki.mahara.org/Plugins]]
 
'''メモ:''' ダウンロードできるプラグインをお探しの場合は次のリストをご覧ください: [[Plugins|http://wiki.mahara.org/Plugins]]
  
Maharaには高度な着脱可能のアーキテクチャ (基本設計概念) があります。現在、あなたは認証、コンテンツタイプ (アーティファクト)、ブロック、通知、検索等のプラグインを書くことができます。Currently, you can write plugins for authentication, content types (artefacts), blocks, notifications, search and more. In addition, you can [[Customising/Themes|theme Mahara]], and also [[Developer Area/Language Packs|translate the UI to different languages]].
+
Maharaには高度な着脱可能のアーキテクチャ (基本設計概念) があります。現在、あなたは認証、コンテンツタイプ (アーティファクト)、ブロック、通知、検索等のプラグインを書くことができます。In addition, you can [[Customising/Themes|theme Mahara]], and also [[Developer Area/Language Packs|translate the UI to different languages]].
  
 
= Maharaシステム内のサードパーティプラグイン Third party plugins within Mahara system =
 
= Maharaシステム内のサードパーティプラグイン Third party plugins within Mahara system =

Revision as of 20:57, 29 July 2018

作成中です - mits (talk)

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

Maharaには高度な着脱可能のアーキテクチャ (基本設計概念) があります。現在、あなたは認証、コンテンツタイプ (アーティファクト)、ブロック、通知、検索等のプラグインを書くことができます。In addition, you can theme Mahara, and also translate the UI to different languages.

Maharaシステム内のサードパーティプラグイン Third party plugins within Mahara system

Mahara, being open source, relies on a number of other open source plugins for certain parts of its functionality. To check what plugins are being used you can look at the Third party plugin list, or run this command from base install directory to find their version number.

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

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

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.