planet.rb
planet.rb copied to clipboard
A feed aggregator implementation intended to be used with Octopress
Bumps [loofah](https://github.com/flavorjones/loofah) from 2.0.3 to 2.19.1. Release notes Sourced from loofah's releases. 2.19.1 / 2022-12-13 Security Address CVE-2022-23514, inefficient regular expression complexity. See GHSA-486f-hjj9-9vhh for more information. Address CVE-2022-23515, improper...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.7.2 to 1.13.9. Release notes Sourced from nokogiri's releases. 1.13.9 / 2022-10-18 Security [CRuby] Vendored libxml2 is updated to address CVE-2022-2309, CVE-2022-40304, and CVE-2022-40303. See GHSA-2qc6-mcvw-92cw for...
Updates the requirements on [sanitize](https://github.com/rgrove/sanitize) to permit the latest version. Release notes Sourced from sanitize's releases. v6.0.0 Potentially Breaking Changes Ruby 2.5.0 is now the oldest officially supported Ruby version....
I've found that it's been some time since I've actively committed new code to planet, most of my work has been reactionary - prompted by new issues or pull requests....
Using `sanitize_html` was causing formatting issues on imported content with non-trivial formatting. For example, simply dropping tags caused blocks of the form ``` some blah blah blah ``` to be...
Using either Cutest or Minitest. I haven't tried either but people tell me they are good, so I want to experiment to compare them properly.
## Supported Engines - Octopress - Wordpress - Feedburner - Blogger (blogspot.com) - Blog.com ## We need: - tumblr - barf, I know, but people still use it. ## Other...
When the 'planet import ' is supported planet.rb will be used to simply import blogs to octopress, a --no-authors flag would be useful to avoid inserting the author.html snippet at...
I want to be able to import the posts on a single feed with only one command.