Explorar o código

Redirect to new spring.io project page

Fixes: gh-5399
Josh Cummings %!s(int64=7) %!d(string=hai) anos
pai
achega
464115320f
Modificáronse 1 ficheiros con 9 adicións e 80 borrados
  1. 9 80
      index.html

+ 9 - 80
index.html

@@ -1,82 +1,11 @@
----
-# The name of your project
-title: Spring Security
-
-badges:
-
-  # Specify your project's twitter handle, if any. Delete if none.
-  twitter: SpringSecurity
-
-  # Customize your project's badges. Delete any entries that do not apply.
-  custom:
-    - name: Source (GitHub)
-      url:  https://github.com/spring-projects/spring-security
-      icon: github
-
-    - name: Issues (GitHub)
-      url:  https://github.com/spring-projects/spring-security/issues
-      icon: tracking
-
-    - name: CI (Bamboo)
-      url:  https://build.springsource.org/browse/SEC
-      icon: ci
-
-    - name: StackOverflow
-      url:  http://stackoverflow.com/questions/tagged/spring-security
-      icon: stackoverflow
-
-    - name: Metrics (SonarQube)
-      url:  https://sonar.springsource.org/dashboard/index/org.springframework.security:spring-security
-      icon: metrics
-
----
-<!DOCTYPE HTML>
+<!DOCTYPE html>
 <html lang="en-US">
-
-{% capture billboard_description %}
-
-Spring Security is a powerful and highly customizable authentication and access-control framework. It is the de-facto standard for securing Spring-based applications.
-
-{% endcapture %}
-
-{% capture main_content %}
-
-Spring Security is a framework that focuses on providing both authentication and authorization to Java
-applications. Like all Spring projects, the real power of Spring Security is found in how easily it can
-be extended to meet custom requirements
-
-## Features
-
-* Comprehensive and extensible support for both Authentication and Authorization
-* Protection against attacks like session fixation, clickjacking, cross site request forgery, etc
-* Servlet API integration
-* Optional integration with Spring Web MVC
-* Much more...
-
-<span id="quick-start"></span>
-## Quick Start
-
-{% include download_widget.md %}
-
-{% endcapture %}
-
-{% capture related_resources %}
-
-### Additional Resources
-
-* [Getting Started]({{site.guides_base_url}}/)
-* [Spring Security 3.2 Webinar Replay](http://spring.io/blog/2014/01/21/webinar-replay-spring-security-3-2)
-
-### Related Projects
-
-* [Spring LDAP]({{site.projects_site_url}}/spring-ldap)
-* [Spring Security OAuth]({{site.projects_site_url}}/spring-security-oauth)
-* [Spring Security Grails](http://grails.org/plugin/spring-security-core)
-* [Spring Security SAML]({{site.projects_site_url}}/spring-security-saml)
-* [Spring Security Kerberos]({{site.projects_site_url}}/spring-security-kerberos)
-
-{% endcapture %}
-
-
-{% include project_page.html %}
+  <meta charset="utf-8">
+  <title>Redirecting&hellip;</title>
+  <link rel="canonical" href="https://spring.io/projects/spring-security">
+  <meta https-equiv="refresh" content="0; url=https://spring.io/projects/spring-security">
+  <meta name="robots" content="noindex">
+  <h1>Redirecting&hellip;</h1>
+  <a href="https://spring.io/projects/spring-security">Click here if you are not redirected.</a>
+  <script>location="https://spring.io/projects/spring-security"</script>
 </html>