Posting to WordPress without using wp-admin
Right I'm writing a script on the same server as my wp-install. I have full access to the wp database.
What I need to do it add new posts (entries, logs, whatever you want to call them) through this script and save it as draft so I can go back in and edit it later.
I'm assuming one or more people in the universe have attempted this before and I'm assuming some of those succeeded and even that a couple of them might reside in Notes.
I realise I'm going to spend a good deal of time in the codex, I'm just looking for the best way to approach this task. Do I hack in directly to the database? Or do I include the WP functions and emulate the admin section? Or is there a magical script I can use just for this purpose?
