Software Details:
Version: 1.4.1
Upload Date: 14 Apr 15
Distribution Type: Freeware
Downloads: 50
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
What is new in this release:
- Change implementation to make the script work with versions of Python that don't support "with".
What is new in version 1.1:
- Fix Unicode handling in the AppleScript used to communicate with MarsEdit.
Requirements:
- Python
- Beautiful Soup
- Docutils
Comments not found