Skip to content

Commit 4ea8f55

Browse files
committed
Update README.md.
1 parent 68c7dfb commit 4ea8f55

2 files changed

Lines changed: 49 additions & 92 deletions

File tree

README

Lines changed: 0 additions & 88 deletions
This file was deleted.

README.md

Lines changed: 49 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
![http://openid4java.googlecode.com/svn/trunk/openid4java.png](http://openid4java.googlecode.com/svn/trunk/openid4java.png) **[中文(简体)](http://code.google.com/p/openid4java/wiki/ProjectHome_zh_CN)**
1+
![OpenID4Java](openid4java.png)
2+
3+
**[中文(简体)](http://code.google.com/p/openid4java/wiki/ProjectHome_zh_CN)**
24

35

46
# What is this package? #
@@ -51,7 +53,7 @@ The bulk of the action amounts to about a dozen lines of code.
5153
A working example of a simple (6 JSP files) OpenID Provider and Relying Party can be found under samples/simple-openid/.
5254
Start it with:
5355
```
54-
mvn jetty:run
56+
mvn jetty:run
5557
```
5658
And access it at http://localhost:8080/simple-openid/
5759

@@ -71,6 +73,49 @@ SampleConsumer
7173

7274
SampleServer
7375

76+
# Package contents #
77+
78+
[CHANGELOG](CHANGELOG)
79+
Version highlight changes.
80+
81+
[INSTALL](INSTALL)
82+
Installation and usage instructions.
83+
84+
[LICENSE](LICENSE)
85+
OpenID4Java Library license (Apache 2.0).
86+
87+
[MAINTAINERS](MAINTAINERS)
88+
List of code and documentation maintainers.
89+
90+
[README.md](README.md)
91+
This file!
92+
93+
[TODO](TODO)
94+
Tasks remaining and/or ongoing.
95+
96+
[VERSION](VERSION)
97+
The released version of this package.
98+
99+
[apidoc/](apidoc)
100+
JavaDoc API documentation.
101+
102+
[samples/](samples)
103+
Sample implementation projects. See samples/README for details.
104+
105+
[src/](src)
106+
Source code.
107+
108+
[test/](test)
109+
Test cases source code and test data.
110+
111+
[lib/](lib)
112+
Library dependencies.
113+
114+
[build.xml](build.xml)
115+
Ant build file; see INSTALL / Building the package.
116+
117+
[project.properties](project.properties)
118+
Build properties file.
74119

75-
## Developed with lots of pleasure from: ##
76-
[![](http://www.jetbrains.com/img/logos/logo_intellij_idea.gif)](http://www.jetbrains.com/idea/)
120+
[pom.xml](pom.xml)
121+
Maven POM.

0 commit comments

Comments
 (0)