diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-05-13 16:59:57 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-05-13 16:59:57 +0000 |
commit | d92b9e9c9b57f831e9df51cb54ad70599b7aac5b (patch) | |
tree | 60c575b07deb4f7c94b4b0f2c8cd30c35a94eafe /modules | |
parent | 31219348103b8137ae1adbe30328eb70b2845c62 (diff) | |
download | brdo-d92b9e9c9b57f831e9df51cb54ad70599b7aac5b.tar.gz brdo-d92b9e9c9b57f831e9df51cb54ad70599b7aac5b.tar.bz2 |
- Fixed a few typoes in drupal.module
Diffstat (limited to 'modules')
-rw-r--r-- | modules/drupal.module | 8 | ||||
-rw-r--r-- | modules/drupal/drupal.module | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/modules/drupal.module b/modules/drupal.module index 35ae7b7f2..142a813f3 100644 --- a/modules/drupal.module +++ b/modules/drupal.module @@ -7,7 +7,7 @@ function drupal_page() { $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"; + $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=\"node.php?title=drupal+handbook\">documentation</A> and spend some time getting used to it.</P>\n"; $theme->box("Drupal", $output); /* @@ -22,11 +22,11 @@ function drupal_page() { $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 .= " <LI><A HREF=\"node.php?title=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 .= " <LI><A HREF=\"node.php?title=mailing+lists\">mailing lists</A></LI>"; $output .= "<H3>Development</H3>\n"; - $output .= " <LI><A HREF=\"module.php?mod=development\">drupal development</A>\n"; + $output .= " <LI><A HREF=\"node.php?title=development\">drupal development</A> (<A HREF=\"node.php?title=development\">CVS</A>)</LI>\n"; $theme->box("Support and development", $output); $theme->footer(); diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module index 35ae7b7f2..142a813f3 100644 --- a/modules/drupal/drupal.module +++ b/modules/drupal/drupal.module @@ -7,7 +7,7 @@ function drupal_page() { $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"; + $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=\"node.php?title=drupal+handbook\">documentation</A> and spend some time getting used to it.</P>\n"; $theme->box("Drupal", $output); /* @@ -22,11 +22,11 @@ function drupal_page() { $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 .= " <LI><A HREF=\"node.php?title=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 .= " <LI><A HREF=\"node.php?title=mailing+lists\">mailing lists</A></LI>"; $output .= "<H3>Development</H3>\n"; - $output .= " <LI><A HREF=\"module.php?mod=development\">drupal development</A>\n"; + $output .= " <LI><A HREF=\"node.php?title=development\">drupal development</A> (<A HREF=\"node.php?title=development\">CVS</A>)</LI>\n"; $theme->box("Support and development", $output); $theme->footer(); |