@@ -39,6 +39,7 @@ Each publisher has a single JSON file with straightforward properties. Notables:
...
@@ -39,6 +39,7 @@ Each publisher has a single JSON file with straightforward properties. Notables:
<li><code>country</code>: origin country of the publisher (<ahref="https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2">ISO 3166-1 alpha-2</a>)</li>
<li><code>country</code>: origin country of the publisher (<ahref="https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2">ISO 3166-1 alpha-2</a>)</li>
<li><code>presence</code>: countries the publisher has a presense (<ahref="https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2">ISO 3166-1 alpha-2</a>)</li>
<li><code>presence</code>: countries the publisher has a presense (<ahref="https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2">ISO 3166-1 alpha-2</a>)</li>
<li><code>source_code_download</code>: link to an archive with all source code available under a Free Software license</li>
<li><code>source_code_download</code>: link to an archive with all source code available under a Free Software license</li>
<li><code>source_code_profile</code>: link to the openhub source code profile</li>
<li>
<li>
<code>commercial_support</code>: link to a resource/page describing the type of commerical support provided for the respective Free Software
<code>commercial_support</code>: link to a resource/page describing the type of commerical support provided for the respective Free Software
(empty if commercial support is only available for another (version of the) software that can be downloaded using <code>source_code_download</code>).
(empty if commercial support is only available for another (version of the) software that can be downloaded using <code>source_code_download</code>).
...
@@ -52,32 +53,34 @@ The full JSON schema is here:
...
@@ -52,32 +53,34 @@ The full JSON schema is here:
</p>
</p>
<pre><code>
<pre><code>
{
{
"title": <<company title>>,
"title": <<company title>>,
"logo": <<url to company logo>>,
"logo": <<url to company logo>>,
"country": <<origin country of the publishe>>,
"country": <<origin country of the publishe>>,
"presence": <<countries the publisher has a presense, e.g. ["us", "gb"]>>,
"presence": <<countries the publisher has a presense, e.g. ["us", "gb"]>>,
"website": <<url to company website>>,
"website": <<url to company website>>,
"founded_year": <<year company was founded>>,
"founded_year": <<year company was founded>>,
"free_software_list": [{
"free_software_list": [{
"title": <<software title>>,
"title": <<software title>>,
"logo": <<url to software logo>>,
"logo": <<url to software logo>>,
"category_list": <<list of categories, e.g. ["communication", "database"]>>,
"website": <<software website>>,
"source_code_download": <<link to an archive with all source code>>,
"category_list": <<list of categories, e.g. ["Developer", "Communication"]>>,
"commercial_support": <<link to a resource/page describing the type of commerical support provided>>,
"source_code_download": <<link to an archive with all source code>>,
"wikipedia_url": <<link to the wikipedia page of the Free Software>>,
"source_code_profile": <<link to openhub source code profile>>,
"success_case_list": [{
"commercial_support": <<link to a resource/page describing the type of commerical support provided>>,
"title": <<title of success case>>,
"wikipedia_url": <<link to the wikipedia page of the Free Software>>,
"image": <<url to screenshot of success case>>,
"success_case_list": [{
"customer": <<name of client/customer>>,
"title": <<title of success case>>,
"country": <<country of origin of customer>>,
"image": <<url to screenshot of success case>>,
"language": <<language of success case>>,
"customer": <<name of client/customer>>,
"url": <<url to success case>>
"country": <<country of origin of customer>>,
}, {
"language": <<language of success case>>,
<<...next success case...>>
"url": <<url to success case>>
}]
}, {
}, {
<<...next success case...>>
<<... next Free Software ...>>
}]
}]
}, {
<<... next Free Software ...>>
}]
}
}
</code></pre>
</code></pre>
...
@@ -87,27 +90,27 @@ The full JSON schema is here:
...
@@ -87,27 +90,27 @@ The full JSON schema is here:
Free Software is categorized using the following terms:
Free Software is categorized using the following terms: