featurelist.orgfeaturelist.org
 
U
D
1 points - posted 340 days ago by Mattie - status: Completed - 2 comments watch embed this
For example, allow people to specify a basename for their new project such that the following works:
http://featurelist.org/xa
or
http://featurelist.org/eventscripts
would redirect you to the details page for those projects.

I think this might require changing CI code to allow a name lookup from a DB rather than a routing file, but I think it's important.

Mattie posted on 2007-12-16 14:43:51
I think we could probably create a regular expression for these:
http://www.codeigniter.com/use...uting.html

Venjax posted on 2007-12-16 21:03:03
Done.