Skip to content

Commit f3a31bc

Browse files
committed
Merge pull request #25 from smashwilson/control-repository
Rename "map repository" to "control".
2 parents 1b37b3b + 3e0071b commit f3a31bc

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

running/architecture.rst

+9-6
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,13 @@ Terminology
2121
`GitHub <github.com>`_, although our architecture will be flexible enough to integrate
2222
content stored anywhere on a network reachable from the build system.
2323

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.
2831

2932
content ID
3033
Unique identifier assigned to a single page of content generated from a :term:`content
@@ -82,8 +85,8 @@ Components
8285

8386
mapping service
8487
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.
8790

8891
presenter
8992
Accept HTTP requests from users. Map the requested :term:`presented URL` to :term:`content ID`

0 commit comments

Comments
 (0)