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

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
     new f9cf7bb  Remove plugins page and redirect to plugin portal
     new df9040c  Merge pull request #551 from hectorespert/pluhins_link
f9cf7bb is described below

commit f9cf7bb8d586a068c847dba30a4e34f7fbe23307
Author: Hector Espert <hectorespertpa...@gmail.com>
AuthorDate: Sun May 30 18:35:23 2021 +0200

    Remove plugins page and redirect to plugin portal
---
 netbeans.apache.org/src/content/.htaccess          |  3 ++
 .../src/content/plugins/index.asciidoc             | 39 ----------------------
 .../src/content/templates/footer.gsp               |  2 +-
 3 files changed, 4 insertions(+), 40 deletions(-)

diff --git a/netbeans.apache.org/src/content/.htaccess 
b/netbeans.apache.org/src/content/.htaccess
index beb8368..2bca662 100644
--- a/netbeans.apache.org/src/content/.htaccess
+++ b/netbeans.apache.org/src/content/.htaccess
@@ -46,6 +46,9 @@ Redirect 301 /community/releases/82/ 
/download/archive/index.html
 RedirectMatch 301 ^/community/releases/.*$ /download/archive/index.html
 RedirectMatch 301 ^/.?downloads/.*$ /download/index.html
 
+# Redirect plugin page to plugin portal
+Redirect 302 /plugins/index.html https://plugins.netbeans.apache.org/
+
 # A simple error page
 ErrorDocument 404 /404.html
 
diff --git a/netbeans.apache.org/src/content/plugins/index.asciidoc 
b/netbeans.apache.org/src/content/plugins/index.asciidoc
deleted file mode 100644
index 040746a..0000000
--- a/netbeans.apache.org/src/content/plugins/index.asciidoc
+++ /dev/null
@@ -1,39 +0,0 @@
-////
-     Licensed to the Apache Software Foundation (ASF) under one
-     or more contributor license agreements.  See the NOTICE file
-     distributed with this work for additional information
-     regarding copyright ownership.  The ASF licenses this file
-     to you under the Apache License, Version 2.0 (the
-     "License"); you may not use this file except in compliance
-     with the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing,
-     software distributed under the License is distributed on an
-     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-     KIND, either express or implied.  See the License for the
-     specific language governing permissions and limitations
-     under the License.
-////
-= Apache NetBeans Plugins
-:jbake-type: page
-:jbake-tags: community
-:jbake-status: published
-:keywords: Apache NetBeans plugins modules
-:description: Apache NetBeans Plugins
-:toc: left
-:toc-title:
-
-
-The NetBeans IDE and the NetBeans Platform are built on top of a modular 
architecture, and can be enhanced with plugins. 
-
-We are currently transitioning the plugin portal to the new Apache 
infrastructure. Some plugins won't be able to be hosted in Apache 
infrastructure due to licensing issues.
-
-Apache NetBeans uses the same update center as in previous versions, so you 
should be able to install plugins (hosted outside the Apache infrastructure) 
designed for previous versions of NetBeans. You will be asked to accept the 
appropriate license agreement for any plugins you install.
-
-Please visit the previous 
link:http://plugins.netbeans.org/PluginPortal/[NetBeans Plugin Portal] for more 
information about NetBeans plugins.
-
-
-
-
diff --git a/netbeans.apache.org/src/content/templates/footer.gsp 
b/netbeans.apache.org/src/content/templates/footer.gsp
index b176fea..4769f03 100644
--- a/netbeans.apache.org/src/content/templates/footer.gsp
+++ b/netbeans.apache.org/src/content/templates/footer.gsp
@@ -83,7 +83,7 @@
                 <h1><a href="/download/nb110/nb110.html">Download</a></h1>
                 <ul>
                     <li><a href="/download/index.html">Releases</a></li>       
             
-                    <li><a href="/plugins/index.html">Plugins</a></li>
+                    <li><a 
href="https://plugins.netbeans.apache.org/";>Plugins</a></li>
                     <li><a href="/download/index.html#source">Building from 
source</a></li>
                     <li><a href="/download/index.html#previous">Previous 
releases</a></li>
                 </ul>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to