Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Apress.Pro.Drupal.7.Development.3rd.Edition.Dec.2010.pdf
Скачиваний:
73
Добавлен:
14.03.2016
Размер:
12.64 Mб
Скачать

A P P E N D I X B

■ ■ ■

Resources

There is a wealth of resources available to the Drupal developer, resources that can help you learn Drupal, explore the possibilities of what you can do with Drupal, as well as help you out of a rut when you’re stuck and can’t figure something out. A good starting point is to visit the Drupal.org web site (http://drupal.org), the Drupal groups web site (http://groups.drupal.org), your local Drupal users group (http://drupal.org/event), the semi-annual DrupalCon meetings, regional Drupal camps, code sprints, an active IRC (http://drupal.org/irc), mailing lists (http://drupal.org/mailing-lists), planet Drupal (http://drupal.org/planet), and the global community that is always willing to lend a developer a hand on the Drupal.org forums (http://drupal.org/forum). But that’s not all that’s out there—I’ll share several other key valuable resources with you.

Code

If you’re writing Drupal code, you’ll want to have these resources bookmarked for reference.

The Drupal Source Code Repository on GIT

Drupal source code, including core and contributed modules, is stored in a source code control system. A source code control system allows multiple people to work on a project (e.g., Drupal core) by checking out code they are working on, preventing others from making changes while you are working on the code, and checking in code revisions—making those revisions available to others. Historically that repository has been based on the CVS tool, but the move is underway in late 2010 to move Drupal to Git (http://git-scm.com), another powerful distributed source code control system.

You can download and contribute Drupal source code at http://git.drupalcode.org.

Examples

One of the best resources available for developers is all of the example code that can be downloaded from http://drupal.org/project/examples. There are dozens of example programs that cover nearly every aspect of Drupal. All of the code is well documented and is contributed by members of the Drupal community. Randy Fay is the maintainer of the project and is always responsive to questions or suggestions about examples.

623

Соседние файлы в предмете [НЕСОРТИРОВАННОЕ]