diff --git a/README b/README new file mode 100644 index 0000000..bd428bd --- /dev/null +++ b/README @@ -0,0 +1,12 @@ +Simple script to post on wordpress using the shell. + +It requires a .wposter file on the home, with the location and login informations of the blog. +See the example in wposter.conf. + +Requires wordpresslib and configobj to run. + +Uses the system editor to edit the post. + +Released under GPL3. + + diff --git a/wposter.conf b/wposter.conf new file mode 100644 index 0000000..032102e --- /dev/null +++ b/wposter.conf @@ -0,0 +1,3 @@ +url=https://something.com/wordpress/xmlrpc.php +user=username +password=password