Saturday, August 18, 2007

tagwrap file format

Generic File Container

I have been wanting a way to add information to any file. What if HTTP headers were added to files? They could be easily removed and wouldn't alter the data. The files couldn't be used as is, but it would be easy to program a opener.

<tagname>: <tagvalue><nl>
<tagname>: <tagvalue><nl>
<tagname>: <tagvalue><nl>
<nl>
<filecontents>

No comments: