Files
mars-smart/doc/Menu-Entries
2026-04-21 02:12:28 +02:00

18 lines
1.0 KiB
Plaintext

SMArT menu structure description
Well, it's very simple, I think nobody really needs this file anyway.
A menu is just a directory, and that directory contains sub-directories
for each submenu.
The top directory of a menu contains index files, called index.<language>.
The first line of that file has two comma-separated fields, the first field
is the menu-title, after the comma there's a Copyright notice, it will be put
at the end of the menu. (I just added the Copyright feature 'cause the menu
generator generated an extra <TR>, I thought it was better to use that one.)
Each following line defines a submenu, it's comma-separated. The first field
contains the title, the second field contains the directory name.
Each directory contains files for the submenu-entries. The submenu-entry-
format is also very simple. The first line contains the title, a comma, and
then the cgi-script linked to that menu-entry.
The following line contain a description of the menu-entry, and of course
you're allowed to use HTML-codes there.