Skip to content

Commit

Permalink
README: update
Browse files Browse the repository at this point in the history
Remove leftovers from the past and make more accurate claims about the
fact that we most likely will never merge back with libsdpy again.
  • Loading branch information
bagder committed Feb 23, 2012
1 parent 97bc475 commit 612c208
Showing 1 changed file with 17 additions and 25 deletions.
42 changes: 17 additions & 25 deletions README
@@ -1,8 +1,22 @@
spindly October 17th 2011, Daniel Stenberg
spindly since October 17th 2011, Daniel Stenberg
=======

We've imported the libspdy git repository as a foundation for further work,
toying around and research.
Purpose:

Create a portable C library for SPDY that lets applications easily do
many streams over a single connection without having to know much protocol
details.

Origin:

We started by importing the libspdy git repository. We have since then
modified and extended it beyond what was originally the plan and we can most
likely never merge with the original project again - should they emerge
again from their deep sleep.

Contribute:

Please do! See docs/HACKING for how!

Mailing list:
http://cool.haxx.se/cgi-bin/mailman/listinfo/spdy-library
Expand All @@ -16,9 +30,6 @@ Wiki:
Code:
https://github.com/bagder/spindly

Hopefully we will merge again with the libspdy.org team in a not too distant
future. In the mean time we move ahead.

PROTOCOL specs
==============

Expand All @@ -29,22 +40,3 @@ Draft-2:
Draft-3:

http://mbelshe.github.com/SPDY-Specification/draft-mbelshe-spdy-00.xml


The original README follows below:
------------------------------------------------------------------------
libspdy - An implementation of Googles SPDY protocol.

You should've received a copy of the 3-clause BSD license with this release.

Directories:
bin/
Contains usage samples for libspdy.
doc/
Contains additional documentation and is the Doxygen target.
includes/
Contains the includes which should be used by code utilizing the library.
src/
Contains the sourcecode of the library
tests/
Contains Check based unittests.

0 comments on commit 612c208

Please sign in to comment.