List of files for download.
Download ZIP file and copy it into your system/extensions
folder. Learn more about extensions.
Create a [filelist] shortcut.
The following arguments are available, all are optional:
Folder
= folder under media/filelist
of files and subfolders to show
Extensions
= extensions of files to list, - for all extensions; separate multiple extensions with commas without spaces
Collapse
= collapse the lists of subfolders
Trailing digits and hyphens in the names of files and folders are used for sorting, but not shown in the link text.
To display characters forbidden in filenames, use the following mnemonics prefixed with =
:
Character | Name | Mnemonic |
---|---|---|
: | colon | =c |
? | question mark | =q |
/ | slash | =s |
* | asterisk | =a |
" | double quotes | =d |
< | less than | =l |
> | greater than | =g |
\ | backslash | =b |
| | pipe | =p |
= | equal | == |
For example the filename 5-Quo vadis=q.pdf
will be displayed as Quo vadis?.
If a text file is found in the same folder, with the same name of the file to be listed and the extension .text
, its content (just one line) will be displayed as the link text. In this way, the link text will not be drawn from the filename and forbidden characters can be used without resorting to the above encoding.
Showing a list of all files in the base folder:
[filelist]
Showing a list of all files in the base folder with various options:
[filelist / pdf]
[filelist / pdf,odt]
[filelist / - 0]
Showing a list of files in the subfolder docs
with various options:
[filelist docs]
[filelist docs pdf]
[filelist docs pdf,odt]
[filelist docs - 0]
The following settings can be configured in file system/extensions/yellow-system.ini
:
FilelistLocation
= base location for files
FilelistEncode
= use for forbidden characters mnemo
nics, or percent
encoding, or none
FilelistCollapse
= collapse the view of subfolders
FilelistShowType
= show the type of each file
FilelistKeepNumbers
= keep leading numbers in descriptions
Giovanni Salmeri. Get help.