Tools includes a public status/info page for short operational updates and user-facing notices.
/news/informationBoth routes now show the same stored page content.
The admin editor stores the page content in the database so you can update it without editing Blade templates or deploying code.
/feed-admin/newsflash (requires a signed-in web session with permission:rss)Markdown is rendered safely on the public page, so headings, lists, links, and basic emphasis are supported.
The same editor can also append the newest posts from an external RSS feed, for example a WordPress site you use as your publishing surface.
/feed-admin/newsflashhttps://example.com/feed/When enabled, Tools fetches the external feed and shows the latest posts under the manual page text. If the feed is temporarily unavailable or invalid, the manual page content still stays visible and the RSS area shows an explicit error message instead of failing silently.
/news and /information show both the manual summary and the newest external posts in one place.