You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/03/09 05:51:44 UTC

[royale-asjs] branch develop updated: update links for asdoc

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

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 825a1ab  update links for asdoc
825a1ab is described below

commit 825a1ab8ad49436b7bef3b37d4860e43bb0ed830
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Mar 8 21:51:28 2018 -0800

    update links for asdoc
---
 .../royale/site/ASFCopyrightAttributionAndLinks.as |  2 +-
 .../main/royale/org/apache/royale/site/Footer.mxml | 45 +++++++++++-----------
 .../royale/org/apache/royale/site/SocialButtons.as |  6 +--
 .../royale/org/apache/royale/site/TopMenu.mxml     | 12 +++---
 4 files changed, 33 insertions(+), 32 deletions(-)

diff --git a/frameworks/projects/RoyaleSite/src/main/royale/org/apache/royale/site/ASFCopyrightAttributionAndLinks.as b/frameworks/projects/RoyaleSite/src/main/royale/org/apache/royale/site/ASFCopyrightAttributionAndLinks.as
index bdfd029..8fc6db8 100644
--- a/frameworks/projects/RoyaleSite/src/main/royale/org/apache/royale/site/ASFCopyrightAttributionAndLinks.as
+++ b/frameworks/projects/RoyaleSite/src/main/royale/org/apache/royale/site/ASFCopyrightAttributionAndLinks.as
@@ -57,7 +57,7 @@ package org.apache.royale.site
 		override protected function createElement():WrappedHTMLElement
 		{
 			super.createElement();
-			element.innerHTML = "Copyright © 2017 <a href='http://www.apache.org'>The Apache Software Foundation</a>, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0'>Apache License, Version 2.0</a>";
+			element.innerHTML = "Copyright © 2018 <a href='http://www.apache.org'>The Apache Software Foundation</a>, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0'>Apache License, Version 2.0</a>";
 			return element;
 		}
 		
diff --git a/frameworks/projects/RoyaleSite/src/main/royale/org/apache/royale/site/Footer.mxml b/frameworks/projects/RoyaleSite/src/main/royale/org/apache/royale/site/Footer.mxml
index 8c846bf..0755f74 100644
--- a/frameworks/projects/RoyaleSite/src/main/royale/org/apache/royale/site/Footer.mxml
+++ b/frameworks/projects/RoyaleSite/src/main/royale/org/apache/royale/site/Footer.mxml
@@ -25,41 +25,42 @@ limitations under the License.
     <Div className="Footer">
         <Div className="footer-column">
             <rs:TitledAnchorList title="APACHE ROYALE" titleClassName="apacheroyale">
-                <rs:AnchorListData href="index.html">Home</rs:AnchorListData>
-                <rs:AnchorListData href="features.html">Features</rs:AnchorListData>
-                <rs:AnchorListData href="tryitnow/index.html">Try it now</rs:AnchorListData>
-                <rs:AnchorListData href="download.html">Download</rs:AnchorListData>
-                <rs:AnchorListData href="showcase.html">Showcase</rs:AnchorListData>
-                <rs:AnchorListData href="blog.html">Blog</rs:AnchorListData>
-                <rs:AnchorListData href="team.html">Team</rs:AnchorListData>
-                <rs:AnchorListData href="royalenpm.html">Royale in npm</rs:AnchorListData>
-                <rs:AnchorListData href="license.html">License</rs:AnchorListData>
+                <rs:AnchorListData href="http://royale.apache.org">Home</rs:AnchorListData>
+                <rs:AnchorListData href="http://royale.apache.org/features/">Features</rs:AnchorListData>
+                <rs:AnchorListData href="http://royale.apache.org/try-it-now/">Try it now</rs:AnchorListData>
+                <rs:AnchorListData href="http://royale.apache.org/download/">Download</rs:AnchorListData>
+                <rs:AnchorListData href="https://www.npmjs.com/org/apache-royale">NPM</rs:AnchorListData>
+                <rs:AnchorListData href="http://royale.apache.org/showcase/">Showcase</rs:AnchorListData>
+                <rs:AnchorListData href="http://royale.apache.org/blog/">Blog</rs:AnchorListData>
+                <rs:AnchorListData href="http://royale.apache.org/team/">Team</rs:AnchorListData>
+                <rs:AnchorListData href="https://www.apache.org/licenses/LICENSE-2.0">License</rs:AnchorListData>
             </rs:TitledAnchorList>
         </Div>
         <Div className="footer-column">
             <rs:TitledAnchorList title="DOCUMENTATION" titleClassName="documentation">
