Commit graph

5 commits

Author SHA1 Message Date
Ruben
b609c8596c Add standalone /publiser admin application
Implement a minimal, dependency-free publishing tool to manage news
and articles. The app includes:

- A Markdown-based block editor with rich-text capabilities.
- Image upload and resizing using GD.
- Support for drafts, scheduled publishing, and a trash system.
- Integrated Basic Auth protection via PHP and .htpasswd.
- A global plugin for automatic execution of scheduled posts.

The tool reuses core site logic in custom/plugins/publiser-lib.php to
ensure consistency between the editor and the live site.
2026-08-30 21:54:17 +02:00
Ruben
a8141746d9 Exclude nyhetsbrev and newsletter from feed 2026-05-10 21:28:54 +02:00
Ruben
3965898c10 Update config.ini 2026-01-16 22:01:59 +01:00
Ruben
0565e81292 Update config to enable languages plugin 2025-11-11 23:39:13 +01:00
Ruben
f48cdc268b Initial commit 2025-10-02 17:01:55 +02:00