aboutsummaryrefslogtreecommitdiff
path: root/docs/en/developers/OPML.md
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2022-08-18 12:10:55 +0200
committerGravatar GitHub <noreply@github.com> 2022-08-18 12:10:55 +0200
commit1603c10bbab61b4a84380c8a9d5aa77536a4f1c7 (patch)
tree36ee76291c8e877d7421641ae7a38570ff65f8ce /docs/en/developers/OPML.md
parent4f111c5b305078a641d13ac41ce7d798e3cc19ce (diff)
XPath ability to define the UID manually (#4507)
* XPath ability to define the UID manually * Fix error in i18n
Diffstat (limited to 'docs/en/developers/OPML.md')
-rw-r--r--docs/en/developers/OPML.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/en/developers/OPML.md b/docs/en/developers/OPML.md
index 9daa94b20..859d99c72 100644
--- a/docs/en/developers/OPML.md
+++ b/docs/en/developers/OPML.md
@@ -39,6 +39,7 @@ The following attributes are using similar naming conventions than [RSS-Bridge](
* `frss:xPathItemThumbnail`: XPath expression for extracting an item’s thumbnail (image) URL from the item context.
* Example: `descendant::img/@src`
* `frss:xPathItemCategories`: XPath expression for extracting a list of categories (tags) from the item context.
+* `frss:xPathItemUid`: XPath expression for extracting an item’s unique ID from the item context. If left empty, a hash is computed automatically.
### Miscellaneous