GitXplorerGitXplorer
d

rst2blogger

public
13 stars
4 forks
5 issues

Commits

List of commits on branch master.
Unverified
3ce97f3dcf448aa08fa9d4430f571ba9c241bf5b

pep8 cleanup

ddhellmann committed 13 years ago
Unverified
ca695cbd0e74a15460ae70eb0ee2e60e407c0617

add lxml dependency

ddhellmann committed 13 years ago
Unverified
de53f9ea09a1fe08fb0baef1e4b4b84aa97cd9e8

add test status image to README and docs

ddhellmann committed 13 years ago
Unverified
c9fbf6d869a786bd0e7502f69131e6b6a22c16d7

fix duplicate requirement

ddhellmann committed 13 years ago
Unverified
e54f50f6db869e2695c2e9d2570a67dec3b06181

turn on travis-ci testing

ddhellmann committed 13 years ago
Unverified
9524908bf78684e3b35db73560dbd8f737a6041c

update link to the documentation in readme

ddhellmann committed 13 years ago

README

The README file for this repository.

rst2blogger

rst2blogger is a command line program for converting reStructuredText documents to HTML suitable for posting to blogger.com. It takes as input a single filename and an optional blog title. The input file is parsed with docutils to create HTML, and the HTML is uploaded as a draft to the specified blog. If the blogger account only has one blog, the name does not need to be specified.

https://secure.travis-ci.org/dhellmann/rst2blogger.png?branch=master

Features

  • Quickly and easily publish reStructuredText source files as blog posts on blogger.com
  • Publish to any blogger.com blog
  • Update the text of existing posts with new drafts

Installation

Download the latest release from the PyPI page.

See the project documentation for installation and setup instructions.

Support

This project is hosted on github.com: https://github.com/dhellmann/rst2blogger

Please report issues via the bug tracker.

License

Copyright 2012 Doug Hellmann, All Rights Reserved

Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of Doug Hellmann not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission.

DOUG HELLMANN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL DOUG HELLMANN BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.