'''What is it?''' I don't know about you, but I find that the most tedious and error-prone part of building a web site of any size is keeping all the links pointing the right way. Thus, I wrote WBuilder to help partially automate the process. ---- '''What does it do?''' The idea behind WBuilder is that you write a bunch of *.wb files and throw them into folders. Each *.wb file is basically an incomplete HTML file. You then run WBuilder; it finds all the *.wb files, glues some (hard-coded) HTML onto the top and bottom, and spits out the finished HTML page. It ''also'' automatically adds crosslinks of various kinds. Specifically, a find Root.html is always generated, which links to every single page in the current folder. Additionally, every single page contains "breadcrumb" links that take you backwards the way you came. So, in short, WBuilder makes it easy to build web pages with a simple hierachical structure. '''I am still editing this page.'''