I am looking for tools to automatically update text documents with relevant build information such as version information, date of build, the new features included with a milestone.
SubWCRev works well but is limited to Subversion properties:
ReadMe Template File:
-------------------------------
Build date: $WCDATE$
I am looking for a tool could read an input text file containing key value pairs, and substitute variables in a document template for HTML files, readme.txt files, RSS news feed files, etc.
Input File (Manually Maintained)
-------------------------------------------
ReleaseSummary="New Features and Bug Fixes"
Feature1="Cure for cancer"
Output Template File:
-----------------------------
<h1>$ReleaseSummary$<h1>
<a href="$DownloadUrl$" >Download</a>
Thanks in advance for any suggestions,
-Ed