Skip to content

techiferous/rack-linkify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rack::Linkify

Description

Dead links are magically transformed into live links! Rack::Linkify is very generous in what it considers a link; it will turn www.google.com, www.google.com, and just plain google.com into a link.

Rack::Linkify can also turn text that looks like @this into a twitter link.

Usage

URLs only:

use Rack::Linkify

Enable Twitter links, too:

use Rack::Linkify, :twitter => true

About

Rack middleware that adds anchor tags to URLs in text.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages