|
1 |
| -SPRING SOCIAL 1.0.0 M1 (OCT 29, 2010) |
2 |
| -------------------------------------- |
3 |
| -Spring Social is released under the terms of the Apache Software License, |
4 |
| -Version 2.0 (see license.txt). |
| 1 | +Spring Social |
| 2 | +----------------------------------------------------------- |
| 3 | +The Spring Social project allows you to integrate the APIs exposed by Software-as-a-Service (SaaS) providers such as Facebook and Twitter into your applications. |
| 4 | +It consists of a service provider 'connect' framework, sign-in support, and strongly-typed Java API bindings. |
5 | 5 |
|
6 |
| -Visit the Spring Social home at http://www.springsource.org/spring-social |
| 6 | +To find out what has changed in this release, see 'changelog.txt' |
7 | 7 |
|
| 8 | +Please consult the documentation located within the 'docs/reference' directory of this release and also visit the official Spring Social home at: |
| 9 | +http://www.springsource.org/spring-social |
8 | 10 |
|
9 |
| -DISTRIBUTION CONTENTS: |
10 |
| - |
11 |
| -The JARs are available in the 'bin' directory, and the source JARs are in |
12 |
| -the 'src' directory. |
13 |
| - |
14 |
| -The javadoc is located in the 'docs' directory. |
15 |
| - |
16 |
| - |
17 |
| -EXAMPLE CODE: |
18 |
| - |
19 |
| -For an example of how Spring Social can be used in a social-ready application, |
20 |
| -see the Greenhouse project. Greenhouse illustrates real-world use of the main |
21 |
| -features of Spring Social. To get the latest Greenhouse code, clone the Git |
22 |
| -repository at either of the two following URLs: |
23 |
| - |
24 |
| - - git://git.springsource.org/greenhouse/greenhouse.git |
25 |
| - - http://http.git.springsource.org/greenhouse/greenhouse.git |
| 11 | +There you will find links to the forum, issue tracker, samples, and other resources. |
26 | 12 |
|
0 commit comments