Skip to content

Commit

Permalink
Deployed 5c0717c to dev with MkDocs 1.3.0 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 23, 2023
1 parent e3c667c commit 20d780b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dev/4.Syntax/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@
<h1 id="4-syntax">4 Syntax</h1>
<p>A SWHID consists of two separate parts, a mandatory <em>core identifier</em> that can
identify any software artifact (or "object"), and an optional list of
<em>qualifiers</em> that allows to specify the context where the object is meant to be
seen and point to a subpart of the object itself.</p>
<em>qualifiers</em> that allows specification of the context where the object is meant to be
seen and points to a subpart of the object itself.</p>
<p>Syntactically, SWHIDs are generated by the <code>&lt;identifier&gt;</code> entry point in
the following grammar:</p>
<pre class="codehilite"><code class="language-bnf">&lt;identifier&gt; ::= &lt;core_identifier&gt; [ &lt;qualifiers&gt; ] ;
Expand Down
8 changes: 4 additions & 4 deletions dev/5.Core_identifiers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ <h1 id="5-core-identifiers">5 Core identifiers</h1>
</ul>
<p>The fourth field is the <em>intrinsic identifier</em> of the object.
This is a hex-encoded (using lowercase ASCII characters) hash value
computed by the content and relevant metadata of the object.</p>
computed from the content and relevant metadata of the object.</p>
<h2 id="51-contents">5.1 Contents</h2>
<p>A <em>content</em> is an uninterpreted byte sequence, typically, the content of a file.
For this type of object the intrinsic identifier is the <code>sha1_git</code> hash of it,
Expand Down Expand Up @@ -185,12 +185,12 @@ <h2 id="52-directories">5.2 Directories</h2>
<li>a NULL byte,</li>
<li>and the previously obtained serialization.</li>
</ul>
<p>As an example, <code>swh:1:dir:d198bc9d7a6bcf6db04f476d29314f157507d505</code> is the
<p>As an example, <code>swh:1:dir:d198bc9d7a6bcf6db04f476d29314f157507d505</code>
is the SWHID computed from
<a href="https://archive.softwareheritage.org/swh:1:dir:d198bc9d7a6bcf6db04f476d29314f157507d505">a directory containing the source code of the darktable photography application</a> as
<a href="https://archive.softwareheritage.org/swh:1:dir:d198bc9d7a6bcf6db04f476d29314f157507d505">a directory containing the source code of the darktable photography application</a> at
a given point in time of its development on May 4th 2017.</p>
<h2 id="53-revisions">5.3 Revisions</h2>
<p>Software development within a specific project is essentially a time-indexed series of copies of a single “root” directory that contains the entire project source code. Software evolves when a developer modifies the content of one or more files in that directory and record their changes.</p>
<p>Software development within a specific project is essentially a time-indexed series of copies of a single “root” directory that contains the entire project source code. Software evolves when a developer modifies the content of one or more files in that directory and records their changes.</p>
<p>Each recorded copy of the root directory is known as a “revision”. It points to a single fully-determined directory and is equipped with arbitrary metadata. Some of those are added manually by the developer (e.g., revision message), others are automatically synthesized (timestamps, parent revision(s), etc).</p>
<p>The supported metadata is as follows:</p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,5 +170,5 @@ <h1 id="the-swhid-specification-version-11">The SWHID Specification Version 1.1<

<!--
MkDocs version : 1.3.0
Build Date UTC : 2023-10-23 13:47:38.614365+00:00
Build Date UTC : 2023-10-23 15:18:21.877787+00:00
-->
2 changes: 1 addition & 1 deletion dev/search/search_index.json

Large diffs are not rendered by default.

Binary file modified dev/sitemap.xml.gz
Binary file not shown.

0 comments on commit 20d780b

Please # to comment.