tcl-quill 0.3.0: Quill Project Automation System for Tcl/Tk

quillinfo(n): Project Metadata Package

SYNOPSIS
DESCRIPTION
COMMANDS
AUTHOR
SEE ALSO

SYNOPSIS

package require quillinfo
quillinfo description
quillinfo homepage
quillinfo isgui app
quillinfo project
quillinfo version

DESCRIPTION

The quillinfo(n) package makes the project's metadata available to the project's applictions. Quill automatically creates the package for each project that defines at least one application and updates it whenever the metadata changes.

The primary piece of information is the project version number, but in principle any metadata defined in project.quill can be made available.

The quillinfo(n) package is loaded automatically by Quill's standard application loader script.

COMMANDS

quillinfo(n) defines the following commands:

quillinfo description
Returns the project description.

quillinfo homepage
Returns the URL of the project homepage.

quillinfo isgui app
Returns 1 if the named app is a GUI app, and 0 otherwise.

quillinfo project
Returns the project name.

quillinfo version
Returns the project version number.

AUTHOR

Will Duquette

SEE ALSO

project(5).
Generated from quillinfo.manpage on Sat Nov 08 09:29:59 PST 2014