Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jimporter committed May 29, 2024
1 parent 3eca66e commit ef201d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# elfeed-paginate

**elfeed-paginate** adds the ability to retrieve multiple pages of results for a
web feed. Currently, it only supports pagination of WordPress feeds.
web feed. Currently, it supports pagination using [RFC 5005][rfc-5005] links and
for WordPress feeds.

## Configuration

Expand Down Expand Up @@ -36,3 +37,5 @@ pages instead.

This code is licensed under the terms of the GNU General Public License, version
3 or later.

[rfc-5005]: https://datatracker.ietf.org/doc/html/rfc5005
4 changes: 2 additions & 2 deletions elfeed-paginate.el
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
;;; Commentary:

;; elfeed-paginate adds the ability to retrieve multiple pages of results for
;; a web feed. Currently, it only supports pagination of WordPress feeds by
;; default.
;; a web feed. Currently, it supports pagination using RFC 5005 links and
;; for WordPress feeds.

;;; Code:

Expand Down

0 comments on commit ef201d1

Please sign in to comment.