diff options
-rw-r--r-- | includes/admin.inc | 28 | ||||
-rw-r--r-- | modules/drupal.module | 17 | ||||
-rw-r--r-- | modules/drupal/drupal.module | 17 |
3 files changed, 24 insertions, 38 deletions
diff --git a/includes/admin.inc b/includes/admin.inc deleted file mode 100644 index 27a30e9fb..000000000 --- a/includes/admin.inc +++ /dev/null @@ -1,28 +0,0 @@ -<? - -function admin_header() { - ?> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> - <HTML> - <HEAD><TITLE><? echo $site_name; ?> administration center</TITLE></HEAD> - <STYLE> - body { font-family: helvetica, arial; } - h1 { font-size: 14pt; font-weight: bold; color: #006699; } - h2 { font-family: helvetica, arial; font-size: 12pt; font-weight: bold; } - h3 { font-family: helvetica, arial; font-size: 14pt; font-weight: bold; } - th { font-family: helvetica, arial; text-align: center; background-color: #CCCCCC; color: #885555; } - td { font-family: helvetica, arial; } - </STYLE> - <BODY BGCOLOR="#FFFFFF" LINK="#006699" VLINK="#004499" ALINK="#FF0000"> - <H1>Administration center</H1> - <? -} - -function admin_footer() { - ?> - </BODY> - </HTML> - <? -} - -?> diff --git a/modules/drupal.module b/modules/drupal.module index 0417c11c3..eedf29ad3 100644 --- a/modules/drupal.module +++ b/modules/drupal.module @@ -13,11 +13,6 @@ function drupal_page() { <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>) and source code is available under terms of GNU General Public License (GPL).</P> <H2>Download</H2> <LI><A HREF=\"drupal/drupal-1.00-rc1.tgz\">drupal 1.00-rc1</A> (2000/01/01)</LI> - <H2>Demo</H2> - <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=documentation\">documentation</A> and spend some time getting used to it.</P> - <H2>Documentation</H2> - <LI><A HREF=\"module.php?mod=documentation\">documentation</A></LI> - <LI><A HREF=\"module.php?mod=wishlist\">wishlist</A></LI> <H2>Screenshots</H2> "; @@ -25,6 +20,18 @@ function drupal_page() { 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); + $output .= " + <H2>Demo</H2> + <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=documentation\">documentation</A> and spend some time getting used to it.</P> + <H2>Documentation</H2> + <LI><A HREF=\"module.php?mod=documentation\">documentation</A></LI> + <LI><A HREF=\"module.php?mod=wishlist\">wishlist</A></LI> + <H2>Mailing list</H2> + 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. + <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> + <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. + "; + $theme->header(); $theme->box("Drupal", $output); $theme->footer(); diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module index 0417c11c3..eedf29ad3 100644 --- a/modules/drupal/drupal.module +++ b/modules/drupal/drupal.module @@ -13,11 +13,6 @@ function drupal_page() { <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>) and source code is available under terms of GNU General Public License (GPL).</P> <H2>Download</H2> <LI><A HREF=\"drupal/drupal-1.00-rc1.tgz\">drupal 1.00-rc1</A> (2000/01/01)</LI> - <H2>Demo</H2> - <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=documentation\">documentation</A> and spend some time getting used to it.</P> - <H2>Documentation</H2> - <LI><A HREF=\"module.php?mod=documentation\">documentation</A></LI> - <LI><A HREF=\"module.php?mod=wishlist\">wishlist</A></LI> <H2>Screenshots</H2> "; @@ -25,6 +20,18 @@ function drupal_page() { 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); + $output .= " + <H2>Demo</H2> + <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=documentation\">documentation</A> and spend some time getting used to it.</P> + <H2>Documentation</H2> + <LI><A HREF=\"module.php?mod=documentation\">documentation</A></LI> + <LI><A HREF=\"module.php?mod=wishlist\">wishlist</A></LI> + <H2>Mailing list</H2> + 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. + <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> + <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. + "; + $theme->header(); $theme->box("Drupal", $output); $theme->footer(); |