As someone who has written one-page-apps, I see how we have ended up with (at least some) one-URL-for-all solutions. For one-page apps, that one URL is OK (although even then having individual URLs is a good thing for many reasons).
But yeah, sometimes over-simplification happens. In this case, the pages are documentation and direct linking them is valuable, especially since finding specific content can take a little digging. Art On Mon, Feb 24, 2025 at 8:40 PM Arjun Ray <ara...@gmail.com> wrote: > TOn Mon, 24 Feb 2025 14:44:42 -0700, Arthur Naseef > <artnas...@apache.org> wrote: > > | I recently used the Artemis documents here: > | https://activemq.apache.org/components/artemis/documentation > | > | And noticed that, upon navigating to a specific page, the broker still > | shows this fixed URL. This is problematic for sharing specific content > | from the site. > > Yet another battle in a war of long standing, that people who believe > in URLs as independent locators of resouces (the original vision of > the "world wide web") have been slowly losing, to those who prefer > URLs not to point to resources, but as gateways to scripting gimmicks. > > | Can we update the site to show the URL to which the user navigated? > > More fancy-shmancy scripting may make this possible, but the current > "design" is intended to prevent that. The layout is based on the idea > of displaying "content" within a scrolling box on _this_ page itself. > That's why the location bar doesn't change: you're still on the same > page. You don't navigate elsewhere; instead stuff is fetched from > elsewhere and displayed here. > > To see stuff at the elsewhere directly, and thus have URLs that can be > shared, start here: > > https://activemq.apache.org/components/artemis/documentation/docs > > (As inspection of the page source reveals.) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@activemq.apache.org > For additional commands, e-mail: dev-h...@activemq.apache.org > For further information, visit: https://activemq.apache.org/contact > > >