| 1 |
$Id: README.txt,v 1.2 2009/01/26 18:01:23 goba Exp $
|
| 2 |
|
| 3 |
These modules provide customizations used on drupal.org itself. Other sites
|
| 4 |
SHOULD NOT INSTALL OR USE THESE MODULES. They are only included in the main
|
| 5 |
Drupal contributions repository for three reasons:
|
| 6 |
|
| 7 |
1) To facilitate members of the Drupal community who wish to help
|
| 8 |
debug problems and improve functionality on drupal.org.
|
| 9 |
|
| 10 |
2) Certain drupal.org-specific assumptions are made in other modules
|
| 11 |
(in particular, the project and project_issue suite of modules), and
|
| 12 |
some code should be moved from those modules into here. Having a
|
| 13 |
public issue queue for the drupalorg.module will help coordinate these
|
| 14 |
development efforts.
|
| 15 |
|
| 16 |
3) The educational value of an example of the kinds of customizations
|
| 17 |
you can do via a site-specific module.
|
| 18 |
|
| 19 |
Official releases will never be made for this module, since we're just
|
| 20 |
going to update drupal.org based on our changes in CVS. We have no
|
| 21 |
intention of supporting this module such that other sites can make use
|
| 22 |
of it.
|
| 23 |
|
| 24 |
p.s. Did we mention you don't want to run this module on your own site?
|