Documention for: nicer-urls.r
Created by: arnold
on: 14-Sep-2012
Format: html
Downloaded on: 19-Apr-2024

For recognisability purposes on rebol.org I named this script nicer-urls.r 
but probably best use is to use it as index.r as was meant to be.


Not sure how this script works when a subdirectory is requested without 
specifying an index (.html .r .rsp .php etc) file or how to handle 
this efficiently.


The script is built in a way it has the least overhead, so quit as 
soon as possible and only declare functions just before they are 
needed.


Also there are gaps to be filled in in selecting data from a database 
with respect to a number of keywords entered so for example 

rebol.org/rebol/programming/cgi/ and rebol.org/cgi/programming/rebol 
could both result in the same webpage being served. But also possible 
is rebol.org/cgi/html/ could result in a table of  all articles that 
have these keywords in common.


If you have suggestions how to do this elegantly you are welcome 
to suggest these please.

All suggestions are welcome.