summaryrefslogtreecommitdiff
path: root/modules/documentation.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-01-13 16:33:19 +0000
committerDries Buytaert <dries@buytaert.net>2001-01-13 16:33:19 +0000
commit8b4c95b259089c54331e9a6d014495c1ec807cea (patch)
treef034ed8a5ad4c13ddd9c558857b7011f7cc1dceb /modules/documentation.module
parentf9e5aa52ccad84784d8e134129f531751ccd34b2 (diff)
downloadbrdo-8b4c95b259089c54331e9a6d014495c1ec807cea.tar.gz
brdo-8b4c95b259089c54331e9a6d014495c1ec807cea.tar.bz2
- rewrote the block placement stuff and updated the themes.
IMPORTANT: you have to drop 2 tables "blocks" and "layout" and you have to recreate them again with those in database/database.mysql - integrated the documentation written by UnConeD
Diffstat (limited to 'modules/documentation.module')
-rw-r--r--modules/documentation.module3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/documentation.module b/modules/documentation.module
index 283d6b895..5b5cb4f69 100644
--- a/modules/documentation.module
+++ b/modules/documentation.module
@@ -90,9 +90,6 @@ function documentation() {
<P>While we in no way consider the design and implementation of the drupal engine to be finished, we feel that our own accompanying intensive experience has given us a fairly stable and well-proven design. The following provides a brief over-view of the different aspects of drupal's core engine and features.</P>
- <H2>Blocks</H2>
- <P>Blocks are the side-boxes of the site that provide the main interface to the engine. They can be fully customized by an administrator to suit his or her needs. (Full documentation still under construction)</P>
-
<H2>Cron</H2>
<P>Cron (which stands for chronograph) is a periodic command scheduler: it executes commands at intervals specified in seconds. It can be used to control the execution of daily, weekly and monthly jobs (or anything with a period of n seconds). Automating tasks is one of the best ways to keep a system running smoothly, and if most of your administration does not require your direct involvement, cron is an ideal solution.</P>