GitXplorerGitXplorer
d

rst2marsedit

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
fbe4e7f806b460ebd1bb1924c6f9758de7bdffa4

update author email

ddhellmann committed 11 years ago
Unverified
471496ef51d5ef82e2eeefb1e85c85fbfa2ed1bf

Fix dependency versions

ddhellmann committed 11 years ago
Unverified
07dbc9e32d0baddf7d8ead7fca222e2bca6a4f73

Added tag 1.4.1 for changeset 0eea2063f77f

ddhellmann committed 12 years ago
Unverified
aaa9b40644a0ba11d47cba5cc516c1baea532f5e

prepare 1.4.1 release

ddhellmann committed 12 years ago
Unverified
d8b322a0c4fd637afc515de16b2e3e4163a1653f

stop using distribute

ddhellmann committed 12 years ago
Unverified
58e47cec76ca8d7c35dfbdeeb9c1b22b4957314d

Added tag 1.4 for changeset 74d0a56fb42e

ddhellmann committed 12 years ago

README

The README file for this repository.

============== rst2marsedit

rst2marsedit is a Python script for converting reStructuredText_ input to HTML that can be used with the MarsEdit_ blogging tool.

Usage

::

Usage: rst2marsedit <infile>

Options:

-h, --help show this help message and exit -b BLOG, --blog=BLOG The blog name -t TAGS, --tag=TAGS Tag names

For example::

$ rst2marsedit -t board -b 'Python Software Foundation' 2010-05-10/sprints.rst

produced the post at http://pyfound.blogspot.com/2010/06/psf-sponsored-sprints.html

Installation

::

$ pip install rst2marsedit

Release History

1.2

  • Change implementation to make the script work with versions of Python that don't support "with".

1.1

  • Fix Unicode handling in the AppleScript used to communicate with MarsEdit.

1.0

  • First public release.

.. _reStructuredText: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html

.. _MarsEdit: http://www.red-sweater.com/marsedit/