Skip to content
Stephen Oliver edited this page Mar 30, 2017 · 2 revisions

A metadata document consisting of a list of keys and associated metadata documents, essentially a directory of files.

You access a simple manifest using a Freenet key:

freenet:KSK@my-freesite/index.html
freenet:KSK@my-freesite/activelink.png

A simple manifest is usually used for implementing freesites.

See Freenet Keys and Containers for more info. Containers behave the same way as simple manifests and in fact use simple manifests internally, but are a powerful optimization used by the node to speed up inserting and fetching FreeSites.

Clone this wiki locally