mod_bookmarks/README.markdown
author Kim Alvefur <zash@zash.se>
Fri, 16 Jun 2023 00:05:57 +0200
changeset 5552 fd3c12c40cd9
parent 4889 14ee1ec3bb93
permissions -rw-r--r--
mod_http_oauth2: Disable CORS for authorization endpoint Per recommendation in draft-ietf-oauth-security-topics-23 Hopefully it is enough to return an error status, since mod_http will add CORS headers from a handler with higher priority, even for OPTIONS.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3233
e8963e328b26 mod_bookmarks: New module synchronising bookmarks to the new persistent mod_pep
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
diff changeset
     1
---
e8963e328b26 mod_bookmarks: New module synchronising bookmarks to the new persistent mod_pep
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
diff changeset
     2
labels:
4851
a280878c4ef2 mod_bookmarks: So long, and thanks for all the fish!
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents: 4642
diff changeset
     3
- 'Stage-Obsolete'
3233
e8963e328b26 mod_bookmarks: New module synchronising bookmarks to the new persistent mod_pep
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
diff changeset
     4
summary: Synchronise bookmarks between Private XML and PEP
e8963e328b26 mod_bookmarks: New module synchronising bookmarks to the new persistent mod_pep
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
diff changeset
     5
...
e8963e328b26 mod_bookmarks: New module synchronising bookmarks to the new persistent mod_pep
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
diff changeset
     6
4642
3c4cef6be45b mod_bookmarks: Deprecate this module
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents: 3501
diff changeset
     7
::: {.alert .alert-warning}
4851
a280878c4ef2 mod_bookmarks: So long, and thanks for all the fish!
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents: 4642
diff changeset
     8
**WARNING:** This module is deprecated, please use
4889
14ee1ec3bb93 mod_bookmarks: Use autolink to mod_bookmarks2
Kim Alvefur <zash@zash.se>
parents: 4888
diff changeset
     9
[mod\_bookmarks2] going forward or
4888
960afcbc1ead mod_bookmarks: Also link to mod_bookmarks included with Prosody (trunk)
Kim Alvefur <zash@zash.se>
parents: 4851
diff changeset
    10
[mod_bookmarks included with Prosody][doc:modules:mod_bookmarks]
4642
3c4cef6be45b mod_bookmarks: Deprecate this module
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents: 3501
diff changeset
    11
:::