process frontpage separately
this way MoinMoin frontpage gets saved as DokuWiki frontpage, i.e respects both naming convention
This commit is contained in:
parent
00ece2d844
commit
850301acfa
2 changed files with 23 additions and 10 deletions
3
doku.php
3
doku.php
|
@ -45,6 +45,9 @@ case 'metaFN':
|
|||
case 'getNS':
|
||||
echo getNS($argv[2]);
|
||||
break;
|
||||
case 'getId':
|
||||
echo getId();
|
||||
break;
|
||||
default:
|
||||
die("Unknown knob: {$argv[1]}");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue