开发者文档:修订间差异

来自MoodleDocs
跳转至:导航、​搜索
第61行: 第61行:


==核心组件==
==核心组件==
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]].
这部分文档记录了已经存在的Moodle核心代码中的特定组件。关于这些组件或开发中组件的讨论可以从[[ 开发者备注]] [[ 路线图]] 中看到。


*[[UTF-8 migration|Migration to UTF-8]]
*[[ 迁移到UTF-8 格式]]
*[[Question engine]]
*[[ 问题引擎]]
*[[Quiz developer docs|Quiz module]]
*[[ 测验开发者文档| 测验模块]]
*[[SCORM schema|SCORM module 1.5 schema]]
*[[SCORM 图解|SCORM 模块 1.5 图解]]
*[[Authentication API]]
*[[ 认证 API]]
*[[Stats package]]
*[[ 状态包]]
*[[Email processing]]
*[[ 电子邮件处理]]
*[[Cookieless Sessions]]
*[[ 无Cookie支持的Sessions]]


==贡献代码==
==贡献代码==

2006年9月2日 (六) 07:31的版本

指南

下面的这些指南对于每个希望参与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

未来的发展计划

关于Moodle未来特性的创意和详细计划最初都是在moodle.org 站点Using Moodle 这门课程的论坛中产生的。 在这个论坛中开发者的讨论和最终用户的讨论混合在一起,初次看起来可能很不习惯,但这也是Moodle获得成功的一个原因。最终用户和开发者共同讨论未来的产品特性是非常重要的。

当想法在论坛中浮现后,他们将被总结到这个wiki中作为 路线图 或者是 开发者备注 表格中。下面这些页面主要由论坛中关于未来的讨论组成。

核心组件

这部分文档记录了已经存在的Moodle核心代码中的特定组件。关于这些组件或开发中组件的讨论可以从开发者备注路线图 中看到。

贡献代码

很多Moodle用户贡献他们的代码来帮助其他人,您的参与能让Moodle的未来更美好。 贡献的代码可以是:新的活动模块、板块、风格、资源插件、作业插件、问题类型插件、问题导入和导出格式、测验报告插件、课程格式等等。 代码开始应该提交到 Using Moodle 课程中的论坛里,然后提交到Moodle CVS 库的 贡献区域。 当你开发完一个新的组件,请你把它发布在 Moodle 模块和插件数据库列表,开发者也应该把这些组件的文档列在这里。

参见