Sha256: d52d51371d3dfb8e787b0440bb72d3ed14609cce4d3b1558b912fe5044a61d4a

Contents?: true

Size: 852 Bytes

Versions: 1

Compression:

Stored size: 852 Bytes

Contents

# 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 Andre Pankratz. See LICENSE for details.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vidibus-permalink-0.1.0 README.md