What is taxonomy in drupal?
We can define any number of vocabularies (category types) and terms (categories)
e.g.
Controversial Content: (vocabulary)
– violence (term)
– adult content (term)
Genre (Vocabulary)
– Comedy (term)
– Romance (term)
We can config which content types are compatible with which vocabulary and which nodes are belong to which terms.
Some important drupal modules: Views, CCK, Path auto, FCK Editor, User points, Flags, Panels, Image cache

