mirror of
https://codeberg.org/TicklishHoneyBee/CLIte.git
synced 2026-03-11 09:04:37 +00:00
14 lines
806 B
Text
14 lines
806 B
Text
# 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-----
|
|
clite/core.css:/usr/clite/web/core.css:0:0:-rw-r-----
|
|
data/intro:/usr/share/introduction:0:0:-rw-rw-r--
|