Path Blacklist (Drupal Module)
Woot! My first (publicly releasable) drupal module!
Path blacklist is a modest module with a very specific aim. Suppose you have paths in your domain that are handled further upstream (by Apache, IIS, etc.) and not by drupal, e.g., www.example.com/staff or www.example.com/intranet. You obviously don’t want your web editor mistakenly using these paths and, thus, creating nodes that will never be viewed.
Path blacklist solves this problem. Create a list of unavailable paths in the admin section (UI borrowed from the block module) and your editor’s hands are tied. End of problem.Module attached. I hope to have it on d.o soon.
p.s. — No, I did not think up the ridiculously specific issue outlined above. It was a real-life itch that I was scratching.
UPDATE (4/11/08): It’s up on drupal.org! [link]
