In addition to page titles, internally we also convert titles to slugs which can be used in URLs.
So, with a page title "My Page Title", this page could theoretically also be accessible via an URL /titles/my_page_title.
There is an idea that in such case, if multiple pages are found, we could concatenate their contents.
For example, if a team of 5 people all create a page named /USERNAME/calendar, then visiting /titles/calendar would combine the pages and display all 5 calendars at once.
In addition to page titles, internally we also convert titles to slugs which can be used in URLs.
So, with a page title "My Page Title", this page could theoretically also be accessible via an URL /titles/my_page_title.
There is an idea that in such case, if multiple pages are found, we could concatenate their contents.
For example, if a team of 5 people all create a page named /USERNAME/calendar, then visiting /titles/calendar would combine the pages and display all 5 calendars at once.
Comments welcome.