aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorOrestes Leal Rodriguez <postmaster@orestesleal.dev>2026-07-24 12:14:12 -0400
committerOrestes Leal Rodriguez <postmaster@orestesleal.dev>2026-07-24 12:14:12 -0400
commit7fb29c04055dd6757e5ef4dc0f087beaee4d39da (patch)
treebf38bb24ddcdf15131d467a787e103fd2b833f33 /src
Add synthetic cgit publication preview
Diffstat (limited to 'src')
-rw-r--r--src/preview.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/preview.c b/src/preview.c
new file mode 100644
index 0000000..d0b325a
--- /dev/null
+++ b/src/preview.c
@@ -0,0 +1,11 @@
+/* $IronCoreBSD$ */
+
+/*
+ * Copyright (c) 2026 Orestes Leal Rodriguez
+ * All rights reserved.
+ *
+ * Synthetic source used to validate cgit rendering. This is not operating
+ * system source and is not intended to be installed or executed.
+ */
+
+static const char ironcorebsd_preview[] = "synthetic publication preview";