You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bu...@apache.org on 2013/12/17 00:16:41 UTC

svn commit: r890638 - in /websites/staging/flex/trunk: cgi-bin/ content/ content/css/ content/images/showcase/TrafficLive/ content/images/showcase/bCommunities/ content/images/showcase/full/ content/images/showcase/full/TrafficLIVE/ content/images/show...

Author: buildbot
Date: Mon Dec 16 23:16:41 2013
New Revision: 890638

Log:
Staging update by buildbot for flex

Added:
    websites/staging/flex/trunk/content/images/showcase/full/
    websites/staging/flex/trunk/content/images/showcase/full/TrafficLIVE/
    websites/staging/flex/trunk/content/images/showcase/full/TrafficLIVE/TrafficLIVE-data-visualisation.png   (with props)
    websites/staging/flex/trunk/content/images/showcase/full/bCommunities/
    websites/staging/flex/trunk/content/images/showcase/full/bCommunities/Communications Inbox.jpg   (with props)
    websites/staging/flex/trunk/content/images/showcase/full/bCommunities/Directory - Company Level.jpg   (with props)
    websites/staging/flex/trunk/content/images/showcase/full/bCommunities/Project Setup View.jpg   (with props)
    websites/staging/flex/trunk/content/images/showcase/prev/
    websites/staging/flex/trunk/content/images/showcase/prev/TrafficLive/
    websites/staging/flex/trunk/content/images/showcase/prev/TrafficLive/TrafficLIVE-data-visualisation.png   (with props)
    websites/staging/flex/trunk/content/images/showcase/prev/bCommunities/
    websites/staging/flex/trunk/content/images/showcase/prev/bCommunities/Communications Inbox.jpg   (with props)
    websites/staging/flex/trunk/content/images/showcase/prev/bCommunities/Directory - Company Level.jpg   (with props)
    websites/staging/flex/trunk/content/images/showcase/prev/bCommunities/Project Setup View.jpg   (with props)
Removed:
    websites/staging/flex/trunk/content/images/showcase/TrafficLive/
    websites/staging/flex/trunk/content/images/showcase/bCommunities/
    websites/staging/flex/trunk/content/images/showcase/unscaled/
Modified:
    websites/staging/flex/trunk/cgi-bin/   (props changed)
    websites/staging/flex/trunk/content/   (props changed)
    websites/staging/flex/trunk/content/community-showcase.html
    websites/staging/flex/trunk/content/css/style.css
    websites/staging/flex/trunk/content/index.html
    websites/staging/flex/trunk/content/js/custom.js

Propchange: websites/staging/flex/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Dec 16 23:16:41 2013
@@ -1 +1 @@
-1551193
+1551397

Propchange: websites/staging/flex/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Dec 16 23:16:41 2013
@@ -1 +1 @@
-1551193
+1551397

Modified: websites/staging/flex/trunk/content/community-showcase.html
==============================================================================
--- websites/staging/flex/trunk/content/community-showcase.html (original)
+++ websites/staging/flex/trunk/content/community-showcase.html Mon Dec 16 23:16:41 2013
@@ -184,14 +184,32 @@
 <p>Some of the many desktop and mobile applications written with Flex, in alphabetical order.</p>
 <p>Want to see your app showcased here ? It's easy to make a submission:
 <ul class="arrow_list">
-<li>create a ticket on <A href="https://issues.apache.org/jira" target="_blank">https://issues.apache.org/jira</A>, under the Component "Showcase"
-<li>include a title and  brief description (5 lines max)</li>
-<li> indicate the author or company name, if different from the ticket submitter name, </li>
+<li>create a ticket of type "Task" on <A href="https://issues.apache.org/jira" target="_blank">https://issues.apache.org/jira</A>, under the Component "Showcase"
+<li>include a title and  brief description (5 lines max),</li>
+<li>indicate the author or company name, if different from the ticket submitter name, </li>
 <li>include links to your web site and videos, if available, </li>
 <li>attach screen shots (up to 3) of your application, in jpeg or png format.
 To speed up the process, you can include the screen shots in two sizes:  300px high (for the preview), and full size.
 </li>
 </ul></p>
+<p><div id="showcaseContainer">[CONTENT]</div></p>
+<div class="codehilite"><pre><span class="o">&lt;</span><span class="n">script</span> <span class="n">type</span><span class="p">=</span>&quot;<span class="n">text</span><span class="o">/</span><span class="n">javascript</span>&quot;<span class="o">&gt;</span>
+
+         <span class="n">addShowcaseEntry</span><span class="p">(</span> <span class="p">{</span>
+             <span class="n">title</span><span class="p">:</span> <span class="s">&#39;bCommunities&#39;</span><span class="p">,</span>
+             <span class="n">description</span><span class="p">:</span> <span class="s">&#39;Test descriptui&#39;</span>  <span class="p">,</span>
+             <span class="n">author</span><span class="p">:</span> &quot;<span class="n">john</span><span class="p">@</span><span class="n">doe</span>&quot;<span class="p">,</span>
+             <span class="n">website</span><span class="p">:</span> <span class="s">&#39;http://www.flex.org&#39;</span>   <span class="p">,</span>
+             <span class="n">video</span><span class="p">:</span> &quot;<span class="n">http</span><span class="p">:</span><span class="o">//</span><span class="n">youtube</span><span class="p">.</span><span class="n">com</span>&quot;       <span class="p">,</span>
+             <span class="n">images</span><span class="p">:</span> <span class="p">[</span> &quot;<span class="n">Communications</span> <span class="n">Inbox</span>&quot; <span class="p">,</span> &quot;<span class="n">Directory</span> <span class="o">-</span> <span class="n">Company</span> <span class="n">Level</span>&quot; <span class="p">]</span>
+         <span class="p">});</span>
+
+     <span class="p">});</span>
+</pre></div>
+
+
+</script>
+
 <div class="headline"><h4>bCommunities - Secure B2B Collaboration</h4></div>
 
 <ul class="arrow_list">

