==Links== * [[cms1|Drupal, Day1]] * [[cms2|Drupal, Day2]] * [[cms_faq|Frequently Asked Questions, CMS]] * [[drupal-lms|Library Management System as Assignment]] ====Assignment: Library Management System using Drupal==== ===Content types=== * Book * Author * Publisher ==Author== * Name (Text) * Qualification (Text) * University/Organization (Text) ==Publisher== * Name (Text) * Address (Long Text) ==Book== * Title (Text) * ISBN (Text) * Author (Node reference to Author content type) * Publisher (Node reference to Publisher content type) * No. of Copies (Integer) ===Views=== * List of Books * List of Authors * List of Publishers