-                <rs:AnchorListData href="index.html">Getting Started</rs:AnchorListData>
-                <rs:AnchorListData href="docs.html">Docs</rs:AnchorListData>
-                <rs:AnchorListData href="reference/index.html">Reference</rs:AnchorListData>
-                <rs:AnchorListData href="wiki.html">Wiki</rs:AnchorListData>
+                <rs:AnchorListData href="http://royale.apache.org/getting-started/">Getting Started</rs:AnchorListData>
+                <rs:AnchorListData href="http://royale.apache.org/docs/">Docs</rs:AnchorListData>
+                <rs:AnchorListData href="http://royale.apache.org/asdoc/">Reference</rs:AnchorListData>
+                <rs:AnchorListData href="https://github.com/apache/royale-asjs/wiki">Wiki</rs:AnchorListData>
             </rs:TitledAnchorList>
             <rs:TitledAnchorList title="COMMUNITY" titleClassName="community">
-                <rs:AnchorListData href="contribute.html">Get Involved</rs:AnchorListData>
-                <rs:AnchorListData href="mailinglists.html">MailingLists</rs:AnchorListData>
-                <rs:AnchorListData href="faq.html">FAQ</rs:AnchorListData>
+                <rs:AnchorListData href="http://royale.apache.org/get-involved/">Get Involved</rs:AnchorListData>
+                <rs:AnchorListData href="http://royale.apache.org/mailing-lists/">MailingLists</rs:AnchorListData>
+                <rs:AnchorListData href="http://royale.apache.org/faq/">FAQ</rs:AnchorListData>
             </rs:TitledAnchorList>
         </Div>
         <Div className="footer-column">
             <rs:TitledAnchorList title="DEVELOPMENT" titleClassName="development">
-                <rs:AnchorListData href="github.html">Github</rs:AnchorListData>
-                <rs:AnchorListData href="source.html">Source Code</rs:AnchorListData>
-                <rs:AnchorListData href="issues.html">Issues</rs:AnchorListData>
+                <rs:AnchorListData href="https://github.com/apache/royale-asjs/wiki/Apache-Royale-Source-Code-Repositories">Github</rs:AnchorListData>
+                <rs:AnchorListData href="http://royale.apache.org/source-code/">Source Code</rs:AnchorListData>
+                <rs:AnchorListData href="https://github.com/apache/royale-asjs/issues">Issues</rs:AnchorListData>
             </rs:TitledAnchorList>
             <rs:TitledAnchorList title="APACHE" titleClassName="apache">
                 <rs:AnchorListData href="http://www.apache.org/">Apache</rs:AnchorListData>
-                <rs:AnchorListData href="http://www.apache.org/donations.html">Donations</rs:AnchorListData>
-                <rs:AnchorListData href="http://www.apache.org/thanks.html">Sponsorship</rs:AnchorListData>
-                <rs:AnchorListData href="http://www.apache.org/thanks.html">Thanks</rs:AnchorListData>
+                <rs:AnchorListData href="http://www.apache.org/foundation/contributing.html">Donations</rs:AnchorListData>
+                <rs:AnchorListData href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</rs:AnchorListData>
+                <rs:AnchorListData href="http://www.apache.org/foundation/thanks.html">Thanks</rs:AnchorListData>
+                <rs:AnchorListData href="http://www.apache.org/security/">Security</rs:AnchorListData>
             </rs:TitledAnchorList>
         </Div>
         <Div className="aboutusdiv" >
