You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update pypandoc and related code, structure and output #581
- Includes updating the content and location of the two pypandoc output
files, purl-specification.md and purl-standard.md.
Reference: #581
Signed-off-by: John M. Horan <johnmhoran@gmail.com>
Copy file name to clipboardExpand all lines: docs/standard/specification-summary.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,3 +19,33 @@ Table 1: Components of a PURL
19
19
Components are separated by a specific character for unambiguous parsing. Components are designed such that they form a hierarchy from the most significant on the left to the least significant on the right.
20
20
21
21
A ``purl`` must NOT contain a URL Authority. i.e. there is no support for ``username``, ``password``, ``host`` and ``port`` components. A ``namespace`` segment may sometimes look like a ``host`` but its interpretation is specific to a ``type``.
22
+
23
+
## A ``purl`` is a URL
24
+
25
+
- A ``purl`` is a valid URL and URI that conforms to the URL definitions or
0 commit comments