Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ltworf committed Mar 11, 2012
1 parent 5c66580 commit afd2496
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 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.


3 changes: 3 additions & 0 deletions wposter.conf
@@ -0,0 +1,3 @@
url=https://something.com/wordpress/xmlrpc.php
user=username
password=password

0 comments on commit afd2496

Please sign in to comment.