Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ericgj/posterous2nanoc

Import Posterous blog to Nanoc
https://github.com/ericgj/posterous2nanoc

Last synced: about 2 months ago
JSON representation

Import Posterous blog to Nanoc

Awesome Lists containing this project

README

        

# Posterous 2 Nanoc
a ruby Posterous client + Nanoc importer for downloading Posterous sites to local Nanoc site

Currently handles

- posts
- pages
- stylesheet (from Posterous theme)
- images embedded in posts and pages

See nanoc3/extra/importers/posterous.rb for usage.

Gem Dependencies (bundler coming soon..):

- HTTParty
- JSON
- Nokogiri
- progressbar
- MiniTest + Mocha (for tests)