How can I convert HTML to Textile?

前端 未结 5 1515
既然无缘
既然无缘 2021-02-14 01:05

I\'m scraping a static html site and moving the content into a database-backed CMS. I\'d like to use Textile in the CMS.

Is there a tool out there that converts HTML

5条回答
  •  清酒与你
    2021-02-14 01:48

    This is a simple markup replacement, nothing a good regex could not fix.

    I recommend Perl, LWP::Simple and some regexes to do the whole thing (spidering, stripping design and menus, converting to textile, and then posting to the database.)

提交回复
热议问题