docelic / fluence

WYSIWYG wiki powered by Crystal, markdown, and Git
GNU General Public License v3.0
48 stars 1 forks source link

Concatenated pages? #32

Open docelic opened 6 years ago

docelic commented 6 years ago

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.