Difference between revisions of "Software/Html2mediawiki"
From ThorstensHome
Line 1: | Line 1: | ||
html2mediawiki converts html syntax to mediawiki syntax. | html2mediawiki converts html syntax to mediawiki syntax. | ||
− | [http://www.linuxintro.org/staerk/files/html2mediawiki.tar.gz Download] | + | = Download = |
+ | [http://www.linuxintro.org/staerk/files/html2mediawiki.tar.gz Download version 0.1] | ||
= Install it = | = Install it = |
Revision as of 08:35, 14 December 2008
html2mediawiki converts html syntax to mediawiki syntax.
Download
Install it
To install html2mediawiki, download the tarball and unpack it:
tar xvzf html2mediawiki.tar.gz
And build it:
cmake . && make && make install