diff --git a/frameworks/projects/RoyaleSite/src/main/royale/org/apache/royale/site/SocialButtons.as b/frameworks/projects/RoyaleSite/src/main/royale/org/apache/royale/site/SocialButtons.as
index 42a5abb..726670f 100644
--- a/frameworks/projects/RoyaleSite/src/main/royale/org/apache/royale/site/SocialButtons.as
+++ b/frameworks/projects/RoyaleSite/src/main/royale/org/apache/royale/site/SocialButtons.as
@@ -65,15 +65,15 @@ package org.apache.royale.site
             element = ul as WrappedHTMLElement;
             var li:HTMLLIElement = document.createElement("li") as HTMLLIElement;
             li.className = "fa SocialButton fa-search";
-            li.innerHTML = "<a href='search.html'></a>";
+            li.innerHTML = "<a href='http://royale.apache.org/#grve-search-modal'></a>";
             element.appendChild(li);
             li = document.createElement("li") as HTMLLIElement;
             li.className = "fa SocialButton fa-share-alt";
-            li.innerHTML = "<a href='share.html'></a>";
+            li.innerHTML = "<a href='http://royale.apache.org/#grve-social-modal'></a>";
             element.appendChild(li);
             li = document.createElement("li") as HTMLLIElement;
             li.className = "fa SocialButton fa-th";
-            li.innerHTML = "<a href='menu.html'></a>";
+            li.innerHTML = "<a href='http://royale.apache.org/#grve-toggle-menu'></a>";
             element.appendChild(li);
 			return element;
 		}
diff --git a/frameworks/projects/RoyaleSite/src/main/royale/org/apache/royale/site/TopMenu.mxml b/frameworks/projects/RoyaleSite/src/main/royale/org/apache/royale/site/TopMenu.mxml
index 091fe00..4fca413 100644
--- a/frameworks/projects/RoyaleSite/src/main/royale/org/apache/royale/site/TopMenu.mxml
+++ b/frameworks/projects/RoyaleSite/src/main/royale/org/apache/royale/site/TopMenu.mxml
@@ -22,10 +22,10 @@ limitations under the License.
                  xmlns:js="library://ns.apache.org/royale/basic"
                  xmlns:rs="library://ns.apache.org/royale/site"
                  xmlns:base="org.apache.royale.site.*">
-        <rs:TopMenuButton href="features.html">FEATURES</rs:TopMenuButton>
-        <rs:TopMenuButton href="tryitnow/index.html">TRY IT NOW</rs:TopMenuButton>
-        <rs:TopMenuButton href="download.html">DOWNLOAD</rs:TopMenuButton>
-        <rs:TopMenuButton href="documentation.html">DOCS</rs:TopMenuButton>
-        <rs:TopMenuButton href="blog.html">BLOG</rs:TopMenuButton>
-        <rs:TopMenuButton href="github.html">GITHUB</rs:TopMenuButton>
+        <rs:TopMenuButton href="http://royale.apache.org/features/">FEATURES</rs:TopMenuButton>
+        <rs:TopMenuButton href="http://royale.apache.org/getting-started/">GET STARTED</rs:TopMenuButton>
+        <rs:TopMenuButton href="http://royale.apache.org/download/">DOWNLOAD</rs:TopMenuButton>
+        <rs:TopMenuButton href="http://royale.apache.org/docs/">DOCS</rs:TopMenuButton>
+        <rs:TopMenuButton href="http://royale.apache.org/blog/">BLOG</rs:TopMenuButton>
+        <rs:TopMenuButton href="https://github.com/apache/royale-asjs/wiki/Apache-Royale-Source-Code-Repositories">GITHUB</rs:TopMenuButton>
 </base:TopMenuBase>
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
aharui@apache.org.