From bee6ec4bb923559f25b892aa968bd9d31bac34d2 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Mon, 4 Jan 2010 12:12:14 -0800 Subject: [PATCH] Embiggened docs link, renamed some things, added stats link, added bug reporting section. --- doc/real_index.html | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/doc/real_index.html b/doc/real_index.html index c4b98a5..f3b0bd7 100644 --- a/doc/real_index.html +++ b/doc/real_index.html @@ -22,9 +22,7 @@

Eventlet is a networking library written in Python. It achieves high scalability by using non-blocking io while at the same time retaining high programmer usability by using coroutines to make the non-blocking io operations appear blocking at the source code level.

-

Documentation

- -API Documentation +

API Documentation

Installation

@@ -47,10 +45,16 @@ easy_install eventlet

Development

-

"root" repository

+

trunk repository

We use Mercurial for our source control, hosted by BitBucket. It's easy to branch off the main repository and contribute patches, tests, and documentation back upstream.

+

Bugs

+ +

Bug Report Form

+ +

No registration is required. Please be sure to report bugs as effectively as possible, to ensure that we understand and act on them quickly.

+

Web Crawler ExampleΒΆ

This is a simple web “crawler” that fetches a bunch of urls using a coroutine pool. It has as much concurrency (i.e. pages being fetched simultaneously) as coroutines in the pool.

@@ -78,9 +82,13 @@ easy_install eventlet for waiter in waiters: waiter.wait()
+ +

Stats

+ +
@@ -92,6 +100,7 @@ easy_install eventlet