Added bare old copy of manual source files.

This commit is contained in:
Cas Cremers
2023-02-12 21:46:35 +01:00
parent 2411493d45
commit 05b1e4bce7
28 changed files with 28527 additions and 0 deletions

13
manual/flow-simple.dot Normal file
View File

@@ -0,0 +1,13 @@
digraph scytherflow {
subgraph normal {
spdl [label="protocol description",shape=box,];
scyther [shape=box,label="Scyther",style=bold,fontsize=18];
summary [label="text summary\nof the results",shape=box];
spdl -> scyther [style=bold,weight=10.0];
scyther -> summary [style=bold,weight=10.0];
}
}