'''Sometimes it would be very useful if one could import 'generated pages' into the wiki.''' There could be for example a cron-job, which dumps hourly wiki-formatted statistical data to a file.<
> Would be no problem to `scp` the generated page to the workstation and then use the [[HelpOnActions|Load]]-action in order to import the generated content. But we humans are not always in front of a computer. The attached [[attachment:MoinMoin_script_import_wikipage.patch]] implements the command `moin ... import wikipage ...`. This command makes it possible to import local stored data into the wiki. ---- CategoryFeatureImplemented CategoryMoinMoinPatch