-
Notifications
You must be signed in to change notification settings - Fork 51
URLs of the plugin #744
Copy link
Copy link
Open
Labels
TrackingOverview topicOverview topicdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
Is your enhancement related to a problem? Please describe.
A visual overview of all public URLs generated by GatherPress, to help fixing some bugs and start writing some docs about that.
Bugs related to URLs and permalinks
- Let’s discuss: permalink generation scheme #682
- Issue with the translation of the "event" part of the slug #722
- No download of iCal or outlook files in Firefox on iPadOs 17.5.1 #704
- Add subscribeable Ical feeds #603
- Improve default feeds #901
- Introduce rewrite- and permastruct-tags #826
Actual URL scheme
| URL | Description |
|---|---|
example.org |
Site URL |
├─ /event |
Post type archive for events |
│ ├─ /awesome-event |
Singular event (Example) |
│ │ ├─ /ical│ │ ├─ /outlook |
Download event as .ics file |
│ │ ├─ /google-calendar |
Redirect to calendar.google.com & add as new event |
│ │ └─ /yahoo-calendar |
Redirect to calendar.yahoo.com & add as new event |
│ └─ /feed |
Default RSS feed for events |
│ └─ /ical |
Subscribeable ical calendar of all (upcoming and past) events |
- events
- feed
- rss
- %EVENT_TITLE%
- feed
- comments
- venues
- %VENUE_TITLE%
- topics
- %TOPIC_TITLE%
- feed
- rss
- atom
Suggested URL scheme
- %PT_ROOT_EVENTS%
- ical
- %EVENT_TITLE%-%EVENT_START%-%VENUE_TITLE%
- ical
- google-calendar
- …
- feed
- rsvp
- %PT_ROOT_VENUES%
- %VENUE_TITLE%
- %TAX_ROOT_TOPICS%
- %TOPIC_TITLE%
- ical
Designs
No response
Describe alternatives you've considered
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
TrackingOverview topicOverview topicdocumentationImprovements or additions to documentationImprovements or additions to documentation