README.txt |
README.txt |
|
=======
SUMMARY
=======
This module allows shortening URLs via almost any service. This is accomplished
either via the API or with an included block or page. Over 25 services are
available by default and additional services are easily added. If the… |
record_shorten.info |
record_shorten.info |
|
name = Record Shorten
description = "Records shortened URLs from the Shorten module."
core = 7.x
package = Shorten URLs
configure = admin/reports/shorten
dependencies[] = shorten
files[] = record_shorten.install
files[] =… |
record_shorten.install |
record_shorten.install |
|
Records shortened URLs. |
record_shorten.module |
record_shorten.module |
|
Records shortened URLs. |
record_shorten.views.inc |
record_shorten.views.inc |
|
Provide views data and handlers for the Record Shortened URLs module. |
record_shorten.views_default.inc |
record_shorten.views_default.inc |
|
Holds the default Views for the Record Shortened URLs module. |
record_shorten_views_handler_field_hostname.inc |
record_shorten_views_handler_field_hostname.inc |
|
A Views field handler for users' IP address. |
record_shorten_views_handler_filter_string_service.inc |
record_shorten_views_handler_filter_string_service.inc |
|
Allows choosing the Shorten URLs service. |
shorten.admin.inc |
shorten.admin.inc |
|
Settings for the Shorten module. |
shorten.info |
shorten.info |
|
name = Shorten URLs
description = "Allows easy URL shortening via external services."
core = 7.x
package = Shorten URLs
configure = admin/config/services/shorten
files[] = shorten.admin.inc
files[] = shorten.install
files[] = shorten.module |
shorten.install |
shorten.install |
|
(Un)installs the Shorten module. |
shorten.module |
shorten.module |
|
Shortens URLs via external services. |
shortener.css |
shortener/shortener.css |
|
.shortener-toggle {
cursor: pointer;
font-size: 85%;
margin-left: 0.5em;
}
.shortener-toggle:before {
content: "(";
font-size: 85%;
}
.shortener-toggle:after {
content: ")";
font-size: 85%;
} |
shortener.info |
shortener/shortener.info |
|
name = Shorten URLs Input Filter
description = "Provides an input filter that replaces URLs with a shortened version."
core = 7.x
package = Shorten URLs
dependencies[] = shorten
files[] = shortener.install
files[] = shortener.module |
shortener.install |
shortener/shortener.install |
|
(Un)installs the Shorten URLs Input Filter module. |
shortener.module |
shortener/shortener.module |
|
Provides an input filter that replaces URLs with a shortened version. |
shorten_cs.admin.inc |
shorten_cs.admin.inc |
|
Provides the configuration page for Shorten URLs Custom Services. |
shorten_cs.info |
shorten_cs.info |
|
name = Shorten URLs Custom Services
description = "Allows administrators to specify custom URL shortening services. <strong>Advanced users only.</strong>"
core = 7.x
package = Shorten URLs
configure =… |
shorten_cs.install |
shorten_cs.install |
|
(Un)installs the Shorten URLs Custom Services module. |
shorten_cs.module |
shorten_cs.module |
|
Allows users to specify custom services for the Shorten URLs module. |