Skip to content

Commit

Permalink
deploy: 96c52eb
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabio committed Jun 14, 2024
1 parent 94d2389 commit b0e3058
Show file tree
Hide file tree
Showing 30 changed files with 207 additions and 196 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 67474e9c9e43f9127b9bd5f3fdf98991
config: e8dfaf22aa41bbf6eec226d8fd1641da
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified .doctrees/categories-list.doctree
Binary file not shown.
Binary file modified .doctrees/country.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/example.doctree
Binary file not shown.
Binary file modified .doctrees/forks.doctree
Binary file not shown.
Binary file modified .doctrees/index.doctree
Binary file not shown.
Binary file modified .doctrees/schema.core.doctree
Binary file not shown.
Binary file modified .doctrees/schema.it.doctree
Binary file not shown.
Binary file modified .doctrees/scope-list.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
yml.publiccode.tools
yml.publiccode.tools
4 changes: 4 additions & 0 deletions _sources/categories-list.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Valid Tags
- data-analytics
- data-collection
- data-visualization
- design
- design-system
- digital-asset-management
- digital-citizenship
- document-management
Expand Down Expand Up @@ -62,6 +64,7 @@ Valid Tags
- ide
- identity-management
- instant-messaging
- integrated-library-system
- inventory-management
- it-asset-management
- it-development
Expand All @@ -87,6 +90,7 @@ Valid Tags
- project-management
- property-management
- real-estate-management
- regulations-and-directives
- remote-support
- resource-management
- sales-management
Expand Down
8 changes: 3 additions & 5 deletions _sources/schema.core.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,10 @@ Key ``releaseDate``
~~~~~~~~~~~~~~~~~~~

- Type: string (date)
- Presence: mandatory
- Presence: optional
- Example: ``"2017-04-15"``

This key contains the date at which the latest version was released.
This date is mandatory if the software has been released at least once
and thus the version number is present.

Key ``logo``
~~~~~~~~~~~~
Expand Down Expand Up @@ -574,8 +572,8 @@ or might not be the same entity who owns the copyright on the code
itself. For instance, in case of a fork of the original software, the
``repoOwner`` is probably different from the ``mainCopyrightOwner``.

