From afd2496656ddfe28a3673811bda9c2de6f313d77 Mon Sep 17 00:00:00 2001 From: Salvo 'LtWorf' Tomaselli Date: Sun, 11 Mar 2012 14:00:35 +0100 Subject: [PATCH] readme --- README | 12 ++++++++++++ wposter.conf | 3 +++ 2 files changed, 15 insertions(+) create mode 100644 README create mode 100644 wposter.conf 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