This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-website.git
The following commit(s) were added to refs/heads/master by this push:
new 3d6f4b5c add missing commercial support page
3d6f4b5c is described below
commit 3d6f4b5ced9c1e5b45bb504a52601ccd29b32749
Author: Josh Tynjala <[email protected]>
AuthorDate: Mon Aug 1 11:14:31 2022 -0700
add missing commercial support page
---
_data/commercial_support.json | 52 +++++++++++++++++
img/commercial-support/Prominic-Logo.png | Bin 0 -> 5162 bytes
.../dove-software-development.png | Bin 0 -> 17193 bytes
.../harman-connected-services.png | Bin 0 -> 104868 bytes
img/commercial-support/logo_codeoscopic.png | Bin 0 -> 148400 bytes
royale-commercial-support.html | 65 +++++++++++++++++++++
6 files changed, 117 insertions(+)
diff --git a/_data/commercial_support.json b/_data/commercial_support.json
new file mode 100644
index 00000000..b18af887
--- /dev/null
+++ b/_data/commercial_support.json
@@ -0,0 +1,52 @@
+[
+ {
+ "name": "Alina Kazi",
+ "description": "Experience in Porting of existing Flex Application to
Royale and New Development in Royale. She has also Contributed to Apache Royale
SDK (Emulation of Components)",
+ "contactPerson": "Alina Kazi",
+ "contactEmail": "[email protected]",
+ "contactPhone": "+923337005671",
+ "contributorStatus": "committer"
+ },
+ {
+ "name": "Codeoscopic S.A.",
+ "url": "https://www.codeoscopic.com/",
+ "imgUrl": "/img/commercial-support/logo_codeoscopic.png",
+ "description": "Codeoscopic is a tech company specialized in
multi-platform and multi-device applications, with a deep knowledge of the
insurance sector.",
+ "contactPerson": "Carlos Rovira",
+ "contactEmail": "[email protected]",
+ "contactPhone": "+34 607 22 60 05",
+ "contributorStatus": "pmc"
+ },
+ {
+ "name": "Dove Software Development",
+ "url": "https://greg-dove.com/",
+ "imgUrl": "/img/dove-software-development.png",
+ "description": "Independent, remote development services, with over
12 years of experience working with MXML and ActionScript 3, for clients around
the globe.",
+ "contactPerson": "Greg Dove",
+ "contactEmail": "[email protected]",
+ "contactPhone": "+64 21 2725522",
+ "contributorStatus": "pmc"
+ },
+ {
+ "name": "HARMAN Connected Services",
+ "url": "https://services.harman.com/",
+ "imgUrl": "/img/harman-connected-services.png",
+ "description": "Software services company with web development teams
plus background in Adobe technologies",
+ "contactPerson": "Andrew Frost",
+ "contactEmail": "[email protected]",
+ "contactPhone": "+447752 490699",
+ "contributorStatus": "external"
+ },
+ {
+ "name": "Prominic.NET",
+ "secondaryName": "Moonshine-IDE",
+ "url": "https://prominic.net/",
+ "secondaryUrl": "https://moonshine-ide.com/",
+ "imgUrl": "/img/Prominic-Logo.png",
+ "description": "Prominic.NET is a home-grown, US-based hosting
services provider, providing services and support to businesses all over the
world. Among its products is the Moonshine IDE which is targeted specifically
at Apache Flex and Apache Royale. Our team includes Royale specialists with
experience in porting Apache Flex applications to Apache Royale.",
+ "contactPerson": "Yishay Weiss, Piotr Zarzyck",
+ "contactEmail": "[email protected]",
+ "contactPhone": "+972524512113",
+ "contributorStatus": "pmc"
+ }
+]
\ No newline at end of file
diff --git a/img/commercial-support/Prominic-Logo.png
b/img/commercial-support/Prominic-Logo.png
new file mode 100644
index 00000000..658bb63f
Binary files /dev/null and b/img/commercial-support/Prominic-Logo.png differ
diff --git a/img/commercial-support/dove-software-development.png
b/img/commercial-support/dove-software-development.png
new file mode 100644
index 00000000..c4552a39
Binary files /dev/null and
b/img/commercial-support/dove-software-development.png differ
diff --git a/img/commercial-support/harman-connected-services.png
b/img/commercial-support/harman-connected-services.png
new file mode 100644
index 00000000..3dfee41c
Binary files /dev/null and
b/img/commercial-support/harman-connected-services.png differ
diff --git a/img/commercial-support/logo_codeoscopic.png
b/img/commercial-support/logo_codeoscopic.png
new file mode 100644
index 00000000..22e5938a
Binary files /dev/null and b/img/commercial-support/logo_codeoscopic.png differ
diff --git a/royale-commercial-support.html b/royale-commercial-support.html
new file mode 100644
index 00000000..4dd99a03
--- /dev/null
+++ b/royale-commercial-support.html
@@ -0,0 +1,65 @@
+---
+title: "Royale Commercial Support"
+---
+<h1>Royale Commercial Support</h1>
+
+<p>List of third party providers that offer Apache Royale services</p>
+
+<p>Individual users are able to install and use Apache Royale without any
help, or with the assistance of volunteers on our community support forum and
mailing lists. Others, especially corporate users, may have more complex
requirements that require professional services in order to optimize their use
or Apache Royale.</p>
+
+<p>The following individuals and firms listed alphabetically offer services
that may be of interest. The information provided here was provided by the
entities named, and is not verified or endorsed by the Apache Software
Foundation or the Apache Royale Project.</p>
+
+<p>We offer this listing as a service to the ecosystem.</p>
+
+<h2>Apache Royale Experts and Consultants</h2>
+
+<table>
+ <tr>
+ <th>Logo</th>
+ <th>Name</th>
+ <th>Short Description</th>
+ <th>Contact Person</th>
+ <th>Contact Email</th>
+ <th>Contact Phone</th>
+ <th>Apache Royale Contributor</th>
+ </tr>
+ {% for item in commercial_support %}
+ <tr>
+ <td width="150">
+ {% if item.imgUrl %}
+ {% if item.url %}<a href="{{ item.url }}">{% elsif
item.contactEmail %}<a href="mailto:{{ item.contactEmail }}">{% endif %}
+ <img src="{{ item.imgUrl }}" alt="{{ item.name }}">
+ {% if item.url or item.contactEmail %}</a>{% endif %}
+ {% endif %}
+ </td>
+ <td>
+ {% if item.url %}<a href="{{ item.url }}">{% elsif
item.contactEmail %}<a href="mailto:{{ item.contactEmail }}">{% endif %}
+ {{ item.name }}
+ {% if item.url or item.contactEmail %}</a>{% endif %}
+ </td>
+ <td>
+ {{ item.description }}
+ </td>
+ <td>
+ {{ item.contactPerson }}
+ </td>
+ <td>
+ {% if item.contactEmail %}
+ <a href="mailto:{{ item.contactEmail }}">{{
item.contactEmail }}</a>
+ {% endif %}
+ </td>
+ <td>
+ {{ item.contactPhone }}
+ </td>
+ <td>
+ {% if item.contributorStatus == "pmc" %}
+ Yes (PMC)
+ {% elsif item.contributorStatus == "committer" %}
+ Yes (Committer)
+ {% elsif item.contributorStatus == "external" %}
+ Yes (Pull Requests)
+ {% endif %}
+ </td>
+ </tr>
+ {% endfor %}
+</table>