Encrypting tmp swap and home

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

On Wed, Oct 15, 2008 at 16:30, Max Hetrick <maxhetrick@xxxxxxxxxxx> wrote:
> html2wiki --dialect MoinMoin my_file.html > my_file.wiki
>
> h2 equals === Title 3 ===
> h3 equals ==== Title 4 ====
> h4 equals ===== Title 5 ====

You could use a sed to post-process the output of html2wiki:

html2wiki --dialect MoinMoin my_file.html | sed '/^=/s/==\(=*\)/\1/g'
>my_file.wiki

Dirty, but should do the job.

HTH,
Filipe

[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Users]     [CentOS Virtualization]     [Linux Media]     [Asterisk]     [Netdev]     [X.org]     [Xfree86]     [Linux USB]     [Project Hail Cloud Computing]

  Powered by Linux