Key ``legal/authorsFile``
'''''''''''''''''''''''''
Key ``legal/authorsFile`` (*deprecated*)
''''''''''''''''''''''''''''''''''''''''

- Type: string (path to file)
- Presence: optional
Expand Down
3 changes: 2 additions & 1 deletion _static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- basic theme.
*
* :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down Expand Up @@ -757,6 +757,7 @@ span.pre {
-ms-hyphens: none;
-webkit-hyphens: none;
hyphens: none;
white-space: nowrap;
}

div[class*="highlight-"] {
Expand Down
5 changes: 4 additions & 1 deletion _static/doctools.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Sphinx JavaScript utilities for all documentation.
*
* :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down Expand Up @@ -264,6 +264,9 @@ var Documentation = {
hideSearchWords : function() {
$('#searchbox .highlight-link').fadeOut(300);
$('span.highlighted').removeClass('highlighted');
var url = new URL(window.location);
url.searchParams.delete('highlight');
window.history.replaceState({}, '', url);
},

/**
Expand Down
2 changes: 1 addition & 1 deletion _static/language_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* This script contains the language-specific data used by searchtools.js,
* namely the list of stopwords, stemmer, scorer and splitter.
*
* :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down
2 changes: 2 additions & 0 deletions _static/pygments.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
.highlight .cs { color: #776e71 } /* Comment.Special */
.highlight .gd { color: #ef6155 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */
.highlight .gh { color: #e7e9db; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #48b685 } /* Generic.Inserted */
.highlight .gp { color: #776e71; font-weight: bold } /* Generic.Prompt */
Expand Down Expand Up @@ -49,6 +50,7 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
.highlight .nt { color: #5bc4bf } /* Name.Tag */
.highlight .nv { color: #ef6155 } /* Name.Variable */
.highlight .ow { color: #5bc4bf } /* Operator.Word */
.highlight .pm { color: #e7e9db } /* Punctuation.Marker */
.highlight .w { color: #e7e9db } /* Text.Whitespace */
.highlight .mb { color: #f99b15 } /* Literal.Number.Bin */
.highlight .mf { color: #f99b15 } /* Literal.Number.Float */
Expand Down
2 changes: 1 addition & 1 deletion _static/searchtools.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Sphinx JavaScript utilities for the full-text search.
*
* :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down
8 changes: 6 additions & 2 deletions categories-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<div class="theme-container" :class="pageClasses"><navbar @toggle-sidebar="toggleSidebar">
<router-link to="index.html" class="home-link">

<span class="site-name">publiccode.yml Standard (v0.3.0)</span>
<span class="site-name">publiccode.yml Standard (v0.4.0)</span>

</router-link>

Expand Down Expand Up @@ -196,6 +196,8 @@ <h2><span class="section-number">4.1. </span>Valid Tags<a class="headerlink" hre
<li><p>data-analytics</p></li>
<li><p>data-collection</p></li>
<li><p>data-visualization</p></li>
<li><p>design</p></li>
<li><p>design-system</p></li>
<li><p>digital-asset-management</p></li>
<li><p>digital-citizenship</p></li>
<li><p>document-management</p></li>
Expand Down Expand Up @@ -224,6 +226,7 @@ <h2><span class="section-number">4.1. </span>Valid Tags<a class="headerlink" hre
<li><p>ide</p></li>
<li><p>identity-management</p></li>
<li><p>instant-messaging</p></li>
<li><p>integrated-library-system</p></li>
<li><p>inventory-management</p></li>
<li><p>it-asset-management</p></li>
<li><p>it-development</p></li>
Expand All @@ -249,6 +252,7 @@ <h2><span class="section-number">4.1. </span>Valid Tags<a class="headerlink" hre
<li><p>project-management</p></li>
<li><p>property-management</p></li>
<li><p>real-estate-management</p></li>
<li><p>regulations-and-directives</p></li>
<li><p>remote-support</p></li>
<li><p>resource-management</p></li>
<li><p>sales-management</p></li>
Expand Down Expand Up @@ -292,7 +296,7 @@ <h2><span class="section-number">4.1. </span>Valid Tags<a class="headerlink" hre
</ul><div class="footer" role="contentinfo">
&#169; Copyright .
<br>
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 4.3.1 with <a href="https://github.com/schettino72/sphinx_press_theme">Press Theme</a> 0.8.0.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 4.4.0 with <a href="https://github.com/schettino72/sphinx_press_theme">Press Theme</a> 0.8.0.
</div>
</div>
</div>
Expand Down
12 changes: 6 additions & 6 deletions country.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<div class="theme-container" :class="pageClasses"><navbar @toggle-sidebar="toggleSidebar">
<router-link to="index.html" class="home-link">

<span class="site-name">publiccode.yml Standard (v0.3.0)</span>
<span class="site-name">publiccode.yml Standard (v0.4.0)</span>

</router-link>

Expand Down Expand Up @@ -178,10 +178,10 @@
<code class="docutils literal notranslate"><span class="pre">spid</span></code> is a property for Italian software declaring whether the
software is integrated with the Italian Public Identification System.</p>
<p>If a software is compliant I will find:</p>
<div class="highlight-yaml notranslate"><div class="highlight"><pre><span></span><span class="nt">it</span><span class="p">:</span><span class="w"></span>
<span class="w"> </span><span class="nt">countryExtensionVersion</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;1.0&quot;</span><span class="w"></span>
<span class="w"> </span><span class="nt">piattaforme</span><span class="p">:</span><span class="w"></span>
<span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="nt">spid</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">true</span><span class="w"></span>
<div class="highlight-yaml notranslate"><div class="highlight"><pre><span></span><span class="nt">it</span><span class="p">:</span>
<span class="w"> </span><span class="nt">countryExtensionVersion</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;1.0&quot;</span>
<span class="w"> </span><span class="nt">piattaforme</span><span class="p">:</span>
<span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="nt">spid</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">true</span>
</pre></div>
</div>
<p>Notice that country-specific keys within international sections
Expand Down Expand Up @@ -328,7 +328,7 @@ <h4><span class="section-number">2.1.4.1. </span>Chiave <code class="docutils li
</ul><div class="footer" role="contentinfo">
&#169; Copyright .
<br>
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 4.3.1 with <a href="https://github.com/schettino72/sphinx_press_theme">Press Theme</a> 0.8.0.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 4.4.0 with <a href="https://github.com/schettino72/sphinx_press_theme">Press Theme</a> 0.8.0.
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit b0e3058

Please sign in to comment.