Skip to content

Commit

Permalink
Correct some formatting issues and typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Feb 10, 2013
1 parent 732bf6a commit acd2bd9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mdx/conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Each directory under `/mdx/` whose name does not start with an underscore
represents a source of metadata, referred to as a
channel. In most cases, a channel corresponds to a access management federation.

Most channels are named in the form "`country`_`source`". For example,
Most channels are named in the form "*country*`_`*source*". For example,
`us_incommon` is the channel name for the US's InCommon federation.
Channels not associated with particular countries are named as "int_source",
Channels not associated with particular countries are named as "`int_`*source*",
for example `int_edugain`.

Exceptions are made for the UK federation, whose channel is just
Expand Down Expand Up @@ -64,7 +64,7 @@ Most federations publish more than one metadata aggregate. We use the following
* `test` is an aggregate published for testing purposes.
* `export` is an aggregate published for consumption by peers (other federations) in general.
* `edugain` is an export aggregate published for consumption by eduGAIN.
* `uk` is an export aggregate published spcifically for consumption by the UK federation.
* `uk` is an export aggregate published specifically for consumption by the UK federation.

Aggregate names such as the above are used in the construction of bean names:

Expand All @@ -87,9 +87,9 @@ In older channels, these are explicit bean definitions. In newer channels, the

## Common `beans.xml` channel beans

channel_signingCertificate
*channel*`_signingCertificate`

channel_checkSignature
*channel*`_checkSignature`

## Verbs

Expand Down

0 comments on commit acd2bd9

Please sign in to comment.