Mahara日本語ドキュメント/開発者エリア: Difference between revisions
From Mahara Wiki
< Mahara日本語ドキュメント
No edit summary |
(→概要) |
||
Line 8: | Line 8: | ||
* [[Mahara開発概要]] - 誰がどのようにMaharaを開発しているのか、またどのようにすればMaharaの開発者になれるのか説明します。 | * [[Mahara開発概要]] - 誰がどのようにMaharaを開発しているのか、またどのようにすればMaharaの開発者になれるのか説明します。 | ||
* [[ | * [[開発者エリア/Maharaアーキテクチャイントロダクション|Maharaアーキテクチャイントロダクション]] - this series of articles explains how Mahara fits together, where it's pluggable and why it's written the way it is. | ||
* [[Developer Area/Plugins|Plugins]] - (soon to be) your one-stop-shop for information about developing plugins for Mahara | * [[Developer Area/Plugins|Plugins]] - (soon to be) your one-stop-shop for information about developing plugins for Mahara | ||
* [[Developer Area/Language Packs|Language Packs]] - how to write a language pack for Mahara, and how to contribute it back | * [[Developer Area/Language Packs|Language Packs]] - how to write a language pack for Mahara, and how to contribute it back |
Revision as of 12:39, 26 February 2014
再作成中です - mits
このページにはデザイン、ポリシーおよび特定の機能ドキュメントを含む、一連の開発者ドキュメントを掲載しています。
このページはMaharaがどのように動作するのか理解したい人、Maharaの新しいコードまたはプラグインを開発したい人のためにあります。あなたのマハラをカスタマイズしたい場合 - 例) 言語/テーマの変更またはプラグインのインストール、カスタマイズセクションをご覧ください。
概要
- Mahara開発概要 - 誰がどのようにMaharaを開発しているのか、またどのようにすればMaharaの開発者になれるのか説明します。
- Maharaアーキテクチャイントロダクション - this series of articles explains how Mahara fits together, where it's pluggable and why it's written the way it is.
- Plugins - (soon to be) your one-stop-shop for information about developing plugins for Mahara
- Language Packs - how to write a language pack for Mahara, and how to contribute it back
- Wishlist - what documentation did you find missing and would like people to contribute?
- User:Aaronw - Aaron's work-in-progress Developer Docs version 2
全体を把握してみる (Finding your way around)
- Mahara Architecture Introduction
- Core Subsystems
- Database conventions
- Development Tutorials
- How to write a view template
- Import/Export
- Language Packs
- Plugins
- Release Policy
- Command Line Interface Framework
セットアップ (Getting set up)
- Setting up your development tools
- Setting up a development environment
- Getting Code from Git
- Changing Hostnames
改善のために貢献する (Contributing improvements)
- How to submit good bug reports
- Bug Status Policy
- Bite sized code tasks
- Coding guidelines
- Contributing Code
- Commit Policy
- How to Review Code
- Unit Testing
ディスカッションに参加する (Join in the discussion)
We have a discussion forum on mahara.org.
You can also find us in #mahara-dev on irc.freenode.net
If you have not got an IRC client or cannot connect with one, you can use the freenode web client.
議事録および開発チームノート (Meeting minutes & dev team notes)
- Developer Meetings
- Packaging
- Release Instructions
- Security Team
- Specifications in Development
- Fixes for significant bugs that might bite later
APIドキュメンテーション
These pages describe specific Mahara APIs. Note: we're in the process of reorganizing our developer documentation, so not all API documentation pages will be present in this list. Please use the wiki's search feature if you don't find what you need here. Also, not all API's are documented. :(
- Architecture Introduction
- Hello World
- Database-DML
- Database-DDL
- I wrote a forum post here that gives an outline of how the database works: https://mahara.org/interaction/forum/topic.php?id=5515&offset=0&limit=10#post23753
- Language strings
- Config API
- Retrieving user input
- aka "What to use instead of $_GET and $_POST"
- Cron API
- Events API
- File uploads API
- Login form
- Mahara global variables
- $SESSION, $USER, $THEME, etc
- Mahara pagetop constants
- Notification Plugins & Activities
- Pagetop Constants
- Pieforms
- Sideblocks API
- Site menus
- Smarty&Dwoo
有用なリソース
- You can subscribe to the master branch on Launchpad to receive an email everytime a commit is made. There is also an RSS feed of commits if you prefer to receive information that way.
- #mahara-dev on freenode (irc.freenode.org) is an IRC channel where the core developers discuss the development of Mahara. This channel is not for support of Mahara (use #mahara instead), but you can lurk and listen in on developer conversations - and even hear about the latest new features as they're added ;)