Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
awesome-free-software
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
awesome-free-software
Commits
76347da8
Commit
76347da8
authored
Oct 11, 2016
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update README.md
parent
c0d878b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
23 deletions
+24
-23
README.md
README.md
+24
-23
No files found.
README.md
View file @
76347da8
...
...
@@ -43,40 +43,40 @@ Each publisher has a single JSON file with straightforward properties. Notables:
<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>
).
</li>
<li>
wikipedia_url
: link to the wikipedia page of the Free Software
</li>
<li>
openhub_url
: link to the openhub page of the Free Software
</li>
<li>
language
: the language of a success case (
<a
href=
"https://en.wikipedia.org/wiki/ISO_639-1"
>
ISO 639-1
</a>
)
</li>
<li>
<code>
wikipedia_url
</code>
: link to the wikipedia page of the Free Software
</li>
<li>
<code>
openhub_url
</code>
: link to the openhub page of the Free Software
</li>
<li>
<code>
language
</code>
: the language of a success case (
<a
href=
"https://en.wikipedia.org/wiki/ISO_639-1"
>
ISO 639-1
</a>
)
</li>
</ul>
<p>
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]
,
"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]
,
"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]
"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 success case...
>>
}]
}, {
[... next Free Software ...]
<<
... next Free Software ...
>>
}]
}
</code></pre>
...
...
@@ -117,3 +117,4 @@ considered in some cases as communication and in other cases as application
(such as in a CRM).
</p>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment