From: Victor Grishchenko Date: Tue, 9 Feb 2010 14:35:51 +0000 (+0100) Subject: added abstract to the index.html X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=9f8fe37a19ae9ff37f40068c9908ec1cd7efd536;p=swift-upb.git added abstract to the index.html --- diff --git a/doc/index.html b/doc/index.html index c034b08..231af3d 100644 --- a/doc/index.html +++ b/doc/index.html @@ -27,6 +27,22 @@
Turn the Net into a single data Cloud!
+
+ Abstract. +  swift is a multiparty transport protocol; its mission is to + disseminate content among a swarm of peers. It is a sort of BitTorrent + at the transport layer. BitTorrent can't + underlie a distributed filesystem or deliver Web pages; while + swift can. + libswift + is 4000 lines of cross-platform C++ code + licensed under LGPL; it runs on misc Unices, Mac OS X and Windows; + it uses UDP with LEDBAT congestion control. + So far our speed record is mere 400Mbps, but we are working on that. + The library is delivered as a part of P2P-Next, + funded by EU FP7. +
+

Ideas

As wise people say, the Internet was initially built for @@ -44,7 +60,8 @@ transport layer. Ultimately, it aims at the abstraction of the Internet as a single big data Cloud. Such entities as storage, servers and connections are abstracted - away and are virtually invisible at the API layer. The data is received + away and are virtually invisible at the API layer. Given a hash, + the data is received from whatever source available and data integrity is checked cryptographically with Merkle hash trees.

diff --git a/doc/style.css b/doc/style.css index 1295156..9575936 100644 --- a/doc/style.css +++ b/doc/style.css @@ -45,6 +45,14 @@ div#motto { text-align: right; font-style: italic; font-size: larger; + margin-bottom: 28pt; +} + +div#abstract { + letter-spacing: 0.06em; + #font-size: larger; + font-style: italic; + font-family: Georgia; } div.fold>h2, div.fold>h3, div.fold>h4 {