Project todo
Component type
Categories
Maintenance status
Development status
Component created
Component changed
The goal of this small module is to transform module and theme name by link to their drupal.org project page if the data project is in their .info file.
If it was a hack in core it will be for the module list, in the file system.admin.inc, function _system_modules_build_row($info, $extra) :
$form['name'] = array('#markup' => $info['name']);
would become :
