This patchset includes edits to reach a more consistent style across
approximately the first quarter of the content. It also includes a new
transform to create a prose guide, which uses some very simple JavaScript (which
works in any browser) to show the manual checking procedures included in the
XCCDF content. The references stored inline in the XCCDF content still need QA work.
The new stylesheet wants some (very small) images, which I'll push
into output/images, assuming this all receives a positive reception.
Jeffrey Blank (5):
new transform to create custom HTML guide
use new guide transform in Makefile, fixed filename mistake
editing on prose text for software integrity/updating
editing on prose for mounting,partitioning,permissions
editing on ntp section prose
RHEL6/Makefile | 3 +-
RHEL6/input/services/ntp.xml | 32 +-
RHEL6/input/system/permissions/mounting.xml | 143 +++----
RHEL6/input/system/permissions/partitions.xml | 16 +-
RHEL6/input/system/permissions/permissions.xml | 16 +-
RHEL6/input/system/software/integrity.xml | 103 ++---
RHEL6/input/system/software/updating.xml | 31 +-
RHEL6/transforms/xccdf-removeaux.xslt | 3 +-
RHEL6/transforms/xccdf2html.xslt | 614 ++++++++++++++++++++++++
9 files changed, 757 insertions(+), 204 deletions(-)
create mode 100644 RHEL6/transforms/xccdf2html.xslt