Links en referenties
Huishoudelijk
- Installatie profiel: http://github.com/berkes/wizzlern_trainingbase
- Voorbeeldcode: http://wizzlern.nl/downloads/stats_view
- Laatste versie voorbeeldcode: http://github.com/berkes/stats_view
- Revisiebeheer van Drupal: http://drupal.org/handbook/cvs
Tools voor Drupal module-ontwikkeling
- Editors, IDE's: http://drupal.org/node/147789
- Lokale ontwikkelserver: http://drupal.org/node/157602
- Search add-ons: http://mycroft.mozdev.org/search-engines.html?name=drupal
- CVS en Drupal: http://drupal.org/handbook/cvs
- Boek: Pro Drupal Development http://bit.ly/4PRh1Z
- Module developers guide: http://drupal.org/node/508
- Core API: http://api.drupal.org
Module architectuur
- Voorbeeldcode: http://drupal.org/project/examples
- Meer voorbeeldcode: http://cvs.drupal.org/viewvc.py/drupal/contributions/docs/developer/examples
- Module Info bestanden: http://drupal.org/node/231036
Modulebouw
- Documentatie van een module: http://drupal.org/node/161085
- Drupal Gem-module (Ruby): http://github.com/berkes/drupal.rb
- Modulator script (perl): http://www.elvisblogs.org/drupal/modulator-very-quick-module-skeltons-written-perl
- Module Builder-module (PHP): http://drupal.org/project/module_builder
- Drupal scipts voor GEdit: http://github.com/mavimo/drupal-snippet
- Bundels voor Textmate: http://groups.drupal.org/node/6601
Menusysteem
- API documentatie: http://api.drupal.org/api/function/hook_menu/6
t-functie
- API documentatie: http://api.drupal.org/api/function/t/6
- Gebruik XXS cheat sheet: http://ha.ckers.org/xss.html
Toegangsrechten
- API documentatie: http://api.drupal.org/api/function/hook_perm/6
Database
- API documentatie: http://api.drupal.org/api/group/database/6
Theming
- API documentatie: http://api.drupal.org/api/group/themeable/6
Blokken
- API documentatie: http://api.drupal.org/api/function/hook_block/6
node API
- API documentatie: http://api.drupal.org/api/function/hook_nodeapi/6
Form alter
- API documentatie: http://api.drupal.org/api/function/hook_form_alter/6
- FormsAPI reference: http://api.drupal.org/api/drupal/developer--topics--forms_api_reference.html/6
- FormsAPI quickstart: http://api.drupal.org/api/drupal/developer--topics--forms_api.html/6
Veiligheid
- Meer over schonen van data: http://drupal.org/node/263002
- Veiligheid en Drupal-code: http://drupal.org/writing-secure-code
Coding guidelines
- Drupal Coding standards: http://drupal.org/coding-standards
- Coder module: http://drupal.org/project/coder