Commit c45beb1b authored by Sven Franck's avatar Sven Franck

Merge GitHub PR #1 "Improved README and fixes to commercial support"

@smetsjp says:

- improve definition of JSON format in README
- remove commercial support each time it only applies to a proprietary derivative software
parents a166b9ae efabf8be
<h1>Why AFS.one?</h1> <h1>Why AFS.one?</h1>
<p> <p>
We wanted to create a collaborative repository highlighting success cases of We wanted to create a collaborative repository highlighting success cases of
Enterprise Free Software Publishers with a focus on those companies that actually Enterprise Free Software Publishers with a focus on those companies that actually
...@@ -6,8 +7,10 @@ create it and a bias towards <b>real Free software</b> - software that users ...@@ -6,8 +7,10 @@ create it and a bias towards <b>real Free software</b> - software that users
can actually modify, fix, improve or share. can actually modify, fix, improve or share.
</p> </p>
<p>The resulting repository can be accessed here: <a href="http://www.afs.one/">http://www.afs.one</a></p>
<p> <p>
Target Audience are Enterprises willing to implement Free Software with all the Target Audience are Enterprises willing to implement <a href="https://www.gnu.org/philosophy/free-sw.en.html">Free Software</a> with all the
warranties and long term commitment provided by a Commercial Software Publisher. warranties and long term commitment provided by a Commercial Software Publisher.
</p> </p>
...@@ -38,13 +41,13 @@ Each publisher has a single JSON file with straightforward properties. Notable p ...@@ -38,13 +41,13 @@ Each publisher has a single JSON file with straightforward properties. Notable p
<ul> <ul>
<li><code>country</code>: origin country of the publisher (<a href="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 (<a href="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 (<a href="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 (<a href="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 <a href="https://www.gnu.org/licenses/license-list.en.html">Free Software license</a></li>
<li><code>source_code_profile</code>: link to the openhub source code profile</li> <li><code>source_code_profile</code>: link to the <a href="https://www.openhub.net/">openhub</a> source code profile</li>
<li> <li>
<code>commercial_support</code>: link to a page describing the type of commerical support provided for the respective Free Software <code>commercial_support</code>: link to a 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 than the one that can be downloaded using <code>source_code_download</code>).
</li> </li>
<li><code>wikipedia_url</code>: link to the wikipedia page of the Free Software</li> <li><code>wikipedia_url</code>: link to the <a href="https://www.wikipedia.org/">wikipedia</a> 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> <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> </ul>
<p> <p>
...@@ -142,8 +145,8 @@ Categories have been chosen on purpose taking into account the increaing converg ...@@ -142,8 +145,8 @@ Categories have been chosen on purpose taking into account the increaing converg
<p> <p>
The difference between application and communication, for example, is that The difference between application and communication, for example, is that
application is persistent and communication is not. Email messaging can thus be application is intended to be primarily persistent and communication is not. Online messaging can thus be
considered in some cases as communication and in other cases as application considered in some cases as communication (such as SMTP email) and in other cases as application
(such as in a CRM). (such as in a CRM).
</p> </p>
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
"category_list": ["Developer"], "category_list": ["Developer"],
"source_code_download": "https://github.com/apple/swift/archive/master.zip", "source_code_download": "https://github.com/apple/swift/archive/master.zip",
"source_code_profile": "https://www.openhub.net/p/swift-lang/analyses/latest/languages_summary", "source_code_profile": "https://www.openhub.net/p/swift-lang/analyses/latest/languages_summary",
"commercial_support": "https://swift.org/", "commercial_support": "",
"wikipedia_url": "https://en.wikipedia.org/wiki/Swift_(programming_language)", "wikipedia_url": "https://en.wikipedia.org/wiki/Swift_(programming_language)",
"success_case_list": [] "success_case_list": []
}] }]
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
"category_list": ["Communication"], "category_list": ["Communication"],
"source_code_download": "http://git.blue-mind.net/gitlist/bluemind/tarball/release/3", "source_code_download": "http://git.blue-mind.net/gitlist/bluemind/tarball/release/3",
"source_code_profile": "https://www.openhub.net/p/bluemind/analyses/latest/languages_summary", "source_code_profile": "https://www.openhub.net/p/bluemind/analyses/latest/languages_summary",
"commercial_support": "https://www.bluemind.net/en/purchasing-bluemind/", "commercial_support": "",
"wikipedia_url": "https://fr.wikipedia.org/wiki/Blue_Mind_(logiciel)", "wikipedia_url": "https://fr.wikipedia.org/wiki/Blue_Mind_(logiciel)",
"success_case_list": [{ "success_case_list": [{
"title": "Migration to BlueMind at Saint-Ouen City Council", "title": "Migration to BlueMind at Saint-Ouen City Council",
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
"category_list": ["Application"], "category_list": ["Application"],
"source_code_download": "https://github.com/magento/magento2-community-edition/archive/master.zip", "source_code_download": "https://github.com/magento/magento2-community-edition/archive/master.zip",
"source_code_profile": "https://www.openhub.net/p/magento/analyses/latest/languages_summary", "source_code_profile": "https://www.openhub.net/p/magento/analyses/latest/languages_summary",
"commercial_support": "https://community.magento.com/", "commercial_support": "",
"wikipedia_url": "https://en.wikipedia.org/wiki/Magento", "wikipedia_url": "https://en.wikipedia.org/wiki/Magento",
"success_case_list": [] "success_case_list": []
}] }]
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
"category_list": ["Database"], "category_list": ["Database"],
"source_code_download": "https://fastdl.mongodb.org/src/mongodb-src-r3.2.7.tar.gz", "source_code_download": "https://fastdl.mongodb.org/src/mongodb-src-r3.2.7.tar.gz",
"source_code_profile": "https://www.openhub.net/p/mongodb/analyses/latest/languages_summary", "source_code_profile": "https://www.openhub.net/p/mongodb/analyses/latest/languages_summary",
"commercial_support": "https://www.mongodb.com/products/mongodb-enterprise-advanced", "commercial_support": "",
"wikipedia_url": "https://en.wikipedia.org/wiki/MongoDB", "wikipedia_url": "https://en.wikipedia.org/wiki/MongoDB",
"success_case_list": [{ "success_case_list": [{
"title": "GENNUBI CMS", "title": "GENNUBI CMS",
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
"category_list": ["Application"], "category_list": ["Application"],
"source_code_download": "https://github.com/odoo/odoo/archive/9.0.zip", "source_code_download": "https://github.com/odoo/odoo/archive/9.0.zip",
"source_code_profile": "https://www.openhub.net/p/odoo/analyses/latest/languages_summary", "source_code_profile": "https://www.openhub.net/p/odoo/analyses/latest/languages_summary",
"commercial_support": "https://www.odoo.com/pricing", "commercial_support": "",
"wikipedia_url": "https://fr.wikipedia.org/wiki/Odoo", "wikipedia_url": "https://fr.wikipedia.org/wiki/Odoo",
"success_case_list": [{ "success_case_list": [{
"title": "Odoo POS, perfect for running a wine bar", "title": "Odoo POS, perfect for running a wine bar",
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
"category_list": ["Developer"], "category_list": ["Developer"],
"source_code_download": "https://github.com/symfony/symfony/archive/master.zip", "source_code_download": "https://github.com/symfony/symfony/archive/master.zip",
"source_code_profile": "https://www.openhub.net/p/symfony/analyses/latest/languages_summary", "source_code_profile": "https://www.openhub.net/p/symfony/analyses/latest/languages_summary",
"commercial_support": "https://sensiolabs.com/en/enterprise-subscription/symfony-support.html", "commercial_support": "https://sensiolabs.com/en/professional-services/index.html",
"wikipedia_url": "https://en.wikipedia.org/wiki/Symfony", "wikipedia_url": "https://en.wikipedia.org/wiki/Symfony",
"success_case_list": [{ "success_case_list": [{
"title": "Vogue France", "title": "Vogue France",
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
"website": "https://www.talend.com/products/data-integration", "website": "https://www.talend.com/products/data-integration",
"source_code_download": "https://www.talend.com/download/thankyou/data-integration", "source_code_download": "https://www.talend.com/download/thankyou/data-integration",
"source_code_profile": "https://www.openhub.net/p/talend-studio/analyses/latest/languages_summary", "source_code_profile": "https://www.openhub.net/p/talend-studio/analyses/latest/languages_summary",
"commercial_support": "https://www.talend.com/services", "commercial_support": "",
"wikipedia_url": "", "wikipedia_url": "",
"success_case_list": [{ "success_case_list": [{
"title": "Accent Group Raises the Roof on Performance Using Talend Data Integration", "title": "Accent Group Raises the Roof on Performance Using Talend Data Integration",
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
"category_list": ["Communication"], "category_list": ["Communication"],
"source_code_download": "https://www.talend.com/download/thankyou/data-preparation", "source_code_download": "https://www.talend.com/download/thankyou/data-preparation",
"source_code_profile": "https://www.openhub.net/p/talend-studio/analyses/latest/languages_summary", "source_code_profile": "https://www.openhub.net/p/talend-studio/analyses/latest/languages_summary",
"commercial_support": "https://www.talend.com/services", "commercial_support": "",
"wikipedia_url": "", "wikipedia_url": "",
"success_case_list": [{ "success_case_list": [{
"title": "BF&M: Leveraging Talend in the Insurance Industry to Move Out with the Old and In with the New", "title": "BF&M: Leveraging Talend in the Insurance Industry to Move Out with the Old and In with the New",
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
"category_list": ["Analytics"], "category_list": ["Analytics"],
"source_code_download": "https://www.talend.com/download/thankyou/big-data", "source_code_download": "https://www.talend.com/download/thankyou/big-data",
"source_code_profile": "https://www.openhub.net/p/talend-studio/analyses/latest/languages_summary", "source_code_profile": "https://www.openhub.net/p/talend-studio/analyses/latest/languages_summary",
"commercial_support": "https://www.talend.com/services", "commercial_support": "",
"wikipedia_url": "", "wikipedia_url": "",
"success_case_list": [{ "success_case_list": [{
"title": "Buffalo Studios Maximizes Data Value to Build Competitive Edge in Social Gaming", "title": "Buffalo Studios Maximizes Data Value to Build Competitive Edge in Social Gaming",
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
"website": "https://www.talend.com/products/data-quality", "website": "https://www.talend.com/products/data-quality",
"source_code_download": "https://www.talend.com/download/thankyou/data-quality", "source_code_download": "https://www.talend.com/download/thankyou/data-quality",
"source_code_profile": "https://www.openhub.net/p/talend-studio/analyses/latest/languages_summary", "source_code_profile": "https://www.openhub.net/p/talend-studio/analyses/latest/languages_summary",
"commercial_support": "https://www.talend.com/services", "commercial_support": "",
"wikipedia_url": "", "wikipedia_url": "",
"success_case_list": [{ "success_case_list": [{
"title": "Talend Makes Light Work of Legacy Integration for Aliaxis", "title": "Talend Makes Light Work of Legacy Integration for Aliaxis",
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
"website": "https://www.talend.com/products/application-integration", "website": "https://www.talend.com/products/application-integration",
"source_code_download": "https://www.talend.com/download/thankyou/esb", "source_code_download": "https://www.talend.com/download/thankyou/esb",
"source_code_profile": "https://www.openhub.net/p/talend-studio/analyses/latest/languages_summary", "source_code_profile": "https://www.openhub.net/p/talend-studio/analyses/latest/languages_summary",
"commercial_support": "https://www.talend.com/services", "commercial_support": "",
"wikipedia_url": "", "wikipedia_url": "",
"success_case_list": [{ "success_case_list": [{
"title": "GE Healthcare Moves Core Data to Talend ESB", "title": "GE Healthcare Moves Core Data to Talend ESB",
...@@ -143,7 +143,7 @@ ...@@ -143,7 +143,7 @@
"category_list": ["Application"], "category_list": ["Application"],
"source_code_download": "https://www.talend.com/download/thankyou/mdm", "source_code_download": "https://www.talend.com/download/thankyou/mdm",
"source_code_profile": "https://www.openhub.net/p/talend-studio/analyses/latest/languages_summary", "source_code_profile": "https://www.openhub.net/p/talend-studio/analyses/latest/languages_summary",
"commercial_support": "https://www.talend.com/services", "commercial_support": "",
"wikipedia_url": "", "wikipedia_url": "",
"success_case_list": [{ "success_case_list": [{
"title": "Ellie Mae turbo charges its sales and marketing activities with Talend MDM", "title": "Ellie Mae turbo charges its sales and marketing activities with Talend MDM",
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
"category_list": ["Application"], "category_list": ["Application"],
"source_code_download": "https://github.com/xwiki/xwiki-enterprise/archive/master.zip", "source_code_download": "https://github.com/xwiki/xwiki-enterprise/archive/master.zip",
"source_code_profile": "https://www.openhub.net/p/xwiki/analyses/latest/languages_summary", "source_code_profile": "https://www.openhub.net/p/xwiki/analyses/latest/languages_summary",
"commercial_support": "http://www.xwiki.com/en/products/pricing", "commercial_support": "http://www.xwiki.com/en/products/pricing-onpremise",
"wikipedia_url": "https://en.wikipedia.org/wiki/Wiki_software#Enterprise_wikis", "wikipedia_url": "https://en.wikipedia.org/wiki/Wiki_software#Enterprise_wikis",
"success_case_list": [{ "success_case_list": [{
"title": "Aelia intranet", "title": "Aelia intranet",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment