@@ -16,6 +16,19 @@ maintainer is [Daniel Bosk][Maintainer]. The latest release can be found under
1616[ Releases ] : https://github.com/OpenSecEd/appliedcrypto/releases
1717
1818
19+ Progression
20+ -------------------------------------------------------------------------------
21+
22+ The suggested progression of the contents is as follows:
23+
24+ - ` intro ` (recording)
25+ - ` bootstrapping ` (recording)
26+ - ` user-machine ` (recording)
27+ - ` something-you-know ` (recording)
28+ - ` something-you-have ` (recording)
29+ - ` machine-user ` (recording)
30+
31+
1932File Structure and Building
2033-------------------------------------------------------------------------------
2134
@@ -24,25 +37,19 @@ submodules:
2437``` shell
2538$ git submodule update --recursive --init
2639```
27- Then you can go into the directory of the desired document and run ` make ` .
28- The source files are structured as follows:
29-
30- - ` overview ` contains slides to give the students a wide understanding of
31- authentication and its possibilities.
32- - ` keyauth ` contains slides for a lecture on key management and authentication,
33- mainly focusing on Kerberos and X.509.
34- - ` passwd ` is a learning module about passwords. It contains assignments on
35- that topic.
40+ Then you can go into the desired directory and run ` make ` . If you issue `make
41+ all` in the root directory, you will recurse into each directory and compile.
3642
3743In each directory the files are structured as follows:
3844
39- - ` <name>.tex ` contains the main content .
45+ - ` <name>.tex ` is the main LaTeX file .
4046- ` aims.tex ` is an itemized list of the intended learning outcomes, as such it
4147 can be included in another document summarizing the list of intended learning
4248 outcomes.
43- - ` abstract.tex ` is an abstract of the lecture, assignment, or similar, and
44- covers the required reading instructions, thus you can include these in
45- a study guide containing all reading instructions for the course.
49+ - ` abstract.tex ` is an abstract containing a summary, intended learning
50+ outcomes and references to reading material.
51+ It is suitable to include in a study guide containing all reading
52+ instructions for the course.
4653- ` <name>.bib ` contains the bibliography entries, thus this file can be
4754 included along with the reading instructions.
4855
0 commit comments