I got 10 thousand articles stored in a database (in clean HTML format)
I would like to have them displayed inside my newly created DNN site.
What's the best way to go about that?
[A] Research where those files are usually stored in DNN and then wite SQL query to transfer the files from/to those tables (if so, which tables are these in DNN?)
[B] Write/Implemet a module that pulls from my tables and then put that into my DNN website? Are there modules that does that already?
My content/data currently is a simply a title and an HTML formatted body. Eventually, these will have to be searchable, and I do have a hierarchy under which that data will go under [two levels], and I will have to think through the solution to ensure accessibility of content from homepage and not just by search.
Thanks a million in advance