Add a page for FU

This commit is contained in:
Yorhel 2025-04-23 18:51:16 +02:00
parent 9708daae74
commit f8bcdbe1e6
24 changed files with 219 additions and 8 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/perl
($project) = (shift =~ /^([^ \/]+)/);
$project = uc $project if $project eq 'tuwf';
$project = uc $project if $project =~ /^(tuwf|fu)$/;
$title = shift;
print "---\ntitle: $title\npage-type: changelog\n...\n";