aboutsummaryrefslogtreecommitdiff
path: root/internal/feed (follow)
Commit message (Collapse)AuthorAgeFilesLines
* #66: Support for specifying custom templatesRené 'Necoro' Neumann2022-01-091-6/+36
|
* Fix commentRené 'Necoro' Neumann2022-01-091-1/+1
|
* template: Restructuring and adding tests.René 'Necoro' Neumann2022-01-094-73/+159
|
* #67: Readability supportRené 'Necoro' Neumann2022-01-081-9/+44
|
* Introduce http.Context to bundle http specific parametersRené 'Necoro' Neumann2022-01-083-5/+13
|
* Prefer the self-link of the feed over the URL.René 'Necoro' Neumann2021-12-211-10/+16
| | | | Rationale: The URL we use to access the feed may be an (old) alias. Relative URLs in feed items are written with the "real" URL of the feed in mind, though.
* Resolve relative links, so that external clients can use absolute links.René 'Necoro' Neumann2021-12-211-29/+60
| | | | Found in https://go.dev/blog/feed.atom
* Increase go-conformity: map[T]struct{} instead of map[T]bool for setsRené 'Necoro' Neumann2021-11-224-7/+7
|
* Renamed forked dependencies, because 'replace' in go.mod leads to problems.René 'Necoro' Neumann2021-10-295-6/+6
|
* #64: Set filename for included imagesRené 'Necoro' Neumann2021-10-292-5/+20
|
* Do not try to download already embedded imagesRené 'Necoro' Neumann2021-06-022-40/+55
|
* Replace deprecated module `ioutil`René 'Necoro' Neumann2021-06-021-2/+2
|
* Remove obsolete feeds from cache after 180 daysRené 'Necoro' Neumann2021-02-274-2/+28
|
* Do not upgrade the cache in `print-cache`René 'Necoro' Neumann2021-02-272-3/+3
|
* New cache format using gzip compressionRené 'Necoro' Neumann2021-02-273-7/+76
|
* Put storing / loading details into cache implementationRené 'Necoro' Neumann2021-02-272-5/+17
|
* Rename fileRené 'Necoro' Neumann2021-02-271-0/+0
|
* Change from `transformToCurrent` to `transformTo`René 'Necoro' Neumann2021-02-272-5/+10
|
* Filter feeds in cache: Keep at most 1000 obsolete items per feedRené 'Necoro' Neumann2021-02-271-8/+38
|
* Fix remaining use of `state.feeds`René 'Necoro' Neumann2021-02-271-1/+1
|
* Improve output of `print-cache`René 'Necoro' Neumann2021-02-271-2/+16
|
* Do not use deprecated gofeed.Item.Author, but Authors insteadRené 'Necoro' Neumann2021-02-272-12/+24
|
* Improve namingRené 'Necoro' Neumann2021-02-223-10/+13
|
* Split cache and feed packagesRené 'Necoro' Neumann2021-02-2210-294/+319
|
* Fix signatureRené 'Necoro' Neumann2021-02-211-1/+1
|
* Merge branch 'go-1.16'René 'Necoro' Neumann2021-02-214-73/+73
|\
| * Import 'embed' packageRené 'Necoro' Neumann2021-02-181-0/+1
| |
| * Fix CRLF endingRené 'Necoro' Neumann2021-02-161-57/+57
| |
| * Use go-embed for templates instead of inline strings.René 'Necoro' Neumann2021-02-164-73/+72
| | | | | | | | They should also use CRLF (cf issue #46).
* | Strip `srcset` attributeRené 'Necoro' Neumann2021-02-211-0/+5
| |
* | Slight restructuringRené 'Necoro' Neumann2021-02-212-9/+16
|/
* Issue #46: Move and rename writer; add commentsRené 'Necoro' Neumann2021-02-161-2/+2
|
* Issue #46: Make the resulting email body not to include single \r or \n. ↵René 'Necoro' Neumann2021-02-151-2/+3
| | | | This now pleases Cyrus IMAP.
* Pretty up the cache interface; ensure feed2imap-go unlocks the cacheRené 'Necoro' Neumann2020-08-222-4/+9
|
* print-cache should also unlockRené 'Necoro' Neumann2020-08-221-1/+5
|
* Switch back to 'replace' for html2textRené 'Necoro' Neumann2020-08-221-1/+1
|
* Fix writing the cacheRené 'Necoro' Neumann2020-08-221-1/+1
|
* Improve messageRené 'Necoro' Neumann2020-08-221-1/+1
|
* Lock file names must be absoluteRené 'Necoro' Neumann2020-08-221-3/+8
|
* Lock cacheRené 'Necoro' Neumann2020-08-223-13/+59
|
* Add creation timestamp as headerRené 'Necoro' Neumann2020-08-221-0/+1
|
* Fixes a bug where cached items get deleted when the feed is emptyRené 'Necoro' Neumann2020-06-201-2/+4
|
* print-cache: Tool for printing the contents of the cacheRené 'Necoro' Neumann2020-06-203-3/+54
|
* Fix/add debug messagesRené 'Necoro' Neumann2020-06-202-2/+7
|
* Make errors from exec calls always being printed as errorsRené 'Necoro' Neumann2020-05-251-1/+1
|
* 'Exec' as an alternative to 'Url'René 'Necoro' Neumann2020-05-253-14/+64
|
* New option 'item-filter'René 'Necoro' Neumann2020-05-213-5/+83
|
* Fixed linebreaks for Enclosures in text templateRené 'Necoro' Neumann2020-05-101-5/+5
|
* Switch to our own html2text fork for the time beingRené 'Necoro' Neumann2020-05-101-2/+2
|
* Text part in emailsRené 'Necoro' Neumann2020-05-105-28/+104
|