Displaying 1 result from an estimated 1 matches for "sitemapp".
Did you mean:
sitemap
2006 Aug 09
1
Improvement: SiteMapper - working ideas as a possible RoR''s routing replacement
...39;ve done potencial replacement for RoR''s routing mechanism.
It just works as an independent class so you can try bundled examples
withou installing anything else. I didn''t integrated it into Rails (as
a plugin?) because I don''t know if anyone would appreciate it etc.
SiteMapper features:
--------------------
1. uses regexp mask to get variables from url and the same regexp mask to
create new url.
2. Automatically finds the best route (=> create the best url) in
dependence on passed variables.
3. Define a site structure at once with the mapping, that''s bec...