https://github.com/dhellmann/rst2marsedit
Convert a reStructuredText input file to HTML suitable for posting to a blog through MarsEdit
https://github.com/dhellmann/rst2marsedit
Last synced: 12 months ago
JSON representation
Convert a reStructuredText input file to HTML suitable for posting to a blog through MarsEdit
- Host: GitHub
- URL: https://github.com/dhellmann/rst2marsedit
- Owner: dhellmann
- Created: 2020-06-27T15:47:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-27T15:47:46.000Z (almost 6 years ago)
- Last Synced: 2025-02-23T10:41:34.342Z (over 1 year ago)
- Language: Python
- Size: 16.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: ChangeLog
Awesome Lists containing this project
README
==============
rst2marsedit
==============
rst2marsedit is a Python script for converting reStructuredText_ input
to HTML that can be used with the MarsEdit_ blogging tool.
Usage
=====
::
Usage: rst2marsedit
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/