Keith Tyler - 2009-01-17

One option to both do away with dependency on fgrep but not have the app have to scan all files every page load is to make navbar addition a two-step process: first, add the tag to the file, second, a button on the admin page that manually re-scans for NAVTITLE tag and stores results in a DB. Then the page header routine would pull its data from the db.

Probably not ideal that the page header routine runs fgrep all the time anyway.