Modified: websites/staging/flex/trunk/content/css/style.css
==============================================================================
--- websites/staging/flex/trunk/content/css/style.css (original)
+++ websites/staging/flex/trunk/content/css/style.css Mon Dec 16 23:16:41 2013
@@ -1216,7 +1216,7 @@ or wrap each row of columns in a <div cl
     text-align: center;
 
     padding:20px;
-
+    min-height: 370px;
     background: #fff;
 
     transition: all 0.5s ease-in-out;

Added: websites/staging/flex/trunk/content/images/showcase/full/TrafficLIVE/TrafficLIVE-data-visualisation.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/flex/trunk/content/images/showcase/full/TrafficLIVE/TrafficLIVE-data-visualisation.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/flex/trunk/content/images/showcase/full/bCommunities/Communications Inbox.jpg
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/flex/trunk/content/images/showcase/full/bCommunities/Communications Inbox.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: websites/staging/flex/trunk/content/images/showcase/full/bCommunities/Directory - Company Level.jpg
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/flex/trunk/content/images/showcase/full/bCommunities/Directory - Company Level.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: websites/staging/flex/trunk/content/images/showcase/full/bCommunities/Project Setup View.jpg
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/flex/trunk/content/images/showcase/full/bCommunities/Project Setup View.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: websites/staging/flex/trunk/content/images/showcase/prev/TrafficLive/TrafficLIVE-data-visualisation.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/flex/trunk/content/images/showcase/prev/TrafficLive/TrafficLIVE-data-visualisation.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/flex/trunk/content/images/showcase/prev/bCommunities/Communications Inbox.jpg
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/flex/trunk/content/images/showcase/prev/bCommunities/Communications Inbox.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: websites/staging/flex/trunk/content/images/showcase/prev/bCommunities/Directory - Company Level.jpg
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/flex/trunk/content/images/showcase/prev/bCommunities/Directory - Company Level.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: websites/staging/flex/trunk/content/images/showcase/prev/bCommunities/Project Setup View.jpg
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/flex/trunk/content/images/showcase/prev/bCommunities/Project Setup View.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Modified: websites/staging/flex/trunk/content/index.html
==============================================================================
--- websites/staging/flex/trunk/content/index.html (original)
+++ websites/staging/flex/trunk/content/index.html Mon Dec 16 23:16:41 2013
@@ -194,7 +194,7 @@
 <div class="row-fluid">
 
 <div class="span3"  >
-    <div class="featuresbox"  style="height: 100% " >
+    <div class="featuresbox"  >
         <div class="feature-image"><img src="images/support-icon.png"></div>
         <h4>Licensing</h4>
         <p>Apache Flex® is completely open-source.  Apache Flex® is an Apache project, and is released under the Apache License, version 2.0, so you know it is compatible with your business needs.  Plus, it is backed by the Apache Community for updates, support and help.</p>
@@ -204,7 +204,7 @@
 </div>
 
 <div class="span3" >
-    <div class="featuresbox"  style="height: 100% " >
+    <div class="featuresbox"   >
         <div class="feature-image-wide"><img src="images/desktop-mobile-icon.png"></div>
         <h4>Desktop & Mobile Apps</h4>
         <p>Build applications that target all browsers by leveraging the Adobe Flash Player and JavaScript, make desktop application by leveraging the Adobe Integrated Runtime (Adobe AIR)
@@ -214,7 +214,7 @@
 
 </div>
 
-<div class="span3"  style="display: table-cell; height: 100% " >
+<div class="span3"   >
     <div class="featuresbox">
         <div class="feature-image"><img src="images/showcase-icon.png"></div>
         <h4>Flex Showcase</h4>
@@ -224,7 +224,7 @@
     </div>
 
 </div>
-<div class="span3"  style="height: 100% " >
+<div class="span3"  >
     <div class="featuresbox">
         <div class="feature-image"><img src="images/tools-icon.png"></div>
         <h4>Tooling</h4>

Modified: websites/staging/flex/trunk/content/js/custom.js
==============================================================================
--- websites/staging/flex/trunk/content/js/custom.js (original)
+++ websites/staging/flex/trunk/content/js/custom.js Mon Dec 16 23:16:41 2013
@@ -102,5 +102,34 @@ jQuery(document).ready(function() {
     $('.tooltips').tooltip({
       selector: "a[rel=tooltip]"
     })
+
+
+
 /* ------------------ End Document ------------------ */
 });
+
+/*  showcase Javascript helper */
+
+/* helper function to create the showcase
+ *  props:
+ *  title: app title
+ *  author: string
+ *  description: app description
+ *  website: url
+ *  videos: url
+ *  images:  Array
+ */
+
+alert("showcase.js");
+
+function addShowcaseEntry(props) {
+
+    // TITLE
+    var entry = '<div class="headline"><h4>' + props.title + '</h4></div>' ;
+    var entryDiv = document.createElement("div");
+    alert("Entry=" + entry);
+    entryDiv.innerHTML = entry;
+    var showcaseContainer = document.getElementById("showcaseContainer");
+    showcaseContainer.appendChild(entryDiv);
+
+}