head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	old_RELEASE_8_0_0:1.1
	old_RELEASE_7_2_0:1.1
	old_RELEASE_7_1_0:1.1
	old_RELEASE_6_4_0:1.1
	old_RELEASE_5_EOL:1.1
	old_RELEASE_7_0_0:1.1
	old_RELEASE_6_3_0:1.1
	old_PRE_XORG_7:1.1
	old_RELEASE_4_EOL:1.1
	old_RELEASE_6_2_0:1.1
	old_RELEASE_6_1_0:1.1
	old_RELEASE_5_5_0:1.1
	old_RELEASE_6_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2010.01.14.03.14.32;	author yzlin;	state Exp;
branches;
next	1.1;

1.1
date	2005.07.16.21.51.18;	author pav;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Force commit to note repocopy: www/py-beautifulsoup -> www/py-beautifulsoup30

PR:		ports/141288
Submitted by:	Kirk Strauser <kirk AT daycos.com>
Approved by:	lwhsu (mentor)
Repocopy by:	marcus
@
text
@Beautiful Soup parses arbitrarily invalid XML- or HTML-like substance
into a tree representation. It provides methods and Pythonic idioms
that make it easy to search and modify the tree.

A well-formed XML/HTML document will yield a well-formed data
structure. An ill-formed XML/HTML document will yield a
correspondingly ill-formed data structure. If your document is only
locally well-formed, you can use this library to find and process the
well-formed part of it. The BeautifulSoup class has heuristics for
obtaining a sensible parse tree in the face of common HTML errors.

WWW: http://www.crummy.com/software/BeautifulSoup/
@


1.1
log
@Beautiful Soup parses arbitrarily invalid XML- or HTML-like substance
into a tree representation. It provides methods and Pythonic idioms
that make it easy to search and modify the tree.

PR:		ports/83531
Submitted by:	Mike Meyer <mwm@@mired.org>
@
text
@@

