The gotwo.module adds the option to add redirected urls. It's much like the url alias system except that it uses redirects to go to the real url. All visits to the 'go' urls are tracked, so you can see how often a certain 'go' url has been visited. You can optionally force a disclaimer to be displayed before the user is redirected.

The 'go' entries can be automatically created by enabling the filter. To create a 'go' url, the user only has to add a tag like:
<go href="http://example.org/test/page">An example</go>

This creates the go url:
http://drupal.org/go/example.org/test/page

And the HTML code:
<a href="http://drupal.org/go/example.org/test/page">An example</a>

Or with a custom go label:
<go href="http://example.org/test/page" title="my label">An example</go>

This creates the go url:
http://drupal.org/go/my-label

And the HTML code:
<a href="http://drupal.org/go/my-label" title="my label">An example</a>

Project information

Releases