Drupal.org project link filter
This is a tiny, yet useful module, which adds a filter, to facilitate linking to Drupal.org projects.
Lots of us blog about Drupal projects, or mention them in our forum discussions. Linking to a Drupal project, each time it is mentioned is a bit of a pain. This filter lets you write something like "views.module", and it generates a link to views module page (http://drupal.org/project/views).
The following formats are all the same, and are provided for ease of read/write: name.module, name.theme, name.translation, name.installprofile and name.project
Demo
Video : http://www.youtube.com/watch?v=xx1-sPE8d1s
New in the 6.x-2.x branch:
This version now uses update.module, if it is activated, to fetch real project names, so instead of having a link like this:
dopl.module
you will now have a link like this:
Drupal.org project link filter
If a such a project does not exist, it simply ignores it.
If update.module is disabled, the filter will turn all the usable patterns it finds, and turns them into links, regardless of whether a project of that name really exists.