Sha256: 221ae2f4c99fecd530adb4b4351f1196f5882f19c19b56f243c3b82ded6a3eee

Contents?: true

Size: 977 Bytes

Versions: 2

Compression:

Stored size: 977 Bytes

Contents

# Vidibus::Permalink [![Build Status](https://travis-ci.org/vidibus/vidibus-permalink.png)](https://travis-ci.org/vidibus/vidibus-permalink)

This gem allows changeable permalinks. That may be an oxymoron, but it's really useful from a SEO perspective.

This gem is part of [Vidibus](http://vidibus.org), an open source toolset for building distributed (video) applications.

## Installation

Add the dependency to the Gemfile of your application:

```
  gem "vidibus-permalink"
```

Then call bundle install on your console.

## TODO

* Add controller extension for automatic dispatching.
* Limit length of permalinks.
* Refactor codebase so that incrementation is not limited to Permalink class.

## Ideas (for a separate gem)

* Catch 404s and store invalid routes.
* Make invalid routes assignable from a web interface.
* Try to suggest a matching Linkable by valid parts of the request path.

## Copyright

Copyright (c) 2010-2013 Andre Pankratz. See LICENSE for details.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vidibus-permalink-0.1.9 README.md
vidibus-permalink-0.1.8 README.md