WebholeInk

WebholeInk is a minimal, developer-first publishing engine.

No plugins.
No databases.
No magic.

Just files, clear contracts, and full control.


πŸš€ Status

v0.1.0 β€” Core Stable

The core engine is complete and locked.

This release establishes:

No new features will be added to core without a version bump.

v0.1.2 β€” Platform Hardening & Documentation

This release builds around the locked core without modifying it.

v0.1.2 focuses on operational stability, discoverability, and long-term maintainability rather than new features.

This release adds:

No changes were made to:

The core remains stable, locked, and boring.

v0.1.2 establishes WebholeInk as a production-ready publishing platform while preserving the integrity of the core engine.


🎯 Philosophy

WebholeInk exists to solve one problem well:

Publish content without surrendering control.

Everything is explicit. Everything is readable. Everything is owned by the developer.

There is no admin panel. There is no plugin system. There is no database requirement.

If it’s not in the filesystem, it doesn’t exist.


🧱 Architecture Overview

public/ β†’ HTTP entry point (only public files) app/ β†’ Core engine (locked) content/ β†’ Markdown content (pages, posts) config/ β†’ Explicit configuration docs/ β†’ Contracts & documentation Core responsibilities are split cleanly:


πŸ“ Content Model

Content is file-based and predictable. content/ └── pages/ β”œβ”€β”€ home.md β”œβ”€β”€ about.md β”œβ”€β”€ philosophy.md └── page.md


🎨 Theming

Themes are PHP templates, not magic.

app/themes/default/ β”œβ”€β”€ layout.php β”œβ”€β”€ home.php β”œβ”€β”€ page.php β”œβ”€β”€ navigation.php β”œβ”€β”€ footer.php └── assets/


πŸ“š Contracts (Locked)

Core behavior is defined by explicit contracts:

If it’s not documented, it’s not supported.


πŸ”’ Stability Guarantee

This release is core-stable.

That means:

Future work will build on top of this foundation, not rewrite it.


πŸ›  Requirements


πŸ“¦ Backup & Recovery

WebholeInk is intentionally easy to back up:

If you can copy a directory, you can restore the site.


🧭 Roadmap

v0.2.0 (Planned)

Core principles will not change.


🐝 Built By

Clifford Webhole
☺️


WebholeInk
Developer-first publishing, without compromise.

Documentation

πŸ“„ License

WebholeInk is open-source software licensed under the MIT License.