diff options
author | Dries Buytaert <dries@buytaert.net> | 2000-12-29 11:00:56 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2000-12-29 11:00:56 +0000 |
commit | fd64164419060f4420ece6c7766c5693577f67ef (patch) | |
tree | 620f34c7b35cf1c468d121d34e7763d9422a7b63 /modules/documentation.module | |
parent | 10381949f8bf63608749754f9f348504179346d8 (diff) | |
download | brdo-fd64164419060f4420ece6c7766c5693577f67ef.tar.gz brdo-fd64164419060f4420ece6c7766c5693577f67ef.tar.bz2 |
Surprise, surprise. After nothing but code, a large batch of changes:
- removed droplets
- added (optional) admin_blocks module
- added (optional) affiliate module
- added (optional) about module (only placeholder, under construction)
- fixed some tiny bugs (e.g. quote bug in search.php)
- partionally rewrote some modules to be big, bad and better
- partionally rewrote some modules to be more uniform
- added GNU GPL license to CVS
Also:
- installed PHP 4.0.4 on my localhost and now working
towards PHP 4.0.4 compatibility.
- I think I'll baptize the engine "drupal". If you have a
better idea, try convincing me ASAP.
Todo:
- more testing (also with PHP 4.0.4)
- make "project"-module: download, info, blah blah
- complete documentation
Diffstat (limited to 'modules/documentation.module')
-rw-r--r-- | modules/documentation.module | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/documentation.module b/modules/documentation.module index ae2053496..88b9ce4a2 100644 --- a/modules/documentation.module +++ b/modules/documentation.module @@ -1,10 +1,10 @@ <? -$module = array("page" => "documentation_page"); +$module = array("page" => "documentation", + "admin" => "documentation"); -function documentation_page() { +function documentation() { ?> - <H1>Documentation</H1> <SMALL><I>$Id$</I></SMALL> <H2>Chapter 1: installation guide</H2> |