Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ericgj/posterous2nanoc
- Owner: ericgj
- Created: 2011-05-15T22:01:43.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-05-15T22:59:23.000Z (over 13 years ago)
- Last Synced: 2023-03-11T07:13:12.536Z (almost 2 years ago)
- Language: Ruby
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Posterous 2 Nanoc
a ruby Posterous client + Nanoc importer for downloading Posterous sites to local Nanoc siteCurrently handles
- posts
- pages
- stylesheet (from Posterous theme)
- images embedded in posts and pagesSee nanoc3/extra/importers/posterous.rb for usage.
Gem Dependencies (bundler coming soon..):
- HTTParty
- JSON
- Nokogiri
- progressbar
- MiniTest + Mocha (for tests)