[typo] new blog
Mike Purvis
mike at uwmike.com
Fri Sep 23 16:39:25 EDT 2005
Looks nice. A similar look to what I was trying to acheive
(http://uwmike.com), but I think you did a much better job.
By the way, if you don't like the /pages/x URLs, it's a reasonably easy
hack on /typo/config/routes.rb to make them... something else. Around
like 80, you'll see:
map.connect 'pages/*name',:controller => 'articles', :action => 'view_page'
Now, it's an easy thing to make "pages" something else, but you can also
just add a rule like
map.connect 'bio',:controller => 'articles', :action => 'view_page',
:name='bio'
That way "/pages/bio" and "/bio" will both be the same resource...
Anyhow, not a big deal, but it's kind of cool. (The
http://uwmike.com/about page on my site is like this...)
Cheers.
Mike
jeremy*pinnix wrote:
>http://www.bartmillard.org/
>
>_______________________________________________
>Typo-list mailing list
>Typo-list at rubyforge.org
>http://rubyforge.org/mailman/listinfo/typo-list
>
>
More information about the Typo-list
mailing list