The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-08-29 | 785 Bytes | |
| v4.3.0 source code.tar.gz | 2025-08-29 | 410.8 kB | |
| v4.3.0 source code.zip | 2025-08-29 | 430.2 kB | |
| Totals: 3 Items | 841.8 kB | 1 | |
New features
With this version, Percollate gains the ability to interpret Atom and RSS web feeds. When a feed is passed as an operand, every entry in the feed gets its own article, and you can decide if you keep them in one bundle or split them into individual files with the --individual flag:
:::bash
# single EPUB file with all the entries in the feed
percollate epub https://example.com/posts.xml
# one HTML file, with images embedded, for each entry in the feed
percollate html --inline --individual https://example.com/posts.xml
Web feeds come in many shapes and forms, please log an issue or comment on the attached discussion for cases where a feed is interpreted incorrectly.