summaryrefslogtreecommitdiff
path: root/modules/drupal
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-05-06 17:19:58 +0000
committerDries Buytaert <dries@buytaert.net>2001-05-06 17:19:58 +0000
commit25c379fb6114ce990d239db607f628e283064a27 (patch)
treef51f08a211f745e609065899ae73c93a76bb5221 /modules/drupal
parentbe8e898d23a3f9ca515f59fbcc8d82e112ed7ee8 (diff)
downloadbrdo-25c379fb6114ce990d239db607f628e283064a27.tar.gz
brdo-25c379fb6114ce990d239db607f628e283064a27.tar.bz2
- Added custom PHP error handler to track down warnings and errors.
(Jeroen: let's sit back and wait until that warning bites again.) - Simplified drupal.module. We still need a feature list, anyone?
Diffstat (limited to 'modules/drupal')
-rw-r--r--modules/drupal/drupal.module32
1 files changed, 16 insertions, 16 deletions
diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module
index eb9d0bd92..35ae7b7f2 100644
--- a/modules/drupal/drupal.module
+++ b/modules/drupal/drupal.module
@@ -5,28 +5,28 @@ function drupal_page() {
$theme->header();
- $output = " <P>Drupal is the English pronunciation 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 maintenance capabilities. Due to its modular design drupal is flexible and easy to adapt or extend.</P>\n";
- $output .= " <P>Drupal is primarily written by Dries Buytaert (dries_at_drop.org) and build after Slash (<A HREF=\"http://slashcode.com/\">http://slashcode.com/</A>) and Scoop (<A HREF=\"http://scoop.kuro5hin.org/\">http://scoop.kuro5hin.org/</A>). The source code is available under terms of GNU General Public License (GPL).</P>\n";
- $output .= " <P>We don't have a real demo site yet but drupal is used by (and created for) <A HREF=\"http://drop.org/\">http://drop.org/</A>. Create an account, play with it for a bit, read the <A HREF=\"module.php?mod=book\">documentation</A> and spend some time getting used to it.</P>\n";
- $theme->box("Introduction", $output);
-
- $output = "<LI><A HREF=\"drupal/drupal-2.00.tgz\">drupal 2.00</A> (2001/03/15 - latest version)</LI>\n";
- $output .= "<LI>drupal 1.00 (2001/01/15)</LI>\n";
- $theme->box("Download", $output);
+ $output = " <P>Drupal is the English pronunciation for the Dutch word 'druppel' which stands for 'drop'. Drupal is a full-featured <I>content management/discussion engine</I> suitable to setup a news-driven community or portal site. Drupal aims towards easy installation, excessive configuration and fine-grained maintenance capabilities. Due to its modular design Drupal is flexible and easy to adapt or extend.</P>\n";
+ $output .= " <P>Drupal is primarily written by Dries Buytaert (dries_at_drop.org) and build after <A HREF=\"http://slashcode.com/\">Slash</A> and <A HREF=\"http://scoop.kuro5hin.org/\">Scoop</A>. Drupal uses <A HREF=\"http://www.php.net/\">PHP</A> and <A HREF=\"http://www.mysql.com/\">MySQL</A> and is a valuable alternative for <A HREF=\"http://phpnuke.org/\">PHP-Nuke</A>, <A HREF=\"http://thatware.org/\">ThatWare</A>, <A HREF=\"http://geeklog.org/\">GeekLog</A> and so on. The source code is available under terms of GNU General Public License (GPL).</P>\n";
+ $output .= " <P>We don't have a real demo site yet but Drupal is used by (and created for) <A HREF=\"http://drop.org/\">http://drop.org/</A>. Create an account, play with it for a bit, read the <A HREF=\"module.php?mod=drupal+handbook\">documentation</A> and spend some time getting used to it.</P>\n";
+ $theme->box("Drupal", $output);
+/*
unset($output);
$handle = opendir("drupal");
while ($file = readdir($handle)) if (ereg(".jpg", $file) || ereg(".gif", $file)) $output .= " <LI><SMALL><A HREF=\"drupal/$file\">$file</A></SMALL></LI>\n";
closedir($handle);
$theme->box("Screenshots", $output);
-
- $output = "<H3>Documentation</H3>\n";
- $output .= " <LI><A HREF=\"module.php?mod=book\">documentation</A></LI>\n";
- $output .= " <LI><A HREF=\"module.php?mod=wishlist\">wishlist</A></LI>\n";
- $output .= "<H3>Mailing list</H3>\n";
- $output .= " <P>The <CODE>drupal-support@drop.org</CODE> list discusses drupal development. All submissions relevant to that, such as bug reports, enhancement ideas, patches or reports that a patch fixed a bug are appropriate.</P>\n";
- $output .= " <LI>To subscribe to the <CODE>drupal-support@drop.org</CODE> mailing list, send an e-mail to <A HREF=\"mailto:drupal-support-request@drop.org\">drupal-support-request@drop.org</A> with no subject and put <B>subscribe</B> in the body of your message.</LI>\n";
- $output .= " <LI>To unsubscribe from the <CODE>drupal-support@drop.org</CODE> mailing list, send an e-mail to <A HREF=\"mailto:drupal-support-request@drop.org\">drupal-support-request@drop.org</A> and put <B>unsubscribe</B> in the body of your mail.\n";
+*/
+
+ $output = "<H3>Download</H3>\n";
+ $output .= " <LI><A HREF=\"drupal/drupal-2.00.tgz\">drupal 2.00</A> (2001/03/15 - latest version)</LI>\n";
+ $output .= " <LI>drupal 1.00 (2001/01/15)</LI>\n";
+ $output .= "<H3>Documentation</H3>\n";
+ $output .= " <LI><A HREF=\"module.php?mod=drupal+handbook\">drupal handbook</A></LI>\n";
+ $output .= "<H3>Mailing lists</H3>\n";
+ $output .= " <LI><A HREF=\"module.php?mod=mailing+lists\">mailing lists</A>";
+ $output .= "<H3>Development</H3>\n";
+ $output .= " <LI><A HREF=\"module.php?mod=development\">drupal development</A>\n";
$theme->box("Support and development", $output);
$theme->footer();