Skip to content

Commit

Permalink
Deprecated repository in README
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed May 25, 2012
1 parent 269d28e commit 6b8d491
Showing 1 changed file with 4 additions and 47 deletions.
51 changes: 4 additions & 47 deletions README.md
@@ -1,48 +1,5 @@
# Ring
## Ring has moved to: <https://github.com/ring-clojure/ring>

Ring is a Clojure web applications library inspired by Python's WSGI
and Ruby's Rack. By abstracting the details of HTTP into a simple,
unified API, Ring allows web applications to be constructed of modular
components that can be shared among a variety of applications, web
servers, and web frameworks.

The [SPEC][1] file at the root of this distribution for provides a
complete description of the Ring interface.

[1]: https://github.com/mmcgrana/ring/blob/master/SPEC

## Libraries

* ring-core - essential functions for handling parameters, cookies and more
* ring-devel - functions for developing and debugging Ring applications
* ring-servlet - construct Java servlets from Ring handlers
* ring-jetty-adapter - a Ring adapter that uses the Jetty webserver

## Installation

To include one of the above libraries, for example `ring-core`, add
the following to your `:dependencies`:

[ring/ring-core "1.1.0"]

To include all of them:

[ring "1.1.0"]

## Documentation

* [Wiki](https://github.com/mmcgrana/ring/wiki)
* [API docs](http://mmcgrana.github.com/ring)

## Community

* [Google group](http://groups.google.com/group/ring-clojure)

## Thanks

This project borrows heavily from Ruby's Rack and Python's WSGI;
thanks to those communities for their work.

## License

Copyright (c) 2009-2012 Mark McGranaghan and released under an MIT license.
Ring has been moved to dedicated GitHub organization. This repository
will no longer be updated, so please update your bookmarks and
GitHub watches.

0 comments on commit 6b8d491

Please sign in to comment.