aboutsummaryrefslogtreecommitdiffstats
path: root/homepage-settings.yaml
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-09-08 10:08:23 +0200
committerDanilo M. <danix@danix.xyz>2026-09-08 10:08:23 +0200
commitad24dcac58eea06f874055665aeed02801fde004 (patch)
tree92ddb107de01a23a36000d28fd72248391a3d271 /homepage-settings.yaml
downloadslackware-changelog-master.tar.gz
slackware-changelog-master.zip
feat: serve the latest Slackware -current ChangeLog entry to HomepageHEADmaster
Homepage's customapi widget speaks JSON and cannot parse text, so the ChangeLog needs something in front of it. This proxy fetches the file, keeps only the entry above the first separator, and serves the counts, the CVE ids, a truncated package list and the entry as a page. Package lines are matched by starting at column 0 rather than by their trailing period, since the indented notes below them frequently end in one too. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0184D3xBAHPcZE9jZ45R5J26
Diffstat (limited to 'homepage-settings.yaml')
-rw-r--r--homepage-settings.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/homepage-settings.yaml b/homepage-settings.yaml
new file mode 100644
index 0000000..98b3bdd
--- /dev/null
+++ b/homepage-settings.yaml
@@ -0,0 +1,15 @@
+# Merge this `layout:` block into Homepage's settings.yaml.
+#
+# Listing a group here also fixes its order on the page. Any group omitted
+# falls to the bottom, so list the groups you already have too.
+
+layout:
+ Slackware:
+ style: row
+ columns: 2 # summary and package list side by side
+
+ # Your other groups go here too, in the order you want them shown:
+ #
+ # Nome Gruppo:
+ # style: row
+ # columns: 3