@@ -21,10 +21,13 @@ Terminology
21
21
`GitHub <github.com >`_, although our architecture will be flexible enough to integrate
22
22
content stored anywhere on a network reachable from the build system.
23
23
24
- map repository
25
- Version controlled repository containing plain-text documents that associate subtrees of
26
- indexed content, identified by a :term: `content ID ` prefix, with subtrees of :term: `presented
27
- URLs ` on the presented site.
24
+ control repository
25
+ Version controlled repository used to organize and administer a deconst platform. It contains:
26
+
27
+ * Plain-text documents that associate subtrees of indexed content, identified by a
28
+ :term: `content ID ` prefix, with subtrees of :term: `presented URLs ` on the presented site.
29
+ * Layout templates in `handlebars <http://handlebarsjs.com/ >`_ format.
30
+ * Plain-text documents that associate subsets of :term: `presented URLs ` with specific layouts.
28
31
29
32
content ID
30
33
Unique identifier assigned to a single page of content generated from a :term: `content
@@ -82,8 +85,8 @@ Components
82
85
83
86
mapping service
84
87
Given a :term: `presented URL `, return the corresponding :term: `content ID `, or an alternate
85
- destination to use as a redirect target. Uses the latest version of the :term: `map repository `
86
- as a source of truth for performing the association.
88
+ destination to use as a redirect target. Uses the latest version of the :term: `control
89
+ repository ` as a source of truth for performing the association.
87
90
88
91
presenter
89
92
Accept HTTP requests from users. Map the requested :term: `presented URL ` to :term: `content ID `
0 commit comments