Redirect to new spring.io project page

Fixes: gh-482
This commit is contained in:
Josh Cummings
2018-05-31 07:57:50 -06:00
committed by Rob Winch
parent e9148d2fa4
commit b277d07f09

View File

@@ -1,74 +1,11 @@
---
# The name of your project
title: Spring Data JPA
badges:
# Specify your project's twitter handle, if any. Delete if none.
twitter: SpringLDAP
# Customize your project's badges. Delete any entries that do not apply.
custom:
- name: Source (GitHub)
url: https://github.com/spring-projects/spring-ldap
icon: github
- name: Issues (GitHub)
url: https://github.com/spring-projects/spring-ldap/issues
icon: tracking
- name: CI (Bamboo)
url: https://build.springsource.org/browse/LDAP
icon: ci
- name: StackOverflow
url: http://stackoverflow.com/questions/tagged/spring-ldap
icon: stackoverflow
- name: Metrics (SonarQube)
url: https://sonar.springsource.org/dashboard/index/org.springframework.ldap:spring-ldap
icon: metrics
---
<!DOCTYPE HTML>
<!DOCTYPE html>
<html lang="en-US">
{% capture billboard_description %}
Makes it easier to build Spring-based applications that use the Lightweight Directory Access Protocol.
{% endcapture %}
{% capture main_content %}
Spring LDAP is a Java library for simplifying LDAP operations, based on the pattern of Spring's JdbcTemplate. The framework relieves the user of common chores, such as looking up and closing contexts, looping through results, encoding/decoding values and filters, and more.
## Features
* Provides LDAP template which eliminates the need to worry about creating and closing LdapContext and looping through NamingEnumeration
* Comprehensive unchecked Exception hierarchy built on Spring's DataAccessException
* Contains classes for dynamically building LDAP filters and Distinguished Names (DNs)
* Client-side LDAP transaction management
* Much more...
<span id="quick-start"></span>
## Quick Start
{% include download_widget.md %}
{% endcapture %}
{% capture related_resources %}
### Getting Started
[Introduction to Spring LDAP](http://docs.spring.io/spring-ldap/docs/current/reference/#introduction)
[Spring LDAP 2.0 Presentation](http://spring.io/blog/2014/03/26/webinar-replay-spring-ldap-2-0-0)
{% endcapture %}
{% include project_page.html %}
<meta charset="utf-8">
<title>Redirecting&hellip;</title>
<link rel="canonical" href="http://spring.io/projects/spring-ldap">
<meta http-equiv="refresh" content="0; url=http://spring.io/projects/spring-ldap">
<meta name="robots" content="noindex">
<h1>Redirecting&hellip;</h1>
<a href="http://spring.io/projects/spring-ldap">Click here if you are not redirected.</a>
<script>location="http://spring.io/projects/spring-ldap"</script>
</html>