Freenet 0.7 simple manifest
A simple manifest is a metadata document consisting of a list of keys and associated metadata documents. Which basically means it's a directory of files. You access it through freenet keys:
freenet:KSK@my-freesite/index.html
freenet:KSK@my-freesite/activelink.png
Etc.
A simple manifest is *usually* used for implementing
freesites.
See
FreenetZeroPointSevenKeys and Containers (which behave the same way as simple manifests and in fact use simple manifests, but are a powerful optimisation used by the node to speed up inserting and fetching
FreeSites).