Hi,
On the same host I'm running running my mediawiki site, I produce graphics about performance data. To create them, I call a cgi script and it does produce an html page with only the graphics.
<body> <IMG ALIGN=CENTER SRC=/tmp/gnuplot.15898> </body>
Is there any way, I could define a call to this cgi script, and embed the generated graphics/jpeg in a mediawiki page. This will be a kind of dynamic page.
Any feedback on way to achieve this will be greatly appreciated.
Thank you