1
0
Fork 0
Commit graph

26 commits

Author SHA1 Message Date
bd24cb6def [oni-elfeed] Fix regular expression for security updates 2023-04-15 23:14:44 -07:00
e178ca2d41 [oni-elfeed] Remove some dead feeds 2023-04-15 23:14:10 -07:00
f460c3a19f [oni-elfeed] Fix tagger that removes duplicates of Planet Emacslife
First: the match needs to be any entry that does match the names of the people
whos blogs I already follow.

Second: The search regular expression can't contain spaces. It seems to be the
same as any search query. So when a regular expression contains a space it's
considered two different search terms. This doesn't work when we're searching
for one option with a space in it (“Irreal” or “Sacha Chua” or “Andrea”) since
the syntax for the regular expression gets all messed up. Quickest workaround is
to match any whitespace instead.
2023-04-11 20:09:32 -07:00
9c1ef54e74 [oni-elfeed] Add another feed 2023-04-11 20:06:00 -07:00
f965d1c768 [oni-elfeed] Remove ‘unread’ tag from matched Planet Emacs articles 2023-04-02 01:01:04 -07:00
92f4d8b53e [oni-elfeed] Ignore some blog posts from Planet Emacslife
These are posts that happend to point at blogs that I already follow.
2023-04-01 23:18:07 -07:00
b402ee0c31 [oni-elfeed] Ignore Security updates from LWN 2023-04-01 23:17:47 -07:00
e6e06eac0d feat(oni-elfeed): Add some more RSS feeds 2023-02-24 23:37:34 -08:00
7f72a0a47e [oni-elfeed] Subscribe to specific wallpaper sizes on reddit 2022-11-22 23:31:17 -08:00
1cebbcac5a [oni-elfeed] Add another RSS feed 2022-10-19 22:51:21 -07:00
9c7baa6235 [oni-elfeed] Mark any paid LWN post as read
I can't read these anyway, so I might as well not see them.
2022-09-22 22:29:06 -07:00
4dcb5a4f6d [oni-elfeed] Add another url 2022-09-20 23:25:15 -07:00
9d5f0ace49 [oni-elfeed] Add some feeds 2022-08-17 14:51:17 -07:00
67fbdf607e [oni-elfeed] Add more feeds 2022-05-26 23:12:47 -07:00
1e45df5b61 [oni-elfeed] Add some feeds 2022-05-26 01:30:22 -07:00
1d7ac0e410
Add comments on how to use the packages managed by Guix 2021-07-15 22:34:08 -07:00
763395814f [oni-elfeed] Enable ‘olivetti-mode’ 2021-07-01 18:01:24 -07:00
500e36c381 [oni-elfeed] Add “This Month in Org” 2021-06-11 01:19:11 -07:00
d39ed12a03 [oni-elfeed] Remove autoload cookie 2021-05-26 00:39:40 -07:00
53ed90be40 Add feeds from sourcehut and Drew DeVault 2021-05-20 22:50:49 -07:00
594d4e8094 Remove reddit feeds
I’m browsing reddit regularly now, don’t need to also have them in my RSS reader.
2021-05-18 23:25:44 -07:00
bb29ee8a12 Change version format
In order to support my tablet which seems to have a lower maximum integer
value (I guess it’s 32-bit? I’m surprised) and can’t handle the version numbers
I was using before. It would turn them into floating point numbers, which adds a
~.0~, this made it impossible to install any package.

Any installations I have will need to reinstall all their oni packages so that
the new version number is picked up, since the new version number will be lower
than the old one.
2019-09-04 21:09:38 -07:00
c1ab19e918 Add more feeds 2019-07-17 08:10:08 -07:00
b2543abd9d Add more feeds for elfeed 2019-07-16 22:44:22 -07:00
87e0ca4b73 Add r/emacs and mark any post older than 2 weeks as read 2019-07-16 08:30:30 -07:00
1dfbbdeded Add Elfeed configuration 2019-07-12 08:47:00 -07:00