You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2012/11/15 14:59:14 UTC

svn commit: r1409791 - /mina/site/trunk/lib/path.pm

Author: elecharny
Date: Thu Nov 15 13:59:13 2012
New Revision: 1409791

URL: http://svn.apache.org/viewvc?rev=1409791&view=rev
Log:
Moved from XXX to XXX-project

Modified:
    mina/site/trunk/lib/path.pm

Modified: mina/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/mina/site/trunk/lib/path.pm?rev=1409791&r1=1409790&r2=1409791&view=diff
==============================================================================
--- mina/site/trunk/lib/path.pm (original)
+++ mina/site/trunk/lib/path.pm Thu Nov 15 13:59:13 2012
@@ -17,54 +17,54 @@ our @patterns = (
     #
     
     # Download MINA Archive page
-    [qr!mina\/download\/download-archive\.mdtext$!, template_page => {
-        template => "mina/download-archive.html",
+    [qr!mina-project\/download\/download-archive\.mdtext$!, template_page => {
+        template => "mina-project/download-archive.html",
         isMina => true, 
         version => $version_mina } ],
     
     # Download MINA Linux BIN page
-    [qr!mina\/download\/download-linux-bin\.mdtext$!, template_page => {
-        template => "mina/download-linux-bin.html",
+    [qr!mina-project\/download\/download-linux-bin\.mdtext$!, template_page => {
+        template => "mina-project/download-linux-bin.html",
         isMina => true, 
         version => $version_mina } ],
     
     # Download MINA Linux DEB page
-    [qr!mina\/download\/download-linux-deb\.mdtext$!, template_page => {
-        template => "mina/download-linux-deb.html",
+    [qr!mina-project\/download\/download-linux-deb\.mdtext$!, template_page => {
+        template => "mina-project/download-linux-deb.html",
         isMina => true, 
         version => $version_mina } ],
     
     # Download MINA Linux RPM page
-    [qr!mina\/download\/download-linux-rpm\.mdtext$!, template_page => {
-        template => "mina/download-linux-rpm.html",
+    [qr!mina-project\/download\/download-linux-rpm\.mdtext$!, template_page => {
+        template => "mina-project/download-linux-rpm.html",
         isMina => true, 
         version => $version_mina } ],
     
     # Download MINA Mac OS X page
-    [qr!mina\/download\/download-macosx\.mdtext$!, template_page => {
-        template => "mina/download-macosx.html",
+    [qr!mina-project\/download\/download-macosx\.mdtext$!, template_page => {
+        template => "mina-project/download-macosx.html",
         isMina => true, 
         version => $version_mina } ],
     
     # Download MINA Sources page
-    [qr!mina\/download\/download-sources\.mdtext$!, template_page => {
-        template => "mina/download-sources.html",
+    [qr!mina-project\/download\/download-sources\.mdtext$!, template_page => {
+        template => "mina-project/download-sources.html",
         isMina => true, 
         version => $version_mina } ],
     
     # Download MINA Windows page
-    [qr!mina\/download\/download-windows\.mdtext$!, template_page => {
-        template => "mina/download-windows.html",
+    [qr!mina-project\/download\/download-windows\.mdtext$!, template_page => {
+        template => "mina-project/download-windows.html",
         isMina => true, 
         version => $version_mina } ],
 
     # MINA page with news
-    [qr!mina\/index\.mdtext$!, template_page => {
-        template => "mina/index.html",
+    [qr!mina-project\/index\.mdtext$!, template_page => {
+        template => "mina-project/index.html",
         isMina => true } ],
     
     # Standard MINA page
-    [qr!mina\/.*?\.mdtext$!, template_page => {
+    [qr!mina-project\/.*?\.mdtext$!, template_page => {
         template => "page.html",
         isMina => true } ],
     
@@ -73,20 +73,20 @@ our @patterns = (
     #
     
     # Download Apache FtpServer Archive page
-    [qr!ftpserver\/download\/download-archive\.mdtext$!, template_page => {
-        template => "ftpserver/download-archive.html",
+    [qr!ftpserver-project\/download\/download-archive\.mdtext$!, template_page => {
+        template => "ftpserver-project/download-archive.html",
         isFtpServer => true, 
         version => $version_ftpserver } ],
     
     # Download Apache FtpServer Sources page
-    [qr!ftpserver\/download\/download-sources\.mdtext$!, template_page => {
-        templatapie => "ftpserver/download-sources.html",
+    [qr!ftpserver-project\/download\/download-sources\.mdtext$!, template_page => {
+        templatapie => "ftpserver-project/download-sources.html",
         isFtpServer => true, 
         version => $version_ftpserver } ],
     
     # Standard Apache FtpServer page
-    [qr!ftpserver\/.*?\.mdtext$!, template_page => {
-        template => "ftpserver/page.html",
+    [qr!ftpserver-project\/.*?\.mdtext$!, template_page => {
+        template => "ftpserver-project/page.html",
         isFtpServer => true } ],
 
     #
@@ -94,20 +94,20 @@ our @patterns = (
     #
 
     # Download Apache Sshd Archive page
-    [qr!sshd\/download\/download-archive\.mdtext$!, template_page => {
-        template => "sshd/download-archive.html",
+    [qr!sshd-project\/download\/download-archive\.mdtext$!, template_page => {
+        template => "sshd-project/download-archive.html",
         isSshd => true,
         version => $version_sshd } ],
 
     # Download Apache Sshd Sources page
-    [qr!sshd\/download\/download-sources\.mdtext$!, template_page => {
-        templatapie => "sshd/download-sources.html",
+    [qr!sshd-project\/download\/download-sources\.mdtext$!, template_page => {
+        templatapie => "sshd-project/download-sources.html",
         isSshd => true,
         version => $version_sshd } ],
    
     # Standard Apache Sshd page
-    [qr!sshd\/.*?\.mdtext$!, template_page => {
-        template => "sshd/page.html",
+    [qr!sshd-project\/.*?\.mdtext$!, template_page => {
+        template => "sshd-project/page.html",
         isSshd => true } ],
 
     #
@@ -115,20 +115,20 @@ our @patterns = (
     #
 
     # Download Apache Vysper Archive page
-    [qr!vysper\/download\/download-archive\.mdtext$!, template_page => {
-        template => "vysper/download-archive.html",
+    [qr!vysper-project\/download\/download-archive\.mdtext$!, template_page => {
+        template => "vysper-project/download-archive.html",
         isVysper => true,
         version => $version_vysper } ],
 
     # Download Apache Vysper Sources page
-    [qr!vysper\/download\/download-sources\.mdtext$!, template_page => {
-        templatapie => "vysper/download-sources.html",
+    [qr!vysper-project\/download\/download-sources\.mdtext$!, template_page => {
+        templatapie => "vysper-project/download-sources.html",
         isVysper => true,
         version => $version_vysper } ],
    
     # Standard Apache Vysper page
-    [qr!vysper\/.*?\.mdtext$!, template_page => {
-        template => "vysper/page.html",
+    [qr!vysper-project\/.*?\.mdtext$!, template_page => {
+        template => "vysper-project/page.html",
         isVysper => true } ],
    
     #
@@ -136,20 +136,20 @@ our @patterns = (
     #
 
     # Download Apache AsyncWeb Archive page
-    [qr!asyncweb\/download\/download-archive\.mdtext$!, template_page => {
-        template => "asyncweb/download-archive.html",
+    [qr!asyncweb-project\/download\/download-archive\.mdtext$!, template_page => {
+        template => "asyncweb-project/download-archive.html",
         isAsyncweb => true,
         version => $version_asyncweb } ],
 
     # Download Apache Asyncweb Sources page
-    [qr!asyncweb\/download\/download-sources\.mdtext$!, template_page => {
-        templatapie => "asyncweb/download-sources.html",
+    [qr!asyncweb-project\/download\/download-sources\.mdtext$!, template_page => {
+        templatapie => "asyncweb-project/download-sources.html",
         isAsyncweb => true,
         version => $version_asyncweb } ],
 
     # Standard Apache Asyncweb page
-    [qr!asyncweb\/.*?\.mdtext$!, template_page => {
-        template => "asyncweb/page.html",
+    [qr!asyncweb-project\/.*?\.mdtext$!, template_page => {
+        template => "asyncweb-project/page.html",
         isAsyncweb => true } ],
  
     #