EmbedContent

Description

Will allow you to embed a webpage into a wiki page.

Download & Release Notes

Download

Release Version

Moin Version

Release Notes

EmbedContent.py

test.html

an example of a file that will make the bom (see "Usage" below)

Usage

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.).

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

Example

<<EmbedContent(http://www.someplace.com/page.html)>>

or

<<EmbedContent(file:c:\folder\file.txt)>>

Reimar Bauer aka "dreimark"

License

GNU GPL

Bugs

Using file: for an html file with a table seems to not work well (only the first cell shows up).

Discussion

MoinMoin: MacroMarket/EmbedContent (last edited 2010-06-15 20:37:29 by ufo)