W3 addresses of files
The format of a hypertext reference to a file is an extension of the
unix naming system. The full explicit format is:
file : // node / directories / name
The actual protocols used by the client depend on the implementation
of the browser and the environment. Typically, the browser will check
to see whether the node is the local node, or a node for which files
are available mounted in some form of distributed file system. If
neither of these are the case, then the browser may try rpc, anonymous
FTP or other protocols.
Examples
file://cernvax.cern.ch/usr/lib/WWW/defaut.html
This is a fully qualified file name.
fred.html
This relative name , used within a file, will refer to a file of the
same node and directory as that file, but the name fred.html.
Improvements : Directory access
The final file name should be optional. If the address ends with a
'/', the browser should retrieve the contents of the specified directory
and generate a page of virtual hypertext pointing to its contents.
In addition, it could display an information file contained in that
directory, if any is present. Suggested file names to search for in
order : README.html, *README*.html, README, *README*, *readme*.