This is the format for the metadata your program should handle. The
Order of tags matters: they should be in the order specified here.
The file is a list of projects, each of which includes basic summary
information, a list of documentation and source code files, and a
version history. None of the tags are mandatory, so for example a project might not have a date specified. The format is pseudo markup language: every element is of the form information. The intention is that tag names should be self explanatory. If you think that correct behavior on some inputs is ambiguous, choose a behavior and justify your choice.
If you make any assumptions, constraints, generalizations, etc. be sure to specify them.
Raster Processor
7
2
2005
Aaron Becker
Reads a raster and computes information about each elements
neighbors. Given . . .
./readme.txt
./compatibility.txt
./src/raster.cc
./src/util.cc
2.1
Added GUI
1.0
Initial working algorithm
Raster Processor Part 2
2
3
2005
.
.
.
...