Skip to content

URLs of the plugin #744

@carstingaxion

Description

@carstingaxion

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    TrackingOverview topicdocumentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions