Hello,
what if one has a **lot** of html files (*), each of which should become a drupal node in an already built and categorized drupal site?
Is there any way to load them in the website automatically,
with some shell script which prepares the mysql query and then feeds it to the mysql client from the command line?
This would be soo much faster than creating content from the browser, one
node at a time :-(
TIA,
O.
(*) assuming that the html has been previously cleaned up of bogus codes and
tags
by another script, of course