# filesystem index file # line format: url:filepath:uid:gid:permissions # url is the server-side file path and name, relative to the parent of the data directory (typically the web root) # if url is empty, the file is a directory # if url is in a directory that does not have an entry, that directory inherits uid/gid/permissions from its parent # filepath is CLIte's Unix-like path, such as /usr/share/introduction # uid is the numeric user id of the file owner # gid is the numeric group id of the file owner # permissions is CLIte's Unix-like file permissions for the file, such as -rwxrwxrwx # empty lines, or lines beginning with a # are ignored clite/core.js:/usr/clite/core.js:0:0:-rw-r--r-- clite/core.css:/usr/clite/web/core.css:0:0:-rw-r----- data/intro.txt:/usr/share/introduction:0:0:-rw-rw-r-- data/about.txt:/usr/share/site/about:0:0:-rw-rw-r-- data/lipsum.txt:/usr/share/site/lipsum:0:0:-rw-rw-r-- readme.txt:/usr/share/docs/readme.txt:0:0:-rw-r--r-- readme-libs.txt:/usr/share/docs/readme-libs.txt:0:0:-rw-r--r-- readme-programs.txt:/usr/share/docs/readme-programs.txt:0:0:-rw-r--r-- readme-internals.txt:/usr/share/docs/readme-internals.txt:0:0:-rw-r--r-- license.txt:/etc/license:0:0:-rw-r--r--