forked from codeplant/simple-navigation
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
25 lines (15 loc) · 923 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
== Simple Navigation
My modifications to the Simple Navigation gem written by Andi Schacke to allow options to be added to the link_to method call. My primary need was the ability to add the 'rel' attribute for site crawlers to obtain better results (i.e. rel='nofollow').
Simple Navigation is a ruby library for creating navigations (with multiple levels) for your Ruby on Rails application.
If you upgrade to version 2.x.x please recheck the updated documentation on http://wiki.github.com/andi/simple-navigation.
Source code:
git@github.com:resgraph/simple-navigation.git
Documentation:
http://wiki.github.com/andi/simple-navigation
RDoc:
http://andi.rubyforge.org/simple-navigation
Online Demo:
http://simple-navigation-demo.andischacke.com
Discussion Group for Feedback and Questions
http://groups.google.com/group/simple-navigation
Copyright (c) 2010 Andi Schacke, released under the MIT license