index
:
ledger-smb
1.2.13+jones
1.2.16+jones
1.2.17+jones
master
Unnamed repository; edit this file to name it for gitweb.
Jonas Smedegaard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
fixme
diff options
context:
1
2
3
4
5
6
#!/usr/bin/perl
# Ikiwiki version plugin.
package
IkiWiki
::
Plugin
::
version
;
use
warnings
;
use
strict
;
use
IkiWiki
2.00
;
sub
import
{
#{{{
hook
(
type
=>
"needsbuild"
,
id
=>
"version"
,
call
=>
\
&
needsbuild
);
hook
(
type
=>
"preprocess"
,
id
=>
"version"
,
call
=>
\
&
preprocess
);
}
# }}}
sub
needsbuild
(@) {
#{{{
my
$needsbuild
=
shift
;
foreach
my
$page
(
keys
%pagestate
) {
if
(<
0 files changed, 0 insertions, 0 deletions