I am in the process of developing a reference guide for a project's variable names and their usage. I would like it to be easy to update and maintain. I would like to be able to view the guide with a web browser. This guide will be for internal use so large audiences and multi-browser support is a low priority.
My current approach consists of a simple web page that loads a XML file and organizes the data to be presentable.
While this works, I can't shake the feeling that there's a better way. I considered using a static text file, but I felt like that was less than what I need. I considered using a wiki, but I felt like that was more than what I need.
Any suggestions are welcome.
EDIT:
Thank you for your responses. I will likely re-evaluate the use of a wiki for my situation.
However, I am still interested in hearing any solutions that do not require much in the way of installation. As a newbie, I would also appreciate hearing reasons why my current approach is likely to be a wrong approach.