-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:sp1ff/elfeed-score
- Loading branch information
Showing
6 changed files
with
77 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,52 @@ | ||
2022-07-02 Michael Herstine <[email protected]> | ||
|
||
Merge branch 'master' of github.com:sp1ff/elfeed-score | ||
|
||
2022-07-02 Michael <[email protected]> | ||
|
||
Merge pull request #26 from danielfleischer/patch-1 | ||
Update README | ||
|
||
2022-07-02 Daniel Fleischer <[email protected]> | ||
|
||
Update README | ||
Having a working example with property lists, similar to #24. | ||
I missed the README, sorry. | ||
|
||
2022-07-02 Michael Herstine <[email protected]> | ||
|
||
Housekeeping commit. | ||
This commit does a few things: | ||
|
||
1. addresses issue #25 ("Typo(?) in the readme") | ||
2. commits a unit test for issue #22 that was carelessly left | ||
laying around after fixing it | ||
3. bumps the version after merging pr #24 | ||
|
||
2022-07-02 Michael <[email protected]> | ||
|
||
Merge pull request #24 from danielf-amobee/patch-1 | ||
Update elfeed-score.texi | ||
|
||
2022-06-15 Daniel Fleischer <[email protected]> | ||
|
||
Update elfeed-score.texi | ||
Having a working example with property lists. | ||
|
||
2022-05-28 Michael <[email protected]> | ||
|
||
Merge pull request #23 from PaulPorfiroff/patch-1 | ||
Fix misleading `elfeed-score-serde-score-mark` docstring | ||
|
||
2022-05-12 Paul Porfiroff <[email protected]> | ||
|
||
Fix misleading `elfeed-score-serde-score-mark` docstring | ||
`<=` -> `<` | ||
|
||
https://github.com/sp1ff/elfeed-score/blob/419de17d681d75789271b8457509fa3f942eab54/elfeed-score-scoring.el#L659-L661 | ||
|
||
https://github.com/sp1ff/elfeed-score/blob/419de17d681d75789271b8457509fa3f942eab54/doc/elfeed-score.texi#L991-L994 | ||
|
||
2022-04-27 Michael Herstine <michael@lithic> | ||
|
||
Resolve issue #22. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
#+DESCRIPTION: Gnus-style scoring for Elfeed | ||
#+AUTHOR: Michael Herstine | ||
#+EMAIL: [email protected] | ||
#+DATE: <2022-07-02 Sat 08:11> | ||
#+DATE: <2022-07-02 Sat 08:22> | ||
#+AUTODATE: t | ||
#+OPTIONS: toc:nil org-md-headline-style:setext *:t ^:nil | ||
#+STARTUP: overview | ||
|
@@ -26,12 +26,12 @@ For instance, here's a subset of my scoring file at the moment: | |
;;; Elfeed score file -*- lisp -*- | ||
(("title" | ||
(:text "OPEN THREAD" :value -1000 :type S) | ||
(:text "raymond c\\(hen\\)?" :value 250 :type r) :tags (t .(@dev))) | ||
(:text "raymond c\\(hen\\)?" :value 250 :type r :tags (t . @dev)) | ||
("content" | ||
(:text "type erasure" :value 500 :type s)) | ||
("title-or-content" | ||
(:text "california" 150 100 :type s) | ||
(:text "china" 150 100 :type w)) | ||
(:text "california" :title-value 150 :content-value 100 :type s) | ||
(:text "china" :title-value 150 :content-value 100 :type w)) | ||
("feed" | ||
(:text "Essays in Idleness" :value 250 :type S :attr t) | ||
(:text "Irreal" :value 250 :type S :attr t) | ||
|
@@ -124,9 +124,9 @@ When elfeed-score loads a score file that uses an archaic format (i.e. a format | |
This should all be transparent to the user. | ||
* Status and Roadmap | ||
|
||
I've been using [[https://github.com/sp1ff/elfeed-score][elfeed-score]] day in & day out for my RSS reading for almost two years now. I wrote a post on how [[https://github.com/sp1ff/elfeed-score][elfeed-score]] works, along with the process of submitting code to MELPA, [[https://www.unwoundstack.com/blog/scoring-elfeed-entries.html][here]]. [[https://github.com/C-J-Cundy][Chris]] wrote a post on how he uses it to [[https://cundy.me/post/elfeed/][manage ArXiv RSS Feeds]]. [[https://kitchingroup.cheme.cmu.edu/][John Kitchin]] talks about [[https://github.com/skeeto/elfeed][Elfeed]] & [[https://github.com/sp1ff/elfeed-score][elfeed-score]] [[https://www.youtube.com/watch?v=rvWbUGx9U5E][here]]. | ||
I've been using [[https://github.com/sp1ff/elfeed-score][elfeed-score]] day in & day out for my RSS reading for over two years now. I wrote a post on how [[https://github.com/sp1ff/elfeed-score][elfeed-score]] works, along with the process of submitting code to MELPA, [[https://www.unwoundstack.com/blog/scoring-elfeed-entries.html][here]]. [[https://github.com/C-J-Cundy][Chris]] wrote a post on how he uses it to [[https://cundy.me/post/elfeed/][manage ArXiv RSS Feeds]]. [[https://kitchingroup.cheme.cmu.edu/][John Kitchin]] talks about [[https://github.com/skeeto/elfeed][Elfeed]] & [[https://github.com/sp1ff/elfeed-score][elfeed-score]] [[https://www.youtube.com/watch?v=rvWbUGx9U5E][here]]. | ||
|
||
The version numbers (0.X) over that time were chosen to suggest preliminary releases, but I'm now calling this 1.0. The 0.9 releases were hygenic: cleaning-up the test suite, improving validation on deserializing the score file, and removing obsolete functions & variables. Beginning with 1.0, I'll also comply with semver (e.g. breaking changes will be a major release, new features a minor, and bug fixes a patch). | ||
The version numbers (0.X) over most of that time were chosen to suggest preliminary releases, but I'm now calling this 1.0. The 0.9 releases were hygenic: cleaning-up the test suite, improving validation on deserializing the score file, and removing obsolete functions & variables. Beginning with 1.0, I'll also comply with semver (e.g. breaking changes will be a major release, new features a minor, and bug fixes a patch). | ||
|
||
Going forward, I'd like to use elfeed-score to explore some ideas I have about learning the user's habits automatically based on their actions in Elfeed (but without making them feel they're being stalked). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,9 @@ Contributors: | |
|
||
- Miciah Dashiel Butler Masters <[email protected]> | ||
- Chris Cundy <http://cundy.me/> | ||
- Francisco Claude <[email protected]> | ||
- Paul Porfiroff | ||
- Daniel Fleischer | ||
|
||
Thanks to Qingshui Zheng <https://github.com/qingshuizheng> for his suggestions on cleaning-up the default keybindings for "add rule" commands. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@set UPDATED 2 February 2022 | ||
@set UPDATED-MONTH February 2022 | ||
@set EDITION 1.2.3 | ||
@set VERSION 1.2.3 | ||
@set UPDATED 2 July 2022 | ||
@set UPDATED-MONTH July 2022 | ||
@set EDITION 1.2.4 | ||
@set VERSION 1.2.4 |