You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jo...@apache.org on 2023/02/21 00:16:11 UTC

[flex-site] 02/02: download-utilities: remove installer badge, since it no longer works

This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flex-site.git

commit 578aa25c8b36f8610f021b5910bc4905237f2548
Author: Josh Tynjala <jo...@bowlerhat.dev>
AuthorDate: Mon Feb 20 16:15:57 2023 -0800

    download-utilities: remove installer badge, since it no longer works
    
    It relied on the Adobe Flash Player plugin, which is no longer available
---
 content/download-utilities.md | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/content/download-utilities.md b/content/download-utilities.md
index 51cc8f007..716f45f47 100644
--- a/content/download-utilities.md
+++ b/content/download-utilities.md
@@ -4,34 +4,6 @@ Title:  SDK Utilities
     The following utilities are available to make working with the Apache Flex® SDK easier:
 </p>
 
-<div class="headline"><h4 class="title">Apache Flex® SDK Installer Badge</h4></div>
-
-The Apache Flex® SDK Installer Badge is a utility provided by the Apache Flex project to enable a one click download of the Apache Flex SDK Installer application. This application in turn installs the latest release of the Apache Flex SDK right into Adobe Flash Builder, ready for use.
-
-You can embed the badge on your website or in your blog, so your readers have easy access to Apache Flex SDK releases. The badge comes in two sizes, both of which offer the same functionality: download the latest release of the Apache Flex SDK Installer application. To use the badge on your site or blog all you have to do is embed an iframe in the page. The iframe code is presented below:
-
-Regular size (302 x 302)
-
-<iframe name="afSDKInstallBadgeRegular" src="./installerbadge/index.html" frameborder="0" height="302" marginheight="0" marginwidth="0" scrolling="no" width="302"></iframe>
-
-Use this code to embed the regular size badge on your website/blog:
-
-```html
-&lt;iframe name="afSDKInstallBadgeRegular" src="https://flex.apache.org/installerbadge/index.html"
-    frameborder="0" height="302" marginheight="0" marginwidth="0" scrolling="no" width="302">&lt;/iframe&gt;
-```
-
-Small size (402 x 84)
-
-<iframe name="afSDKInstallBadgeSmall" src="./installerbadge/index.html" frameborder="0" height="84" marginheight="0" marginwidth="0" scrolling="no" width="402"></iframe>
-
-Use this code to embed the small size badge on your website/blog:
-
-```html
-&lt;iframe name="afSDKInstallBadgeSmall" src="https://flex.apache.org/installerbadge/index.html"
-    frameborder="0" height="84" marginheight="0" marginwidth="0" scrolling="no" width="402"&gt;&lt;/iframe&gt;
-```
-
 <div class="headline"><h4 class="title">Apache Flex SDK Maven Converter</h4></div>
 
 In order to be able to use Flex with a [Maven](https://maven.apache.org/) build, it is crucial to be able to have access to a _Mavenized_ form of FDK. The Apache Flex SDK Converter tool is used to convert the Apache and Adobe Flex SDKs and AIR SDKs into Maven artifacts. Automatically creating the directories, pom-files, copying and moving the resources to the correct destinations.