Index of the fixuplinks module
-
m
wsgifilter.fixuplinks
...
- utilities for manipulating html links
- a CSS_URL_PAT ...
- f resolve_base_tags_in_document ... - removes all html <base href=""> tags from the document given.
- f fixup_text_links ... - fixup_links(), but work on text and returns text
- f fixup_css_links ... - prepends url(...) in css style elements to be absolute links based on base_uri
- f fixup_links ... - Takes a given document (already parsed by lxml) and modifies it in-place. Every link is passed through link_repl_func, and the output of that function replaces the link.