diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-05-07 00:09:02 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-05-07 00:09:02 -0700 |
commit | 3835baaa9f77d863e13ead0307d0223d61abc21a (patch) | |
tree | 230370bdde86f8dedd5064eccd15045085f031a5 | |
parent | 6c82877e08111ee56ff09d15a57208526aa3aea3 (diff) | |
download | piny-code-3835baaa9f77d863e13ead0307d0223d61abc21a.tar.gz piny-code-3835baaa9f77d863e13ead0307d0223d61abc21a.zip |
Adding piny_ikiwiki tweakable
-rw-r--r-- | libpiny/lib/Piny/Config.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpiny/lib/Piny/Config.pm b/libpiny/lib/Piny/Config.pm index 8a611e5..40dd511 100644 --- a/libpiny/lib/Piny/Config.pm +++ b/libpiny/lib/Piny/Config.pm @@ -219,6 +219,7 @@ tweakable "piny_adminemail" => "jrayhawk\@omgwallhack.org", 'Str'; tweakable "piny_template" => undef, 'Maybe[PathDir]'; # Repo-specific tweakables, in the repos' .git/config files. +tweakable "piny_ikiwiki" => "1", 'Bool'; tweakable "piny_ikiwikidestdir" => "/srv/www/piny.be/", 'PathDir'; tweakable "piny_ikiwikisrcdir" => "/srv/ikiwiki/", 'PathDir'; tweakable "piny_ikiwikiurl" => "http://piny.be/", 'HttpUrl'; |