This is a basic GreyMatter to WordPress import script.
What it does:
- parses gm-authors.cgi to import authors: everyone is imported at level 1
- parses the entries cgi files to import posts, comments, and karma on posts (although karma is not used on WordPress); if authors are found not to be in gm-authors.cgi, imports them at level 0
What it does not:
- parse gm-counter.cgi (what's the use of that file ?), gm-banlist.cgi, gm-cplog.cgi (you can make a CP log hack if you really feel like it, but I question the need of a CP log)
- import gm-templates. you'll start with the basic template wp.php
- doesn't keep entries on top
First step: Install WordPress
Install the WordPress blog as explained in the ReadMe, then immediately come back here.