Add a page for FU
This commit is contained in:
parent
9708daae74
commit
f8bcdbe1e6
24 changed files with 219 additions and 8 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue