/Projects/PyCo/Renderers/.page
PyCo comes with a easy extensible list of renderers to transform the file content to HTML output.
To tell PyCo which renderer should be used to render the file content of a specific file, a shebang (or hash bang) is used. The shebang must be starting on the first character of the first line of the file and must contain only the name of the renderer prefixed by #!.
An example using the Creole Renderer:
#! creole This is the content of the file...
Available Renderers
The following list shows all currently available renderers:
Name | Shebang | Description |
---|---|---|
Preformed | pre | Displays the file content as preformed text |
Inline | inline | Displays the raw file content |
Creole | creole | Formatting content pages using the creole syntax |
SmoothGallery | smoothgallery | Using SmoothGallery to display a picture gallery |
Blog | blog | A file based blog |