You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by qu...@apache.org on 2015/09/02 02:35:30 UTC

svn commit: r1700696 - in /flex/site/trunk/content: download-archive.cmsPage download-blazeds.cmsPage download-falconjx.cmsPage download-flexjs.cmsPage download-flexunit.cmsPage download-squiggly.cmsPage download-tourdeflex.cmsPage

Author: quetwo
Date: Wed Sep  2 00:35:30 2015
New Revision: 1700696

URL: http://svn.apache.org/r1700696
Log:
Fix for infra from CGI script to LUA scripts for downloads

Modified:
    flex/site/trunk/content/download-archive.cmsPage
    flex/site/trunk/content/download-blazeds.cmsPage
    flex/site/trunk/content/download-falconjx.cmsPage
    flex/site/trunk/content/download-flexjs.cmsPage
    flex/site/trunk/content/download-flexunit.cmsPage
    flex/site/trunk/content/download-squiggly.cmsPage
    flex/site/trunk/content/download-tourdeflex.cmsPage

Modified: flex/site/trunk/content/download-archive.cmsPage
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/download-archive.cmsPage?rev=1700696&r1=1700695&r2=1700696&view=diff
==============================================================================
--- flex/site/trunk/content/download-archive.cmsPage (original)
+++ flex/site/trunk/content/download-archive.cmsPage Wed Sep  2 00:35:30 2015
@@ -33,10 +33,10 @@ Binaries are provided as a convenience f
   - Mac OS X Convenience Binary : [apache-flex-sdk-installer-2.5.4-bin.dmg][3] [[PGP](http://www.apache.org/dist/incubator/flex/installer/2.5/binaries/apache-flex-sdk-installer-2.5.4-bin.dmg.asc)] [[MD5](http://www.apache.org/dist/incubator/flex/installer/2.5/binaries/apache-flex-sdk-installer-2.5.4-bin.dmg.md5)]
   - Windows Convenience Binary : [apache-flex-sdk-installer-2.5.4-bin.exe][4] [[PGP](http://www.apache.org/dist/incubator/flex/installer/2.5/binaries/apache-flex-sdk-installer-2.5.4-bin.exe.asc)] [[MD5](http://www.apache.org/dist/incubator/flex/installer/2.5/binaries/apache-flex-sdk-installer-2.5.4.exe.md5)]
 
-  [1]: http://www.apache.org/dyn/closer.cgi?path=incubator/flex/installer/2.5/apache-flex-sdk-installer-2.5.4-src.tar.gz
-  [2]: http://www.apache.org/dyn/closer.cgi?path=incubator/flex/installer/2.5/apache-flex-sdk-installer-2.5.4-src.zip
-  [3]: http://www.apache.org/dyn/closer.cgi?path=incubator/flex/installer/2.5/binaries/apache-flex-sdk-installer-2.5.4-bin.dmg
-  [4]: http://www.apache.org/dyn/closer.cgi?path=incubator/flex/installer/2.5/binaries/apache-flex-sdk-installer-2.5.4-bin.exe
+  [1]: http://www.apache.org/dyn/closer.lua?path=incubator/flex/installer/2.5/apache-flex-sdk-installer-2.5.4-src.tar.gz
+  [2]: http://www.apache.org/dyn/closer.lua?path=incubator/flex/installer/2.5/apache-flex-sdk-installer-2.5.4-src.zip
+  [3]: http://www.apache.org/dyn/closer.lua?path=incubator/flex/installer/2.5/binaries/apache-flex-sdk-installer-2.5.4-bin.dmg
+  [4]: http://www.apache.org/dyn/closer.lua?path=incubator/flex/installer/2.5/binaries/apache-flex-sdk-installer-2.5.4-bin.exe
   [5]: http://www.apache.org/dist/incubator/flex/installer/2.5/README.txt
   [6]: http://www.adobe.com/devnet/air/air-sdk-download.html
   [7]: http://www.adobe.com/support/flashplayer/downloads.html

Modified: flex/site/trunk/content/download-blazeds.cmsPage
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/download-blazeds.cmsPage?rev=1700696&r1=1700695&r2=1700696&view=diff
==============================================================================
--- flex/site/trunk/content/download-blazeds.cmsPage (original)
+++ flex/site/trunk/content/download-blazeds.cmsPage Wed Sep  2 00:35:30 2015
@@ -52,12 +52,12 @@ The PGP signatures can be verified using
 Alternatively, you can verify the MD5 signature on the files. A unix/Mac program called `md5` or `md5sum` is included in many unix distributions. It is also available as part of [GNU Textutils][11]. Windows users can get binary md5 programs from [here][12] , [here][13] , or [here][14]. An MD5 signature consists of 32 hex characters, and a SHA1 signature consists of 40 hex characters. Ensure your generated signature string matches the signature string published in the files above.
 
 
-[2]: http://www.apache.org/dyn/closer.cgi/flex/BlazeDS/4.7.0/RELEASE_NOTES
-[3]: http://www.apache.org/dyn/closer.cgi/flex/BlazeDS/4.7.0/blazeds-4.7.0-source-release.tar.gz
-[4]: http://www.apache.org/dyn/closer.cgi/flex/BlazeDS/4.7.0/blazeds-4.7.0-source-release.zip	
+[2]: http://www.apache.org/dyn/closer.lua/flex/BlazeDS/4.7.0/RELEASE_NOTES
+[3]: http://www.apache.org/dyn/closer.lua/flex/BlazeDS/4.7.0/blazeds-4.7.0-source-release.tar.gz
+[4]: http://www.apache.org/dyn/closer.lua/flex/BlazeDS/4.7.0/blazeds-4.7.0-source-release.zip
 [10]: http://www.apache.org/dist/flex/KEYS
 [11]: http://www.gnu.org/software/textutils/textutils.html
 [12]: http://www.fourmilab.ch/md5/
 [13]: http://www.pc-tools.net/win32/freeware/console/
 [14]: http://www.slavasoft.com/fsum/
-[15]: http://www.apache.org/dyn/closer.cgi/flex/BlazeDS/4.7.0/README
\ No newline at end of file
+[15]: http://www.apache.org/dyn/closer.lua/flex/BlazeDS/4.7.0/README
\ No newline at end of file

Modified: flex/site/trunk/content/download-falconjx.cmsPage
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/download-falconjx.cmsPage?rev=1700696&r1=1700695&r2=1700696&view=diff
==============================================================================
--- flex/site/trunk/content/download-falconjx.cmsPage (original)
+++ flex/site/trunk/content/download-falconjx.cmsPage Wed Sep  2 00:35:30 2015
@@ -28,10 +28,10 @@ The Apache Flex FalconJX Compiler requir
 ####General Requirements
 - Java SDK 1.6 or greater
 - ANT 1.7.1 or greater
-- Adobe AIR SDK
-- Adobe Flash Player playerglobal.swc
-- Adobe Flash Player Debugger
-- Apache Flex 4.9 or greater
+- Adobe AIR SDK
+- Adobe Flash Player playerglobal.swc
+- Adobe Flash Player Debugger
+- Apache Flex 4.9 or greater
 - Apache Flex TLF
 
 ####Software Dependencies
@@ -42,15 +42,15 @@ Version 2.0 license.  These can be downl
 (jars)
 
 - ant -  [Download](http://search.maven.org/remotecontent?filepath=org/apache/ant/ant/1.7.1/ant-1.7.1.jar) (Apache 2.0 License)
-- antlr - [Download](http://antlr3.org/download/antlr-3.5.2-complete.jar) (BSD License)
-- args4j - [Download](http://search.maven.org/remotecontent?filepath=args4j/args4j/2.0.28/args4j-2.0.28.jar) (MIT License)
-- commons-cli - [Download](http://archive.apache.org/dist/commons/cli/binaries/commons-cli-1.2-bin.tar.gz) (Apache 2.0 License)
-- commons-io - [Download](http://archive.apache.org/dist/commons/io/binaries/commons-io-2.0.1.tar.gz) (Apache 2.0 License)
-- guava - [Download](http://search.maven.org/remotecontent?filepath=com/google/guava/guava/15.0/guava-15.0.jar) (Apache 2.0 License)
-- jburg - [Download](http://downloads.sourceforge.net/project/jburg/jburg-1.10.1.tar.gz)  (CPL)
-- jflex - [Download](http://jflex.de/jflex-1.5.1.tar.gz) (BSD License)
-- lzma - [Download](http://www.java2s.com/Code/JarDownload/lzma/lzma-9.20.jar.zip)  (Public Domain)
-- Google Closure Compiler - [Download](http://github.com/google/closure-compiler/archive/v20140625.zip) (Apache 2.0 License)
+- antlr - [Download](http://antlr3.org/download/antlr-3.5.2-complete.jar) (BSD License)
+- args4j - [Download](http://search.maven.org/remotecontent?filepath=args4j/args4j/2.0.28/args4j-2.0.28.jar) (MIT License)
+- commons-cli - [Download](http://archive.apache.org/dist/commons/cli/binaries/commons-cli-1.2-bin.tar.gz) (Apache 2.0 License)
+- commons-io - [Download](http://archive.apache.org/dist/commons/io/binaries/commons-io-2.0.1.tar.gz) (Apache 2.0 License)
+- guava - [Download](http://search.maven.org/remotecontent?filepath=com/google/guava/guava/15.0/guava-15.0.jar) (Apache 2.0 License)
+- jburg - [Download](http://downloads.sourceforge.net/project/jburg/jburg-1.10.1.tar.gz)  (CPL)
+- jflex - [Download](http://jflex.de/jflex-1.5.1.tar.gz) (BSD License)
+- lzma - [Download](http://www.java2s.com/Code/JarDownload/lzma/lzma-9.20.jar.zip)  (Public Domain)
+- Google Closure Compiler - [Download](http://github.com/google/closure-compiler/archive/v20140625.zip) (Apache 2.0 License)
 - org.json - [Download](http://search.maven.org/remotecontent?filepath=org/codeartisans/org.json/20131017/org.json-20131017.jar) (MIT License)
 
 <br/ >All of the above dependencies can automatically be downloaded via the following ANT commands :
@@ -86,14 +86,14 @@ The PGP signatures can be verified using
 Alternatively, you can verify the MD5 signature on the files. A unix/Mac program called `md5` or `md5sum` is included in many unix distributions. It is also available as part of [GNU Textutils][11]. Windows users can get binary md5 programs from [here][12] , [here][13] , or [here][14]. An MD5 signature consists of 32 hex characters, and a SHA1 signature consists of 40 hex characters. Ensure your generated signature string matches the signature string published in the files above.
 
 
-[2]: http://www.apache.org/dyn/closer.cgi/flex/falcon/0.0.2/RELEASE_NOTES
-[3]: http://www.apache.org/dyn/closer.cgi/flex/falcon/0.0.2/apache-flex-falconjx-0.0.2-src.tar.gz
-[4]: http://www.apache.org/dyn/closer.cgi/flex/falcon/0.0.2/apache-flex-falconjx-0.0.2-src.zip
-[7]: http://www.apache.org/dyn/closer.cgi/flex/falcon/0.0.2/binaries/apache-flex-falconjx-0.0.2-bin.tar.gz
-[8]: http://www.apache.org/dyn/closer.cgi/flex/falcon/0.0.2/binaries/apache-flex-falconjx-0.0.2-bin.zip
+[2]: http://www.apache.org/dyn/closer.lua/flex/falcon/0.0.2/RELEASE_NOTES
+[3]: http://www.apache.org/dyn/closer.lua/flex/falcon/0.0.2/apache-flex-falconjx-0.0.2-src.tar.gz
+[4]: http://www.apache.org/dyn/closer.lua/flex/falcon/0.0.2/apache-flex-falconjx-0.0.2-src.zip
+[7]: http://www.apache.org/dyn/closer.lua/flex/falcon/0.0.2/binaries/apache-flex-falconjx-0.0.2-bin.tar.gz
+[8]: http://www.apache.org/dyn/closer.lua/flex/falcon/0.0.2/binaries/apache-flex-falconjx-0.0.2-bin.zip
 [10]: http://www.apache.org/dist/flex/KEYS
 [11]: http://www.gnu.org/software/textutils/textutils.html
 [12]: http://www.fourmilab.ch/md5/
 [13]: http://www.pc-tools.net/win32/freeware/console/
 [14]: http://www.slavasoft.com/fsum/
-[15]: http://www.apache.org/dyn/closer.cgi/flex/falcon/0.0.2/READme
+[15]: http://www.apache.org/dyn/closer.lua/flex/falcon/0.0.2/READme

Modified: flex/site/trunk/content/download-flexjs.cmsPage
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/download-flexjs.cmsPage?rev=1700696&r1=1700695&r2=1700696&view=diff
==============================================================================
--- flex/site/trunk/content/download-flexjs.cmsPage (original)
+++ flex/site/trunk/content/download-flexjs.cmsPage Wed Sep  2 00:35:30 2015
@@ -27,14 +27,14 @@ Apache FlexJS requires some build tools
 
 ####General Requirements
 - Java SDK 1.6 or greater
-- ANT 1.7.1 or greater
-- Google Closure Library
-- Google Closure Linter
+- ANT 1.7.1 or greater
+- Google Closure Library
+- Google Closure Linter
 - Adobe Flash Player playerglobal.swc
-- JSHint
-- Apache Flex FalconJX 0.0.2 or greater
+- JSHint
+- Apache Flex FalconJX 0.0.2 or greater
 - Apache Flex FlexUnit 4.2 or greater
-- Apache Flex 4.8 or greater
+- Apache Flex 4.8 or greater
 
 ####Software Dependencies
 
@@ -66,16 +66,16 @@ The PGP signatures can be verified using
 Alternatively, you can verify the MD5 signature on the files. A unix/Mac program called `md5` or `md5sum` is included in many unix distributions. It is also available as part of [GNU Textutils][11]. Windows users can get binary md5 programs from [here][12] , [here][13] , or [here][14]. An MD5 signature consists of 32 hex characters, and a SHA1 signature consists of 40 hex characters. Ensure your generated signature string matches the signature string published in the files above.
 
 
-[2]: http://www.apache.org/dyn/closer.cgi/flex/flexjs/0.0.2/RELEASE_NOTES
-[3]: http://www.apache.org/dyn/closer.cgi/flex/flexjs/0.0.2/apache-flex-flexjs-0.0.2-src.tar.gz
-[4]: http://www.apache.org/dyn/closer.cgi/flex/flexjs/0.0.2/apache-flex-flexjs-0.0.2-src.zip
-[7]: http://www.apache.org/dyn/closer.cgi/flex/flexjs/0.0.2/binaries/apache-flex-flexjs-0.0.2-bin.tar.gz
-[8]: http://www.apache.org/dyn/closer.cgi/flex/flexjs/0.0.2/binaries/apache-flex-flexjs-0.0.2-bin.zip
+[2]: http://www.apache.org/dyn/closer.lua/flex/flexjs/0.0.2/RELEASE_NOTES
+[3]: http://www.apache.org/dyn/closer.lua/flex/flexjs/0.0.2/apache-flex-flexjs-0.0.2-src.tar.gz
+[4]: http://www.apache.org/dyn/closer.lua/flex/flexjs/0.0.2/apache-flex-flexjs-0.0.2-src.zip
+[7]: http://www.apache.org/dyn/closer.lua/flex/flexjs/0.0.2/binaries/apache-flex-flexjs-0.0.2-bin.tar.gz
+[8]: http://www.apache.org/dyn/closer.lua/flex/flexjs/0.0.2/binaries/apache-flex-flexjs-0.0.2-bin.zip
 [10]: http://www.apache.org/dist/flex/KEYS
 [11]: http://www.gnu.org/software/textutils/textutils.html
 [12]: http://www.fourmilab.ch/md5/
 [13]: http://www.pc-tools.net/win32/freeware/console/
 [14]: http://www.slavasoft.com/fsum/
-[15]: http://www.apache.org/dyn/closer.cgi/flex/flexjs/0.0.2/READme
-[16]: http://flex.apache.org/download-flexunit.html
-[17]: http://flex.apache.org/download-falconjx.html
+[15]: http://www.apache.org/dyn/closer.lua/flex/flexjs/0.0.2/READme
+[16]: http://flex.apache.org/download-flexunit.html
+[17]: http://flex.apache.org/download-falconjx.html

Modified: flex/site/trunk/content/download-flexunit.cmsPage
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/download-flexunit.cmsPage?rev=1700696&r1=1700695&r2=1700696&view=diff
==============================================================================
--- flex/site/trunk/content/download-flexunit.cmsPage (original)
+++ flex/site/trunk/content/download-flexunit.cmsPage Wed Sep  2 00:35:30 2015
@@ -90,14 +90,14 @@ The PGP signatures can be verified using
 Alternatively, you can verify the MD5 signature on the files. A unix/Mac program called `md5` or `md5sum` is included in many unix distributions. It is also available as part of [GNU Textutils][11]. Windows users can get binary md5 programs from [here][12] , [here][13] , or [here][14]. An MD5 signature consists of 32 hex characters, and a SHA1 signature consists of 40 hex characters. Ensure your generated signature string matches the signature string published in the files above.
 
 
-[2]: http://www.apache.org/dyn/closer.cgi/flex/flexunit/4.2.0/RELEASE_NOTES
-[3]: http://www.apache.org/dyn/closer.cgi/flex/flexunit/4.2.0/apache-flex-flexunit-4.2.0-4.12.0-src.tar.gz
-[4]: http://www.apache.org/dyn/closer.cgi/flex/flexunit/4.2.0/apache-flex-flexunit-4.2.0-4.12.0-src.zip
-[7]: http://www.apache.org/dyn/closer.cgi/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.tar.gz
-[8]: http://www.apache.org/dyn/closer.cgi/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
+[2]: http://www.apache.org/dyn/closer.lua/flex/flexunit/4.2.0/RELEASE_NOTES
+[3]: http://www.apache.org/dyn/closer.lua/flex/flexunit/4.2.0/apache-flex-flexunit-4.2.0-4.12.0-src.tar.gz
+[4]: http://www.apache.org/dyn/closer.lua/flex/flexunit/4.2.0/apache-flex-flexunit-4.2.0-4.12.0-src.zip
+[7]: http://www.apache.org/dyn/closer.lua/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.tar.gz
+[8]: http://www.apache.org/dyn/closer.lua/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
 [10]: http://www.apache.org/dist/flex/KEYS
 [11]: http://www.gnu.org/software/textutils/textutils.html
 [12]: http://www.fourmilab.ch/md5/
 [13]: http://www.pc-tools.net/win32/freeware/console/
 [14]: http://www.slavasoft.com/fsum/
-[15]: http://www.apache.org/dyn/closer.cgi/flex/flexunit/4.2.0/README
\ No newline at end of file
+[15]: http://www.apache.org/dyn/closer.lua/flex/flexunit/4.2.0/README
\ No newline at end of file

Modified: flex/site/trunk/content/download-squiggly.cmsPage
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/download-squiggly.cmsPage?rev=1700696&r1=1700695&r2=1700696&view=diff
==============================================================================
--- flex/site/trunk/content/download-squiggly.cmsPage (original)
+++ flex/site/trunk/content/download-squiggly.cmsPage Wed Sep  2 00:35:30 2015
@@ -28,7 +28,7 @@ Apache Squiggly requires some build tool
 To compile the source code you need:
 - Java SDK 1.6 or greater
 - ANT 1.7.1 or greater
-- Apache Flex 4.8 or greater
+- Apache Flex 4.8 or greater
 
 ####Software Dependencies
 
@@ -59,15 +59,15 @@ The PGP signatures can be verified using
 
 Alternatively, you can verify the MD5 signature on the files. A unix/Mac program called `md5` or `md5sum` is included in many unix distributions. It is also available as part of [GNU Textutils][11]. Windows users can get binary md5 programs from [here][12] , [here][13] , or [here][14]. An MD5 signature consists of 32 hex characters, and a SHA1 signature consists of 40 hex characters. Ensure your generated signature string matches the signature string published in the files above.
 
-[1]: http://www.apache.org/dyn/closer.cgi/flex/squiggly/1.1/README
-[2]: http://www.apache.org/dyn/closer.cgi/flex/squiggly/1.1/RELEASE_NOTES
-[3]: http://www.apache.org/dyn/closer.cgi/flex/squiggly/1.1/apache-flex-squiggly-1.1-src.tar.gz
-[4]: http://www.apache.org/dyn/closer.cgi/flex/squiggly/1.1/apache-flex-squiggly-1.1-src.zip
-[5]: http://www.apache.org/dyn/closer.cgi/flex/squiggly/1.1/apache-flex-squiggly-1.1-bin.tar.gz
-[6]: http://www.apache.org/dyn/closer.cgi/flex/squiggly/1.1/apache-flex-squiggly-1.1-bin.zip
+[1]: http://www.apache.org/dyn/closer.lua/flex/squiggly/1.1/README
+[2]: http://www.apache.org/dyn/closer.lua/flex/squiggly/1.1/RELEASE_NOTES
+[3]: http://www.apache.org/dyn/closer.lua/flex/squiggly/1.1/apache-flex-squiggly-1.1-src.tar.gz
+[4]: http://www.apache.org/dyn/closer.lua/flex/squiggly/1.1/apache-flex-squiggly-1.1-src.zip
+[5]: http://www.apache.org/dyn/closer.lua/flex/squiggly/1.1/apache-flex-squiggly-1.1-bin.tar.gz
+[6]: http://www.apache.org/dyn/closer.lua/flex/squiggly/1.1/apache-flex-squiggly-1.1-bin.zip
 [10]: http://www.apache.org/dist/flex/KEYS
 [11]: http://www.gnu.org/software/textutils/textutils.html
 [12]: http://www.fourmilab.ch/md5/
 [13]: http://www.pc-tools.net/win32/freeware/console/
-[14]: http://www.slavasoft.com/fsum/
-
+[14]: http://www.slavasoft.com/fsum/
+

Modified: flex/site/trunk/content/download-tourdeflex.cmsPage
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/download-tourdeflex.cmsPage?rev=1700696&r1=1700695&r2=1700696&view=diff
==============================================================================
--- flex/site/trunk/content/download-tourdeflex.cmsPage (original)
+++ flex/site/trunk/content/download-tourdeflex.cmsPage Wed Sep  2 00:35:30 2015
@@ -52,13 +52,13 @@ The PGP signatures can be verified using
 Alternatively, you can verify the MD5 signature on the files. A unix/Mac program called `md5` or `md5sum` is included in many unix distributions. It is also available as part of [GNU Textutils][11]. Windows users can get binary md5 programs from [here][12] , [here][13] , or [here][14]. An MD5 signature consists of 32 hex characters, and a SHA1 signature consists of 40 hex characters. Ensure your generated signature string matches the signature string published in the files above.
 
 
-[2]: http://www.apache.org/dyn/closer.cgi/flex/tourdeflex/1.2/RELEASE_NOTES
-[3]: http://www.apache.org/dyn/closer.cgi/flex/tourdeflex/1.2/apache-flex-tour-de-flex-component-explorer-1.2-src.tar.gz
-[4]: http://www.apache.org/dyn/closer.cgi/flex/tourdeflex/1.2/apache-flex-tour-de-flex-component-explorer-1.2-src.zip
+[2]: http://www.apache.org/dyn/closer.lua/flex/tourdeflex/1.2/RELEASE_NOTES
+[3]: http://www.apache.org/dyn/closer.lua/flex/tourdeflex/1.2/apache-flex-tour-de-flex-component-explorer-1.2-src.tar.gz
+[4]: http://www.apache.org/dyn/closer.lua/flex/tourdeflex/1.2/apache-flex-tour-de-flex-component-explorer-1.2-src.zip
 [10]: http://www.apache.org/dist/flex/KEYS
 [11]: http://www.gnu.org/software/textutils/textutils.html
 [12]: http://www.fourmilab.ch/md5/
 [13]: http://www.pc-tools.net/win32/freeware/console/
 [14]: http://www.slavasoft.com/fsum/
-[15]: http://www.apache.org/dyn/closer.cgi/flex/tourdeflex/1.2/README
+[15]: http://www.apache.org/dyn/closer.lua/flex/tourdeflex/1.2/README
 [16]: http://flex.apache.org/tourdeflex/index.html
\ No newline at end of file