开发者文档:修订间差异

来自MoodleDocs
跳转至:导航、​搜索
无编辑摘要
第1行: 第1行:
==指南==
==指南==
The following guidelines are crucial reading for anyone wanting to contribute to the Moodle code base:
下面的这些指南对于每个希望参与Moodle开发的人都是必须阅读的:
*[[Coding|Coding guidelines]] have to be followed by all Moodle developers
*[[ 代码指南]] 每个开发者必须遵循的编码规范
*[[Moodle architecture]] spells out the basic design goals behind Moodle
*[[Moodle 体系结构]] 清楚地说明Moodle的基本设计目标
*[[Interface guidelines]] aim to provide a common feel to the Moodle user interface
*[[ 界面指南]] 目标是为Moodle用户界面提供统一的外观
*[[CVS (developer)|Moodle CVS for developers]] explains how to work with the Moodle code in CVS
*[[Moodle 开发者代码库]] 解释如何利用Moodle CVS 中的代码
*[[Unit tests]] explains how to run the unit tests, and how to write new test cases.
*[[ 单元测试]] 说明如何运行单元测试以及如何编写新的单元测试
*[[Tracker]] explains the Moodle Tracker for keeping track of bugs, issues, feature requests etc
*[[ 缺陷跟踪]] 解释如何利用Moodle Tracker 缺陷跟踪系统来报告错误、问题和新的特性需求等等


== 资源和工具 ==
== 资源和工具 ==

2006年9月2日 (六) 02:37的版本

指南

下面的这些指南对于每个希望参与Moodle开发的人都是必须阅读的:

资源和工具

如何贡献你的力量

The M in Moodle stands for 'Modular'. There are many different types of components that you can contribute that can be plugged into Moodle to provide additional functionality. When you have developed a new component please publish it in the database of Moodle modules and plugins. The following types of plugins currently exist (in alphabetical order):

There are also ways you can contribute that don't involve PHP programming:

You can also help a lot by

未来的发展计划

Ideas for and details of planned future features of Moodle are initially discussed on the forums in the Using Moodle course at moodle.org. That developer discussions are intermixed with user discussions in the same forums may seem strange at first but is one of the reasons for the success of Moodle. It is important that both end-users and developers discuss the future features together.

Once ideas begin to crystalize on the forums they can be summarized in this wiki, either as part of the Roadmap or in the form of Developer notes. These pages then form the basis for further discussion in the forums.

核心组件

This section is for documentation of specific components of the existing core Moodle code. Discussion of components that are under discussion or in development can be found in the Developer notes or on the Roadmap.

贡献代码

Many Moodle users contribute code for the benefit of other Moodle users. This can take the form of new activity modules, blocks, themes, resource plug-ins, assignment plug-ins, question type plug-ins, question import/export formats, quiz report plug-ins, course formats, ... This code is initially posted on the forums in the Using Moodle course and then often go into the contrib area of the Moodle CVS repository. When you have developed a new component please publish it in the database of Moodle modules and plugins. Developer documentation for these components should be listed here.

参见