Skip to content

Commit

Permalink
add Conformance classes per issue #10
Browse files Browse the repository at this point in the history
added Type Discovery Function and AS2 Proxy conformance classes as suggested (no objections) in issue #10, normatively reference AS2 accordingly for the latter
  • Loading branch information
tantek committed Dec 19, 2017
1 parent 3b275f2 commit f9c01df
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions index-src.html
Expand Up @@ -167,12 +167,34 @@ <h3>Synthesizing explicit type formats</h3>
</section>
<section id='conform'>
<h2>Conformance</h2>
<section id='conformance-keywords'>
<h3>Conformance Keywords</h3>
<p>As well as sections marked as non-normative, all authoring guidelines, diagrams,
examples, and notes in this specification are non-normative.
Everything else in this specification is normative.</p>
<p>The key words "MAY", "MUST", "MUST NOT", "OPTIONAL", "RECOMMENDED", "REQUIRED",
"SHALL", "SHALL NOT", "SHOULD", and "SHOULD NOT" are to be interpreted as described in
[[!RFC2119]].</p>
</section>
<section id='conformance-classes'>
<h3>Conformance Classes</h3>
<p>There are many possible ways a Post Type Discovery implementation can be used and tested.
This section describes possible conformance classes from existing implementations and use-cases.
</p>
<h4>Type Discovery Function</h4>
<p>A Type Discovery Function consumes untyped posts from an untyped format or protocol,
(e.g. the h-entry microformat) and outputs the type output
(e.g. a simple one-word string like "note" or "article")
of the algorithm implemented
(either the Response Type Algorithm or the Post Type Algorithm).</p>
<h4>AS2 Proxy</h4>
<p>An AS2 Proxy consumes untyped posts from an untyped format or protocol,
and outputs valid [[!AS2]] JSON using the equivalent AS2 Activity and/or Object Types.
(related issue:
<a href="https://github.com/tantek/post-type-discovery/issues/9">
#9: Use AS2 specific language for post types</a>)
</p>
</section>
</section>
<section id='response-algorithm'>
<h2>Response Type Algorithm</h2>
Expand Down

0 comments on commit f9c01df

Please sign in to comment.