From e42a39e1aa12f5be0f567399a7eaf38ab0e9fe2b Mon Sep 17 00:00:00 2001 From: gfxmonk Date: Sat, 24 Apr 2010 13:47:35 +1000 Subject: [PATCH] modified readme --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index 4bf5057..e1acc4a 100644 --- a/README +++ b/README @@ -8,3 +8,7 @@ Given a html document, it pulls out the main body text and cleans it up. Ruby port by starrhorne and iterationlabs Python port by gfxmonk + +This port uses BeautifulSoup for the HTML parsing. That means it can be +a little slow, but will work on Google App Engine (unlike libxml-based +libraries)