TIR File Renderer -*-org-*-
* Function
- Read file from a defined dataset (initially *.txt, *.org, or
directory, not necessarily web-accessible or shell-public)
- Output file contents with appropriate markup and site common
elements.
- Support both static (from shell) and dynamic (via CGI) rendering.
* Name
tir...
- frame: emphasizes addition of common elements and formating
- render: emphasizes transform from file data to HTML
image. ("tirrender" has a good sound)
- retrieve: emphasizes access to data from dispersed datasets
* TIR standard page layout
|-----------------|
| SITE TITLE/LOGO |
|-----------------|
| NAVIGATION BAR |
|-----------------|
| CATEGORY LINK |
|-----------------|
| TITLE |
|-----------------|
| BODY |
|-----------------|
| BADGES |
|-----------------|
| FORTUNE |
|-----------------|
For directory rendering, BODY will have the following internal
structure:
|-------------|
| DESCRIPTION |
|-------------|
| CONTENTS |
|-------------|
| EXITS |
|-------------|
DESCRIPTION is taken from contents of optional .description file.
CONTENTS is cloud of titles of files in directory (or file/title
list).
EXITS is cloud (or list) of titles of directories linked via
optional .exits file.
