diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-01-07 19:21:28 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-01-07 19:21:28 +0000 |
commit | 554d9b080b4be1c3ddfae75d79a0789da8c80cf2 (patch) | |
tree | 63db7660753774f5faccf8e095afb24c9e3fa14b /modules/faq.module | |
parent | 63a335e1ed034d99ab34c6d80a56453175a18202 (diff) | |
download | brdo-554d9b080b4be1c3ddfae75d79a0789da8c80cf2.tar.gz brdo-554d9b080b4be1c3ddfae75d79a0789da8c80cf2.tar.bz2 |
- fixed 2 small bugs in account.php
- drastically improved administration section
- drastically revamped story administration:
added new feature to schedule the publishing of stories
- applied correct naming conventions to submission.php
- fixed 1 small glitch in boxes
- somewhat expanded the documentation
= changed one SQL table
- updated the faq with info on drupal
- ... and more things I forgot about
Diffstat (limited to 'modules/faq.module')
-rw-r--r-- | modules/faq.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/faq.module b/modules/faq.module index 9ca4cfa13..80fe80ac0 100644 --- a/modules/faq.module +++ b/modules/faq.module @@ -55,7 +55,7 @@ function faq_page() { <DD>Write us a bugreport or send us a patch! Writing a good bug report takes patience, but doing it right the first time saves both you and us time. It is most helpful when a good description of the problem is included in the bug report. That is, a good example of all the things you did that led to the problem and the problem itself exactly described. The best reports are those that include a full example showing how to reproduce the bug or problem.<P></DD> <DT><B>Is the source code of this site available?</B></DT> - <DD>This site is powered by <A HREF=\"http://www.fsf.org/\">Free Software</A>; including <A HREF=\"http://www.apache.org/\">Apache</A>, <A HREF=\"http://www.php.net/\">PHP</A>, <A HREF=\"http://www.mysql.com/\">MySQL</A> and <A HREF=\"http://www.linux.com/\">Linux</A>, and is inspired by several <A HREF=\"http://www.fsf.org/\">Free Software</A> projects. Therefor we have decided to make the software engine of this site available under terms of GPL.<P>However, the sources are <B>not</B> available yet at this time, but will be released as soon we have a first, well-rounded source tree that has proven to be stable. If you can't wait or in case you have big plans (like `total domination') with the engine, don't hesitate to contact us and we might grant you CVS access.<P></DD> + <DD>This site is powered by <A HREF=\"http://www.fsf.org/\">Free Software</A>; including <A HREF=\"http://www.apache.org/\">Apache</A>, <A HREF=\"http://www.php.net/\">PHP</A>, <A HREF=\"http://www.mysql.com/\">MySQL</A> and <A HREF=\"http://www.linux.com/\">Linux</A>, and is inspired by several <A HREF=\"http://www.fsf.org/\">Free Software</A> projects. Therefor we have decided to make the software engine of this site, called <A HREF=\"module.php?mod=drupal\">drupal</A> available under terms of GPL.<P> The source code and more information about <A HREF=\"module.php?mod=drupal\">drupal</A> are available <A HREF=\"module.php?mod=drupal\">here</A>.<P></DD> <DT><B>What features does the engine have?</B></DT> <DD> |