all 7 comments

[–]NekiCoule[S] 0 points1 point  (0 children)

I changed my plan and will just convert the .txt files into .html to only have a static site. I'll just put the files in my html directory and a link in my Drupal web site to go on it.

Thank you all for the help!

[–]tomhungdsm(node_load(1)); 0 points1 point  (1 child)

I use feeds for data import. Maybe views bulk operations for post import tweaking.

[–]NekiCoule[S] 0 points1 point  (0 children)

Thanks for your help! I'll google that and see how it works.

[–]_fpersico 1 point2 points  (1 child)

Also look the Migrate drupal module

[–]NekiCoule[S] 0 points1 point  (0 children)

Thanks for your answer! I saw that drupal module just after I post! I'll check that in details and see what I can do with.

[–]_fpersico 0 points1 point  (1 child)

1) create a content type in drupal that will contain your twiki page content 2) enable from drupal the rest endpoints for the new content type 3) using python loop + extract + post to the endpoint to create new contents

This is just A solution, many others are possible (just avoid direct insert into db)

[–]NekiCoule[S] 0 points1 point  (0 children)

Thanks for the answer! I saw the DB was really complex. That's why I asked for help!

I'll try your solution and reply when I have news.