From 89da4770d3aaebbbde448d65fcfd8e7cc0c318b5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 1 Jan 2001 22:11:04 +0000 Subject: - quickly created a project module (in less then 5 minutes, for the records) before crashing into my bed after waay to heavy New Year parties while facing the fact I have to get up at 6:45am to go to work. --- modules/drupal/drupal.module | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 modules/drupal/drupal.module (limited to 'modules/drupal/drupal.module') diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module new file mode 100644 index 000000000..f4503cbf0 --- /dev/null +++ b/modules/drupal/drupal.module @@ -0,0 +1,28 @@ + "drupal_page"); + +include "includes/common.inc"; + +function drupal_page() { + global $theme; + + $output .= " +

Introduction

+

Drupal is the English pronounciation for the dutch word 'druppel' which stands for 'drop'. Drupal is a full-featured content management/discussion engine suitable to setup a news-driven community or portal site. Drupal aims towards easy installation, excessive configuration and fine-grained maintainance capabilities. Due to its modular design drupal is flexibel and easy to adapt or extend.

+

Drupal is primarily written by Dries Buytaert (dries_at_drop.org) and build after Slash (http://slashcode.com/) and Scoop (http://scoop.kuro5hin.org/) and source code is available under terms of GNU General Public License (GPL).

+

Download

+
  • drupal 1.00-rc1 (2000/01/01)
  • +

    Demo

    +

    We don't have a real demo site yet but drupal is used by (and created for) http://drop.org/. Create an account, play with it for a bit, read the documentation and spend some time getting used to.

    +

    Documentation

    +
  • documentation
  • +
  • wishlist
  • + "; + + $theme->header(); + $theme->box("Drupal", $output); + $theme->footer(); +} + +?> -- cgit v1.2.3