Book
- Drupal - Installation
- Drupal - Localization
- Drupal - Administration
- Drupal - Optimization
- Drupal - Security
- Drupal - Look and Feel
- Drupal - Garland Adjustments
- Drupal - CSS Tweaks
- Drupal - Outlook of Forms
- Drupal - Form Behavior
- Drupal - Node Form Buttons
- Drupal - jQuery
- Drupal - ExtJS
- Drupal - Custom Themes
- Drupal - Miscellaneous Themes
- Drupal - Superfish Menus
- Drupal - Contemplate
- Drupal - Iconizer
- Drupal - On Mobile Devices
- Drupal - More Look and Feel
- Drupal - Hierarchical Select
- Drupal - Panels
- Drupal - Zen Theme
- Drupal - jCarousel
- Flash with Drupal
- PSD-to-CSS online converter
- Drupal - Uploads
- Drupal - Navigation
- Drupal - Bookmarks (per-user menu)
- Drupal - Click Path
- Drupal - Keyboard Shortcuts
- Drupal - Flagging (and bookmarking)
- Drupal - Outline Designer
- Drupal - Recent Changes
- Drupal - Relevant Content
- Drupal - Simple Menu
- Drupal - Other Menu Modules
- Drupal - Other Navigation Modules
- Drupal - Russian search and keywords
- Drupal - Web Links
- Drupal - Improvements
- Drupal - Taxonomy and Views
- Drupal - Input Formats
- Drupal - Images
- Drupal - Data Presentation
- Drupal - Multimedia
- Drupal - Gadgets
- Drupal - Data Analysis
- Drupal - Geospatial
- Drupal - FAQ
- Drupal Resources
Drupal - Shorten URLs
Shorten URLs
module provides an API to shorten URLs via almost any service like tinyurl (at least 15 services are available by default), as well as a block to provide easy UI access to that API. To avoid dependance on external services, additionally install Short URL
lets drupal be shortener on itself.
Default length of long URL in the shortener record table was 255 and not enough in some case, so I increased it to 511 (commit 612).
See review of URL shorteners (looks like bit.ly and cli.gs are winners). bit.ly does not let track URLs entered via API, while cli.gs does. Both have bugs with cyrillic encoding in URLs. Somewhere I have read that tinyurl.com was banned and tr.im is being sold. However tinyurl.com and cli.gs work fine with quoted printable cyrillic in URLs.

Comments
Post new comment