Plain text files and version control win again.
replies(1):
It may make sense to change a "S" there for "standard".
Use ci from RCS, and that's about it. It makes a single file in the same directly as the file, no need to checkout files, or keep track of, well, anything. Just check in new versions as you make them.
It's not the right answer in many cases (especially if you need multiple files), but for a single file? The simplicity can't be beat.