docs: reframe site from maintenance-only to actively maintained (Refs #2)#3
Open
timhj wants to merge 1 commit into
Open
docs: reframe site from maintenance-only to actively maintained (Refs #2)#3timhj wants to merge 1 commit into
timhj wants to merge 1 commit into
Conversation
Bring the konine.dev site and docs in line with the framework repo's updated positioning (hospicedev/konine#10): Konine is actively maintained — stability first, but open to backwards-compatible enhancements — rather than strictly end-of-life/maintenance-only. - index.html: page title, hero tagline, and status callout - start.html: 'starting a new project?' callout (soften CI/Laravel steer) - help.html: FAQ answers (what is/status/why/secure) - _includes/head.html: meta + OpenGraph + Twitter descriptions - README.md: About Konine section - documentation/kohana/index.md: intro paragraph Security review completed against the staged diff: no findings. Refs #2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Brings the konine.dev website and docs in line with the framework repo's updated positioning (hospicedev/konine#10): Konine is actively maintained — stability for existing applications comes first, but the project now accepts feature requests and ships requested enhancements when they are built in a backwards-compatible way. Previously the site described the project as strictly end-of-life / maintenance-only with no new features, and steered new-project visitors away to CodeIgniter/Laravel.
Changes
(Maintenance Mode)→(Actively Maintained); hero tagline; "Project Status" callout reframed; CodeIgniter/Laravel softened to "also worth a look alongside Konine".(The repo's
CLAUDE.mdis gitignored here, so its local copy was updated for future sessions but is not part of this PR.)Security review
Completed against the staged diff per policy — no findings. No new URLs introduced (all links verified legitimate), no secrets, no Liquid/templating injection, and security messaging remains accurate.
Pre-existing, out of scope (optional follow-up): external
target="_blank"links across the site lackrel="noopener noreferrer"(tabnabbing). This diff neither introduced nor changed that. Happy to do a separate site-wide hardening PR if wanted.Notes
Refs #2