06:08:11 <ChrisWarrick> erdgeist_: yeah, Nikola is quite complicated nowadays. 15:06:07 -GitHub[nikola]:#nikola- [nikola] Kwpolska closed pull request #2176: [requires.io] dependency update on master branch (master...requires-io-master) http://git.io/v4Hiu 15:11:45 -travis-ci:#nikola- getnikola/nikola#6617 (master - 8f2fbd9 : Chris Warrick): The build passed. 15:11:46 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/36f5e4dc185b...8f2fbd9de316 15:11:46 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/92275071 20:21:46 <phoe6> hello, is there a way to import wordpress to restructured text? Or convert the .md (.meta) files to .rst files and then build it? 20:25:14 <teknico> phoe6, do you mean something like the official, documented Wordpress importer? ;-) https://getnikola.com/handbook.html#importing-your-wordpress-site-into-nikola 20:25:55 <phoe6> teknico : sure, I used that. It creates the default files in markdown format. 20:26:08 <phoe6> I wanted to see if I can get them in .rst format. 20:27:11 <teknico> oh, it only generates markdown? didn't know that 20:27:26 <phoe6> I will try with --transform-to-html and --install-wordpress-compiler and see if there is anything I get in intermediate format. 20:27:28 <phoe6> Yes. that's the default. 20:27:42 <phoe6> From the link. """You can let Nikola convert your posts to Markdown. This is not error free, because WordPress uses some unholy mix of HTML and strange things. This is the default option and requires no plugins.""" 20:28:48 <teknico> or you could use some tool like http://pandoc.org/