@@ -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>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_profile</code>: link to the openhub source code profile</li>
<li>
<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>).
...
...
@@ -52,32 +53,34 @@ The full JSON schema is here:
</p>
<pre><code>
{
"title": <<company title>>,
"logo": <<url to company logo>>,
"country": <<origin country of the publishe>>,
"presence": <<countries the publisher has a presense, e.g. ["us", "gb"]>>,
"website": <<url to company website>>,
"founded_year": <<year company was founded>>,
"free_software_list": [{
"title": <<software title>>,
"logo": <<url to software logo>>,
"category_list": <<list of categories, e.g. ["communication", "database"]>>,
"source_code_download": <<link to an archive with all source code>>,
"commercial_support": <<link to a resource/page describing the type of commerical support provided>>,
"wikipedia_url": <<link to the wikipedia page of the Free Software>>,
"success_case_list": [{
"title": <<title of success case>>,
"image": <<url to screenshot of success case>>,
"customer": <<name of client/customer>>,
"country": <<country of origin of customer>>,
"language": <<language of success case>>,
"url": <<url to success case>>
}, {
<<...next success case...>>
}]
}, {
<<... next Free Software ...>>
}]
"title": <<company title>>,
"logo": <<url to company logo>>,
"country": <<origin country of the publishe>>,
"presence": <<countries the publisher has a presense, e.g. ["us", "gb"]>>,
"website": <<url to company website>>,
"founded_year": <<year company was founded>>,
"free_software_list": [{
"title": <<software title>>,
"logo": <<url to software logo>>,
"website": <<software website>>,
"category_list": <<list of categories, e.g. ["Developer", "Communication"]>>,
"source_code_download": <<link to an archive with all source code>>,
"source_code_profile": <<link to openhub source code profile>>,
"commercial_support": <<link to a resource/page describing the type of commerical support provided>>,
"wikipedia_url": <<link to the wikipedia page of the Free Software>>,
"success_case_list": [{
"title": <<title of success case>>,
"image": <<url to screenshot of success case>>,
"customer": <<name of client/customer>>,
"country": <<country of origin of customer>>,
"language": <<language of success case>>,
"url": <<url to success case>>
}, {
<<...next success case...>>
}]
}, {
<<... next Free Software ...>>
}]
}
</code></pre>
...
...
@@ -87,27 +90,27 @@ The full JSON schema is here:
Free Software is categorized using the following terms: