Contents
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 |
|
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)>>
Copyright
Erin Mulder - <meara AT alumni DOT princeton DOT edu>
License
Bugs