mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 23:47:37 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
12 lines
440 B
Text
12 lines
440 B
Text
This is a Python library of web-related functions, such as:
|
|
|
|
- remove comments, or tags from HTML snippets
|
|
- extract base url from HTML snippets
|
|
- translate entites on HTML strings
|
|
- encoding mulitpart/form-data
|
|
- convert raw HTTP headers to dicts and vice-versa
|
|
- construct HTTP auth header
|
|
- converting HTML pages to unicode
|
|
- RFC-compliant url joining
|
|
- sanitize urls (like browsers do)
|
|
- extract arguments from urls
|