IncludeUrlContent

Description

This is a very simple macro that just grabs the content at the specified URL and includes it as raw HTML.

It doesn't strip out HTML header tags, so it's most useful for URLs that return HTML fragments rather than entire sites. I'm using it to pull in fragments generated by automated processes (e.g. backup status, documentation exports, etc.).

Download & Release Notes

Download

Release Version

Moin Version

Release Notes

IncludeUrlContent.py

1.2.3

Usage

The content must be in a utf-8 encoded file, or it will be prepended with a bom (like this: �� ).

Example

<<IncludeUrlContent(http://www.xyz.org/someFragment.html)>>

Erin Mulder - <meara AT alumni DOT princeton DOT edu>

License

Bugs

Discussion

MoinMoin: MacroMarket/IncludeUrlContent (last edited 2010-06-15 18:44:50 by ufo)