2023-11-04 23:32:15 +00:00
|
|
|
# filesystem index file
|
2023-11-05 04:18:25 +00:00
|
|
|
# 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
|
2023-11-04 23:32:15 +00:00
|
|
|
# filepath is CLIte's Unix-like path, such as /usr/share/introduction
|
2023-11-05 04:18:25 +00:00
|
|
|
# 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
|
2023-11-04 23:32:15 +00:00
|
|
|
# empty lines, or lines beginning with a # are ignored
|
|
|
|
|
|
2023-11-21 02:03:20 +00:00
|
|
|
clite/core.js:/usr/clite/core.js:0:0:-rw-r--r--
|
2023-11-05 04:18:25 +00:00
|
|
|
clite/core.css:/usr/clite/web/core.css:0:0:-rw-r-----
|
2023-11-09 04:02:20 +00:00
|
|
|
data/intro.txt:/usr/share/introduction:0:0:-rw-rw-r--
|
|
|
|
|
data/about.txt:/usr/share/site/about:0:0:-rw-rw-r--
|
2023-11-09 23:53:48 +00:00
|
|
|
data/lipsum.txt:/usr/share/site/lipsum:0:0:-rw-rw-r--
|
2023-11-27 10:37:45 +00:00
|
|
|
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--
|
2023-12-09 06:30:34 +00:00
|
|
|
license.txt:/etc/license:0:0:-rw-r--r--
|