public
Description: Rails Sitemap Plugin / Site Map Plugin for Rails. A beautiful rails sitemap plugin that talks to Google, Yahoo and MSN when updated. Sitemap features clean handcrafted XHTML, XML with XSLT and custom finder options for your named routes.
Clone URL: git://github.com/queso/sitemap.git
Search Repo:
Adding a navbar partial.  We might want to look at extracting a layout 
too?
queso (author)
Sat Jan 12 18:43:10 -0800 2008
commit  c019b6c2c767a05b78b821bb31a1385b356929ba
tree    c6180fa874f380a476fa1816e3014941b5981508
parent  8c4754629310933a0d80b8059ae5b1c16513befc
...
 
 
1
2
3
...
1
2
3
4
5
0
@@ -1,3 +1,5 @@
0
+<%= render :partial => "shared/nav" %>
0
+
0
 <% form_for(@settings) do |f| %>
0
 <p>
0
   <%= f.label :name%>
...
 
 
1
2
3
...
1
2
3
4
5
0
@@ -1,3 +1,5 @@
0
+<%= render :partial => "shared/nav" %>
0
+
0
 <h2>Non-dynamic Sitemap Links</h2>
0
 
0
 <p>A Sitemap static link is a non-dynamic route in your rails app, we use these to help build the sitemap xml and xhtml for search engines to consume.</p>
...
 
 
1
2
3
...
1
2
3
4
5
0
@@ -1,3 +1,5 @@
0
+<%= render :partial => "shared/nav" %>
0
+
0
 <h2>Dynamic Sitemap Widgets</h2>
0
 
0
 <p>A Sitemap widget is a dynamic set of objects in your rails app, we use these to build the sitemap xml and xhtml for search engines to consume.</p>

Comments

    No one has commented yet.