~vcs-imports/debconf/svn

« back to all changes in this revision

Viewing changes to src/debconf/doc/namespace.txt

  • Committer: joeyh
  • Date: 2011-02-02 00:33:44 UTC
  • Revision ID: svn-v4:a4a2c43b-8ac3-0310-8836-e0e880c912e2:trunk:2516
moved to git

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
4
 
namespace.
5
 
 
6
 
package/*       - This is the property of a single package, and can be
7
 
                  subdivided however that package wants to.
8
 
 
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.
13
 
 
14
 
Currently the following shared templates and questions exist:
15
 
 
16
 
shared/news/server      - Prompt for hostname of the news server.
17
 
shared/mailname         - Prompt for contents of /etc/mailname