Recent Releases of skimmer
skimmer - v0.0.23
- Removed support for getpocket.com, Mozilla ended it.
- Add new skim2html tool, this supercedes skim2md for website generation
- includes improved HTML structure around section olding article elements
- configurable CSS and ES6 module support
- configurable header, nav and footer support
- Updated skimmer to read a "skimmer.yaml" in the current directory and setup the configuration.
Full Changelog: https://github.com/rsdoiel/skimmer/compare/v0.0.22...v0.0.23
- Go
Published by rsdoiel 6 months ago
skimmer - v0.0.22
- Removed support for getpocket.com, Mozilla ended it.
- Add new skim2html tool, this supercedes skim2md for website generation
- includes improved HTML structure around section olding article elements
- configurable CSS and ES6 module support
- configurable header, nav and footer support
What's Changed
- Bump the go_modules group across 1 directory with 3 updates by @dependabot[bot] in https://github.com/rsdoiel/skimmer/pull/13
- Bump golang.org/x/net from 0.33.0 to 0.36.0 in the go_modules group across 1 directory by @dependabot[bot] in https://github.com/rsdoiel/skimmer/pull/14
- Bump golang.org/x/net from 0.36.0 to 0.38.0 in the go_modules group across 1 directory by @dependabot[bot] in https://github.com/rsdoiel/skimmer/pull/15
Full Changelog: https://github.com/rsdoiel/skimmer/compare/v0.0.21...v0.0.22
- Go
Published by rsdoiel 6 months ago
skimmer - Maintenance release
Proof of concept, updated dependencies. Updated Go module dependencies due to security updates in those modules.
- Go
Published by rsdoiel about 1 year ago
skimmer - updated dependencies
Proof of concept, updated dependencies. Dependbot was reporit high and critical dependencies. Turned out that colly has become very stale and appears inactive. I forked colly so I could update the dependencies that were problematic. If gocolly/colly should become active I'll drop using my fork.
- Go
Published by rsdoiel about 1 year ago
skimmer - Feed enclosure improvements
This is an initial attempt to add video enclosure support to skim2md.
Added download anchor elements to audio as well as experimental video elements.
- Go
Published by rsdoiel over 1 year ago
skimmer - Improved enclosure support
The generation of the audio element in skim2md now filters for audio content in the enclosure item of the feeds.
- Go
Published by rsdoiel over 1 year ago
skimmer - Enclosure support added
This release improves enclosure handling saving them as a their own column in the items SQLite 3 table. The enclosure column is of type JSON.
For existing skim databases you need to add the enclosures as type JSON to the items table.
alter table items add enclosures json default ''
- Go
Published by rsdoiel over 1 year ago
skimmer - Fixed mapping of items categories to tags
This is a minor fix release. gofeed item categories are now mapped into the "tags" scheme as JSON for the items SQLite3 table.
- Go
Published by rsdoiel over 1 year ago
skimmer - Licenses changes
License is now AGPL 3 or later.
- Go
Published by rsdoiel almost 2 years ago
skimmer - maintenance release
Updated dependencies.
What's Changed
- Bump google.golang.org/protobuf from 1.26.0 to 1.33.0 by @dependabot in https://github.com/rsdoiel/skimmer/pull/10
- Bump golang.org/x/net from 0.17.0 to 0.23.0 in the go_modules group across 1 directory by @dependabot in https://github.com/rsdoiel/skimmer/pull/11
New Contributors
- @dependabot made their first contribution in https://github.com/rsdoiel/skimmer/pull/10
Full Changelog: https://github.com/rsdoiel/skimmer/compare/v0.0.11...v0.0.12
- Go
Published by rsdoiel almost 2 years ago
skimmer - Maintenance release
This release is a maintenance release updating dependent libraries and compiled with Go 1.22.2.
- Go
Published by rsdoiel almost 2 years ago
skimmer - incremental improvements and fixes
Full Changelog: https://github.com/rsdoiel/skimmer/compare/v0.0.8...v0.0.10
- Go
Published by rsdoiel about 2 years ago
skimmer - refinements and new experiments
This release refines the skimmer experiment introducing an improved skim2md as well as an added tools html2skim which lets you take an HTML page contain links and treat it like a feed. Helpful for websites that don't provide a feed but do list links to articles or posts.
- Go
Published by rsdoiel about 2 years ago
skimmer - feed processing improvement
Added some sensitization between feed retrieval and before feed parse. Might be a good spot to hook in lua filters eventually.
Full Changelog: https://github.com/rsdoiel/skimmer/compare/v0.0.6...v0.0.7
- Go
Published by rsdoiel over 2 years ago
skimmer - refinements and bug fixes
This release fixes a bug where relative URLs in an items' link were not expanded.
- Go
Published by rsdoiel over 2 years ago
skimmer - cleaning up code, bug fixes, focusing functionality
This release is about refining the proof of concept and see if this will be useful. In interactive mode the commands "supported" will be enter to move to next item, "n" to mark the current item read and move to the next item, "s" to make the current item saved and move to next item.
- Go
Published by rsdoiel over 2 years ago
skimmer - trimming features, writing up ideas
This is a further exploration of skimmer, a proof of concept, minimal feed reader. The "fetch" process is done anytime you invoke skimmer with a "urls" file. The read mode is done anytime you invoke with a ".skim" file. The interactive mode has been refined to just five actions. Press enter to move to next item without changing state, press "n" to mark an item as read, press "s" to save and item, "t" to tag and item and "q" to quit interactive mode.
- Go
Published by rsdoiel over 2 years ago
skimmer - exploring minimally interactive behavior
This release adds interactive usage and changes the expectations on the command line. If you want to fetch data you supply a .urls file, f you want to read your feeds you supply a .skim file. In interactive mode you can mark an item as read, saved, change the label or add tags.
Other tools can be used with the sqlite3 database items table to do further processing..
- Go
Published by rsdoiel over 2 years ago
skimmer - Exploration begins
This is a proof of concept release. The default skimmer command will no longer download content to read. You must use the -fetch option to do so. Fetching content can take a while so this feels like the way it should work.
Full Changelog: https://github.com/rsdoiel/skimmer/compare/v0.0.1...v0.0.2
- Go
Published by rsdoiel over 2 years ago
skimmer - Proof of concept
This is a proof of concept of a naively simple feed reader. It takes advantage of gofeed to read RSS, Atom and JSON feed urls by downloading and streaming their contents to standard out in reverse chronological order.
- Go
Published by rsdoiel over 2 years ago