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>
Downloads
Recommended releases
Development releases
Project Information
- Maintenance status: Actively maintained
- Development status: Maintenance fixes only
- Module categories: Filters/Editors, Utility
- Reported installs: 523 sites currently report using this module. View usage statistics.
- Last modified: January 22, 2011