Whamcloud - gitweb
LUDOC-266 protocol: Initial content for new repository 30/13430/14
authorAndrew C. Uselton <andrew.c.uselton@intel.com>
Fri, 16 Jan 2015 03:31:51 +0000 (19:31 -0800)
committerAndrew Uselton <andrew.c.uselton@intel.com>
Wed, 18 Feb 2015 21:49:47 +0000 (21:49 +0000)
commitab6002fff4823e6bfc86962eae72b63452c7b586
tree4f50620841698dccb7f9d33282bbe61a3914520c
parent446b4a05ecbd5606d2793bf7b47edbfe117450d9
LUDOC-266 protocol: Initial content for new repository

Initial content for the new 'protocol' repository.

The primary 'source' content in this repository is a collection of
text files ('*.txt') in the 'asciidoc' format, augmented with some
figures constructed with 'graphviz' ('*.gv'). 'asciidoc' will
produce '.html', '.pdf', and '.xml' (DocBook) files. 'graphviz'
('dot' actually) will produce '.png' files. The '.gitignore' file
lists these derived file extensions so the 'compiled' results will
not be a part of the repository contents, but instead will be build
afresh when needed.

In the 'figures' directory there is one '.gv' file (mkdir1.gv) that attempts to
capture some ideas about one state machine. It is an early effort at
this point.

The Makefile generates two commonly desirable output formats from
the source. These are .html and .pdf.

Signed-off-by: Andrew C. Uselton <andrew.c.uselton@intel.com>
Change-Id: I7a2ac74e64d581f05ca15fd4b1f12b83634f72df
Reviewed-on: http://review.whamcloud.com/13430
Reviewed-by: Olaf Faaland-LLNL <faaland1@llnl.gov>
Reviewed-by: Richard Henwood <richard.henwood@intel.com>
Tested-by: Jenkins
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
build/whitespace.sh [new file with mode: 0755]
figures/mkdir1.gv [new file with mode: 0644]
protocol.txt [new file with mode: 0644]