forked from usnistgov/OSCAL
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
52ef065
commit 3641845
Showing
5 changed files
with
194 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,34 @@ | ||
--- | ||
--- | ||
--- --- | ||
<!DOCTYPE html> | ||
<html lang="{{ page.lang | default: site.lang | default: 'en-US' }}"> | ||
|
||
<head> | ||
{% include meta.html %} | ||
{% include styles.html %} | ||
{% if site.google_analytics_ua or site.dap_agency %} | ||
{% include analytics.html %} | ||
{% endif %} | ||
<!-- <link rel="stylesheet" href="https://pages.nist.gov/nist-header-footer/css/nist-combined.css"> --> | ||
<!-- <script src="https://pages.nist.gov/nist-header-footer/js/jquery-1.9.0.min.js" type="text/javascript" defer="defer"></script> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
{% include meta.html %} {% include styles.html %} {% if site.google_analytics_ua or site.dap_agency %} {% include analytics.html %} {% endif %} | ||
<!-- <link rel="stylesheet" href="https://pages.nist.gov/nist-header-footer/css/nist-combined.css"> --> | ||
<!-- <script src="https://pages.nist.gov/nist-header-footer/js/jquery-1.9.0.min.js" type="text/javascript" defer="defer"></script> | ||
<script src="https://pages.nist.gov/nist-header-footer/js/nist-header-footer.js" type="text/javascript" defer="defer"></script> --> | ||
</head> | ||
|
||
<body class="{{ layout.class }} {{ page.class }} {% if site.site_width %}site-{{ site.site_width }}{% endif %}"> | ||
|
||
{% include skipnav.html %} | ||
{% include header.html %} | ||
{% include skipnav.html %} {% include header.html %} {% assign hero = page.hero %} {% include components/hero.html %} {% if page.tagline and page.intro %} | ||
<section class="usa-grid usa-section"> | ||
<div class="usa-width-one-third"> | ||
<h2>{{ page.tagline }}</h2> | ||
</div> | ||
<div class="usa-width-two-thirds"> | ||
{{ page.intro | markdownify }} | ||
</div> | ||
</section> | ||
{% endif %} {% capture _graphics %} {% include graphic-list.html graphics=page.graphics %} {% endcapture %} {% if page.graphics_position != 'after' %} {{ _graphics }} {% endif %} | ||
|
||
{% assign hero = page.hero %} | ||
{% include components/hero.html %} | ||
<main id="main-content" {% for _attr in layout.main %} {{ _attr[0] }}="{{ _attr[1] }}" {% endfor %}> | ||
{{ content }} | ||
</main> | ||
|
||
{% if page.tagline and page.intro %} | ||
<section class="usa-grid usa-section"> | ||
<div class="usa-width-one-third"> | ||
<h2>{{ page.tagline }}</h2> | ||
</div> | ||
<div class="usa-width-two-thirds"> | ||
{{ page.intro | markdownify }} | ||
</div> | ||
</section> | ||
{% endif %} | ||
|
||
{% capture _graphics %} | ||
{% include graphic-list.html graphics=page.graphics %} | ||
{% endcapture %} | ||
|
||
{% if page.graphics_position != 'after' %} | ||
{{ _graphics }} | ||
{% endif %} | ||
|
||
<main id="main-content" {% for _attr in layout.main %} {{ _attr[0] }}="{{ _attr[1] }}" {% endfor %}> | ||
{{ content }} | ||
</main> | ||
|
||
{% if page.graphics_position == 'after' %} | ||
{{ _graphics }} | ||
{% endif %} | ||
|
||
{% include footer.html %} | ||
|
||
{% include scripts.html %} | ||
{% if page.graphics_position == 'after' %} {{ _graphics }} {% endif %} {% include footer.html %} {% include scripts.html %} | ||
|
||
</body> | ||
|
||
</html> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 7 additions & 12 deletions
19
docs_jekyll_uswds/schemas/_oscal-catalog/oscal-catalog.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,9 @@ | ||
--- | ||
title: oscal-catalog schema documentation | ||
description: oscal-catalog schema documentation | ||
permalink: /docs/schemaref/oscal-catalog/ | ||
layout: post | ||
schema: oscal-catalog | ||
position: 0 | ||
--- | ||
<h2 xmlns="http://www.w3.org/1999/xhtml" class="title">OSCAL Control Catalog Format: Schema Reference</h2><p xmlns="http://www.w3.org/1999/xhtml">The short name (file identifier) for this schema shall be <i>oscal-catalog</i>. It is used internally when an | ||
identifier is called for, and may appear in file names of schema artifacts.</p><p xmlns="http://www.w3.org/1999/xhtml">The XML namespace for elements conformant to this schema: | ||
<code>http://csrc.nist.gov/ns/oscal/1.0</code></p><div xmlns="http://www.w3.org/1999/xhtml" class="remarks"> | ||
--- title: oscal-catalog schema documentation description: oscal-catalog schema documentation permalink: /docs/schemaref/oscal-catalog/ layout: post schema: oscal-catalog position: 0 --- | ||
<h2 xmlns="http://www.w3.org/1999/xhtml" class="title">OSCAL Control Catalog Format: Schema Reference</h2> | ||
<p xmlns="http://www.w3.org/1999/xhtml">The short name (file identifier) for this schema shall be <i>oscal-catalog</i>. It is used internally when an identifier is called for, and may appear in file names of schema artifacts.</p> | ||
<p xmlns="http://www.w3.org/1999/xhtml">The XML namespace for elements conformant to this schema: | ||
<code>http://csrc.nist.gov/ns/oscal/1.0</code></p> | ||
<div xmlns="http://www.w3.org/1999/xhtml" class="remarks"> | ||
<p class="p">The OSCAL Control Catalog format can be used to describe a collection of security controls and related sub-controls, along with a variety of control metadata. The root of the Control Catalog format is <a href="#catalog" class="name">catalog</a>.</p> | ||
<p class="p">An XML Schema is provided for the OSCAL Catalog XML model.</p> | ||
</div> | ||
</div> |
Oops, something went wrong.