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

svn commit: r1551977 - in /flex/site/trunk/content: images/comps/showcase_fw.png images/showcase/full/Goal/Login.jpg images/showcase/full/Goal/Stadion.jpg images/showcase/prev/Goal/Login.jpg images/showcase/prev/Goal/Stadion.jpg js/showcase.js

Author: mamsellem
Date: Wed Dec 18 15:27:10 2013
New Revision: 1551977

URL: http://svn.apache.org/r1551977
Log:
DONE - FLEX-33907 Showcase section in web site
Update goal manager

Added:
    flex/site/trunk/content/images/showcase/full/Goal/Login.jpg   (with props)
    flex/site/trunk/content/images/showcase/full/Goal/Stadion.jpg   (with props)
    flex/site/trunk/content/images/showcase/prev/Goal/Login.jpg   (with props)
    flex/site/trunk/content/images/showcase/prev/Goal/Stadion.jpg   (with props)
Modified:
    flex/site/trunk/content/images/comps/showcase_fw.png
    flex/site/trunk/content/js/showcase.js

Modified: flex/site/trunk/content/images/comps/showcase_fw.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/images/comps/showcase_fw.png?rev=1551977&r1=1551976&r2=1551977&view=diff
==============================================================================
Binary files - no diff available.

Added: flex/site/trunk/content/images/showcase/full/Goal/Login.jpg
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/images/showcase/full/Goal/Login.jpg?rev=1551977&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/images/showcase/full/Goal/Login.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/images/showcase/full/Goal/Stadion.jpg
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/images/showcase/full/Goal/Stadion.jpg?rev=1551977&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/images/showcase/full/Goal/Stadion.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/images/showcase/prev/Goal/Login.jpg
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/images/showcase/prev/Goal/Login.jpg?rev=1551977&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/images/showcase/prev/Goal/Login.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/images/showcase/prev/Goal/Stadion.jpg
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/images/showcase/prev/Goal/Stadion.jpg?rev=1551977&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/images/showcase/prev/Goal/Stadion.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: flex/site/trunk/content/js/showcase.js
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/js/showcase.js?rev=1551977&r1=1551976&r2=1551977&view=diff
==============================================================================
--- flex/site/trunk/content/js/showcase.js (original)
+++ flex/site/trunk/content/js/showcase.js Wed Dec 18 15:27:10 2013
@@ -4,6 +4,7 @@
 *  author: string
 *  description: app description
 *  [ website: url  ]
+*  [dev : string ]
 *  links : [( "linkTyp", "url " ) + ]
 *  [ videos: url   ]
 *  imgDir: subdirectory for images
@@ -18,7 +19,9 @@
       ' <ul class="arrow_list">' +
         '<li><span class="sc_header">Summary:</span>   '+props.description+'  </li>'  +
         '<li><span class="sc_header">Author:</span>   '+props.author+' </li>' ;
-
+    if (props.dev){
+        entry += '<li><span class="sc_header"> Dev details:</span>' + props.dev + '</li>';
+    }
      if (props.website) {
          entry += '<li><span class="sc_header"> Web site:</span>   <A href="'+ props.website+'" target="_blank">' + props.website + '</A></li>';
      }
@@ -101,13 +104,16 @@ added when document is ready
 
     addShowcaseEntry({
         title: "Goal Manager",
-        description: "Football Manager App for iOs and Android ",
+        description: "GOAL 2014 - Football Manager is a free football management game for mobile phones and tablets, now available for iOS and Android. " +
+            "In this game a growing community of more than 3000 daily active managers from all over Europe face each other in a multi-level League system and a general Cup competition. " +
+            "To achieve victory, the managers have to decide tactics and formations, buy and sell players, plan individual trainings, study their opponents, build up a stadium and manage finances and sponsorships.",
         author: "GoalGames GmbH",
+        dev: "Apache Flex 4.10 - PureMVC - Native Extentions",
         website: "http://www.goal-games.de/",
         links: ["iTunes","https://itunes.apple.com/de/app/goal-manager/id575222774?mt=8&affId=1881396&ign-mpt=uo%3D4",
             "Google Play", "https://play.google.com/store/apps/details?id=air.de.goalgames.GoalManagerCH&hl=de"] ,
         imgDir: "Goal",
-        images: [ "Finanzen.jpg" , "Liga.jpg", "Taktik.jpg"]
+        images: [ "Login.jpg" , "Stadion.jpg", "Taktik.jpg"]
     });
 
     addShowcaseEntry({