This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/royale-website.git
The following commit(s) were added to refs/heads/asf-site by this push: new 67853fa8 Deploy site 67853fa8 is described below commit 67853fa81ea5e57cabec40167038ac3347d28723 Author: GitHub Actions <d...@royale.apache.org> AuthorDate: Tue May 30 15:44:13 2023 +0000 Deploy site --- download/index.html | 2 +- source-code/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/download/index.html b/download/index.html index 47b1db6c..6cac4e26 100644 --- a/download/index.html +++ b/download/index.html @@ -1,3 +1,3 @@ -<!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Download</title><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"><link rel="stylesheet" href="/cs [...] +<!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Download</title><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"><link rel="stylesheet" href="/cs [...] </code></pre><p>To create JavaScript and SWF applications with Royale, run this command:</p><pre><code class="language-sh">npm install -g @apache-royale/royale-js-swf --foreground-scripts </code></pre><h2>Nightly Builds</h2><p>For developers who want to contribute to framework development, source code and nightly build download links can be found on our <a href="/get-involved">Get Involved</a> page.</p></article></div></div><footer class="footer"><div class="footer-row"><div class="footer-column"><ul class="footer-list"><li class="apacheroyale"><a href="/">Apache Royale</a></li><li><a href="/">Home</a></li><li><a href="/features">Features</a></li><li><a href="/download">D [...] \ No newline at end of file diff --git a/source-code/index.html b/source-code/index.html index 5e7a7429..e78fe208 100644 --- a/source-code/index.html +++ b/source-code/index.html @@ -1,4 +1,4 @@ -<!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Source Code</title><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"><link rel="stylesheet" href=" [...] +<!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Source Code</title><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"><link rel="stylesheet" href=" [...] cd royale-compiler git checkout develop </code></pre><h3>Typedefs</h3><p>Typedefs are <em>.swc</em> library files designed to allow type-checking for application development. They contain the type definitions in ActionScript, but none of the actual implementation of the JavaScript code.</p><p>These are used for type-checking at compile-time, but are not cross-compiled and included as JavaScript code for deployment. To use these typedef <em>.swc</em> files, the native JavaScript code libraries are linked at run-time in the HTML [...]