datatracker/ietf/utils
Henrik Levkowetz a7a6d956af Adding a fix in soup2text for a common pathological case: <br><br> used instead
of <p /> to indicate paragraph breaks.

This changes the failed diff for /iesg/telechat/detail/354/ to show only three
differences, where two are whitespace differences and one shows a difference
between '@ietf.org. The' and '@ietf.org . The' and is an artifact of the text
extraction.  Will look at fixing that next.
 - Legacy-Id: 300
2007-06-11 03:36:08 +00:00
..
.gitignore * Moved utility functions into utils/ directory, and started breaking out 2007-05-11 15:48:45 +00:00
__init__.py 'soup2text' is a html-to-text converter which uses the BeautifulSoup.py module. It converts html to plain paragraph-filled readable text. 2007-06-10 11:27:02 +00:00
cache_foreign_key.py Separating out utility functions into their own files. 2007-05-28 09:17:30 +00:00
listop.py Try to make the utils/listop functions return something sensible with empty input. 2007-06-05 15:05:31 +00:00
log.py Use the "standard" django way to get at the settings. 2007-05-24 17:36:25 +00:00
mail.py Fixing a bunch of nits pyflakes were complaining about, in order to get a clean run. There are still at least 2 cases of using undefined values which needs scrutiny. 2007-06-05 16:58:58 +00:00
soup2text.py Adding a fix in soup2text for a common pathological case: <br><br> used instead 2007-06-11 03:36:08 +00:00
templated_form.py Expanded the test code which finds urlpatterns to extract all URLs 2007-06-04 19:26:16 +00:00