Path to this page:
./
news/sfeed,
RSS and Atom parser
Branch: CURRENT,
Version: 0.9.21,
Package name: sfeed-0.9.21,
Maintainer: leotRSS and Atom parser (and some format programs).
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: dc717b4b51767c50abf72aa6fdec7157dadd533f
RMD160: f4ffc04a920ac8246d883800bfe4f8bd6d770727
Filesize: 35.863 KB
Version history: (Expand)
- (2021-01-27) Updated to version: sfeed-0.9.21
- (2020-11-20) Updated to version: sfeed-0.9.20
- (2020-10-26) Updated to version: sfeed-0.9.19
- (2020-07-14) Updated to version: sfeed-0.9.18
- (2020-05-04) Updated to version: sfeed-0.9.17
- (2020-02-24) Updated to version: sfeed-0.9.16
CVS history: (Expand)
2021-01-27 17:59:13 by Leonardo Taccari | Files touched by this commit (2) |  |
Log message:
sfeed: Update to 0.9.21
pkgsrc changes:
- Use https:// also for MASTER_SITES
Changes:
0.9.21
------
- Do not convert UTF-16 surrogate pairs to an invalid sequence
- If baseurl is empty use the path from the feed by default in sfeed_update
- Misc bug fixes and code and documentation improvements
|
2020-11-20 15:38:52 by Leonardo Taccari | Files touched by this commit (2) |  |
Log message:
sfeed: Update to 0.9.20
Changes:
- sfeed_xmlenc: be more paranoid in printing encoding names
- sfeed_web: improve parsing <link> if it has no type attribute
|
2020-10-26 11:06:37 by Leonardo Taccari | Files touched by this commit (2) |  |
Log message:
sfeed: Update to 0.9.19
0.9.19
------
- Parse categories and add multiple field values support (for categories)
separated by `|'
- Misc bug fixes and improvements
|
2020-07-14 12:46:36 by Leonardo Taccari | Files touched by this commit (2) |  |
Log message:
sfeed: Update to 0.9.18
Changes:
0.9.18
------
- format tools: don't skip items with a missing/invalid timestamp field
- sfeed_atom: the updated field is mandatory: use the current time
- sfeed_atom: fix timezone, output if timestamp is set
- sfeed_atom: make the output more conform by adding id, updated tags and add
<feed> tags (author name, id, updated, title).
Thanks lich for the feedback and testing.
- sfeed_gopher: do not use URL: prefix for gopher:// urls.
- Documentation improvements
|
2020-05-04 17:41:23 by Leonardo Taccari | Files touched by this commit (2) |  |
Log message:
sfeed: Update to 0.9.17
Changes:
0.9.17
------
- Fallback author to feedname instead of unknown in sfeed_mbox.
- Remove prefix in Subject: for sfeed_mbox to save some space.
Filtering or custom labels can be made using the X-Feedname: header.
- Document exit status in man pages.
- Use a <pre> section per feed in sfeed_html/sfeed_frames.
- Optimize UTF-8 decoding and column position calculation in sfeed_plain.
|
2020-02-23 21:32:45 by Leonardo Taccari | Files touched by this commit (3) |  |
Log message:
sfeed: Update to 0.9.16
Changes:
0.9.16
------
- Add sfeed_gopher: generic gopher formatting program
- Remove sfeed_gph
- Other bug fixes and improvements (in particular documentation one)
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2019-11-26 12:03:13 by Leonardo Taccari | Files touched by this commit (2) |  |
Log message:
sfeed: Update to 0.9.15
Changes:
0.9.15
------
- OPML export and import improvements
- Minor bug fixes and documentation improvements
|