From ac2d542fb5b133e8f635e1ca2068e9bd03b4f269 Mon Sep 17 00:00:00 2001 From: Noel Welsh Date: Wed, 11 Mar 2026 23:25:44 +0000 Subject: [PATCH] Add Krop template project --- src/gsoc/directory.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/gsoc/directory.conf b/src/gsoc/directory.conf index ddd3c778..a0c31996 100644 --- a/src/gsoc/directory.conf +++ b/src/gsoc/directory.conf @@ -194,4 +194,20 @@ ideas: [ } ] }, + + { + title: Krop Template System + description: "Add a template system to the Krop web framework that works client- and server-side." + prereqs: "Proficient with Scala and a reasonable understanding of parsing." + difficulty: Medium + length: ${medium-length} + mentors: [noelwelsh, j-mie6] + categories: [web, programming languages] + repolinks: [ + { + name: Krop + url: "https://github.com/creativescala/krop/issues/14" + } + ] + }, ]