GitXplorerGitXplorer
d

rst2blogger

public
13 stars
4 forks
5 issues

Commits

List of commits on branch master.
Unverified
d05ede593e61c7d134588dae55a6f2b3a1871a93

switch to default theme for publishing docs to RTD

ddhellmann committed 13 years ago
Unverified
ed98804a21c0d75422d93c728e3566adedf4a884

update announcement post

ddhellmann committed 13 years ago
Unverified
ebd7846ffa8aec8319bc9c57b9e49b39a6f1f176

bump version number

ddhellmann committed 13 years ago
Unverified
82ed32a8694ad383232a54a06c1a68821a27be69

test working with a file

ddhellmann committed 13 years ago
Unverified
593a40631794069c5639d2c46ecd775a0bb3fc4e

Clean up rules in Makefile.

ddhellmann committed 13 years ago
Unverified
644061bc8a57a0ca52327f638c613177a139e10c

Update project history with patch info

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.