1
Questions and templates both exist in a hierarchical namespace. It can be
2
arbitrarily deep, and is separated by '/' characters, like a unix directory
3
hierarchy. Here are the conventions we're using so far to divide up the
6
package/* - This is the property of a single package, and can be
7
subdivided however that package wants to.
9
shared/foo/* - This holds items that are shared between several packages.
10
"foo" is replaced by a name that relates to all of them. For
11
example, news grabbers and readers all can use
12
shared/news/server to store the news server they use.
14
Currently the following shared templates and questions exist:
16
shared/news/server - Prompt for hostname of the news server.
17
shared/mailname - Prompt for contents of /etc/mailname