Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

snim2/posterous.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

posterous.el is an Emacs mode for posting to posterous.com blogs  - not so useful now posterous has closed down.

Maintainer: Sarah Mount snim2@snim2.org
Author: Sarah Mount snim2@snim2.org
Version: 0.2
Created: 14 May 2010
Keywords: posterous blog 
License: GPL (v2)

It currently supports posting text (only) to posterous.

Place the .el file somewhere on you load path (e.g. ~/.emacs.d/) and
set the following variables in your .emacs or init.el file:

posterous-email    -- your email address or username on posterous.com
posterous-password -- your password on posterous.com

and you can interact with posterous.com using the functions:

M-x posterous-getsites
-- places a list of sites that you own on posterous.com. 
-- Includes siteids.
-- Currently still formatted as XML.

M-x posterous-region
-- post a region of text to posterous

M-x posterous-region-private
-- post a region of text to posterous as a private post.

M-x posterous-buffer
-- post a buffer of text to posterous.

M-x posterous-buffer-private
-- post a buffer of text to posterous as a private post.

M-x posterous-new-markdown-post 
-- Create a new post with a nice markdown template and put into markdown mode.


If you do not wish to post to your default posterous site, you can
customise the variable:

posterous-default-siteid

to discover the siteids of all your sites, use M-x posterous-getsites.

If you do not wish to autopost to your social networks connected to
your posterous.com account, place the following in your Emacs
configuration file:

(setq posterous-suppress-autopost)

About

An emacs package for posting to posterous.el

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •