Publish to MediaWiki

版本 1.0.0.1 (4.3 KB) 作者: Matthew Simoneau
A stylesheet to make MATLAB publishing produce MediaWiki markup as an output.
1.7K 次下载
更新时间 2016/9/1

查看许可证

This stylesheet converts from publishing's intermediate XML format to MediaWiki-compatible markup. The output is ready for cut-and-paste into Wikipedia or other sites running the MediaWiki software.
This implementation isn't 100% complete.

Sample usage:

>> opts = [];
>> opts.format = 'xml';
>> opts.stylesheet = 'C:\Work\mediawiki.xsl';
>> tdir = tempname;
>> opts.outputDir = tdir;
>> f = publish('sparsity',opts);
>> disp(tdir)
>> dir(tdir)
>> edit(f)

You can also set these options in a publish configurations to make it available directly from the Editor.

引用格式

Matthew Simoneau (2024). Publish to MediaWiki (https://www.mathworks.com/matlabcentral/fileexchange/23856-publish-to-mediawiki), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2009a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Scripts 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.1

Updated license

1.0.0.0