Difference between revisions of "Software/Html2mediawiki"
From ThorstensHome
(→Install it) |
|||
Line 5: | Line 5: | ||
= Install it = | = Install it = | ||
− | To install html2mediawiki, | + | To install html2mediawiki, |
+ | * Make sure you have ''tidy'' (that is a software package) installed. With SUSE Linux, you can do it like this: | ||
+ | yast -i tidy | ||
+ | * Download the tarball and unpack it: | ||
+ | wget http://www.linuxintro.org/staerk/files/html2mediawiki.tar.gz | ||
tar xvzf html2mediawiki.tar.gz | tar xvzf html2mediawiki.tar.gz | ||
− | And build it: | + | * And build it: |
+ | cd html2mediawiki/ | ||
cmake . && make && make install | cmake . && make && make install | ||
Revision as of 08:38, 14 December 2008
html2mediawiki converts html syntax to mediawiki syntax.
Download
Install it
To install html2mediawiki,
- Make sure you have tidy (that is a software package) installed. With SUSE Linux, you can do it like this:
yast -i tidy
- Download the tarball and unpack it:
wget http://www.linuxintro.org/staerk/files/html2mediawiki.tar.gz tar xvzf html2mediawiki.tar.gz
- And build it:
cd html2mediawiki/ cmake . && make && make install