I have a C++ project that I place, using a cron task, in a given directory under the web root.
How can I add a web interface so that when users click something like "Browse source code" have a nice interface rather than seeing the standard directory content returned by Apache ? I know either traditional code viewers associated to revision control programs or "beautifiers" for single files, but I can't get (or, I think, I can't guess the right Google keyword) an online code browser that works over a simple directory (recursively obviously).