]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Merge commit 'upstream/master' into prv/po
authorintrigeri <intrigeri@boum.org>
Tue, 30 Dec 2008 17:24:36 +0000 (18:24 +0100)
committerintrigeri <intrigeri@boum.org>
Tue, 30 Dec 2008 17:24:36 +0000 (18:24 +0100)
Conflicts:

debian/control
debian/copyright
doc/ikiwiki/pagespec.mdwn

Signed-off-by: intrigeri <intrigeri@boum.org>
1  2 
IkiWiki/Plugin/parentlinks.pm
debian/control
debian/copyright

index 9095dabdaf176726b6a514e9edb605c8d06eb4e3,fb41e1c838161abd36b34699b847491549ca7aae..866201e5ee1e3eace05d68d17af1ca28fd469543
@@@ -6,20 -6,20 +6,20 @@@ use warnings
  use strict;
  use IkiWiki 2.00;
  
- sub import { #{{{
+ sub import {
        hook(type => "parentlinks", id => "parentlinks", call => \&parentlinks);
        hook(type => "pagetemplate", id => "parentlinks", call => \&pagetemplate);
- } # }}}
+ }
  
- sub getsetup () { #{{{
+ sub getsetup () {
        return 
                plugin => {
                        safe => 1,
                        rebuild => 1,
                },
- } #}}}
+ }
  
- sub parentlinks ($) { #{{{
+ sub parentlinks ($) {
        my $page=shift;
  
        my @ret;
@@@ -36,7 -36,7 +36,7 @@@
                $depth=$i;
                $height=($pagedepth - $depth);
                push @ret, {
 -                      url => urlto($path, $page),
 +                      url => urlto(bestlink($page, $path), $page),
                        page => $title,
                        depth => $depth,
                        height => $height,
@@@ -48,9 -48,9 +48,9 @@@
                $i++;
        }
        return @ret;
- } #}}}
+ }
  
- sub pagetemplate (@) { #{{{
+ sub pagetemplate (@) {
        my %params=@_;
          my $page=$params{page};
          my $template=$params{template};
@@@ -58,6 -58,6 +58,6 @@@
        if ($template->query(name => "parentlinks")) {
                $template->param(parentlinks => [parentlinks($page)]);
        }
- } # }}}
+ }
  
  1
diff --combined debian/control
index 04283532b13a91d7c767cc43f9fdcb00b803847f,0db972ff758c24a4712c9fe21165f363a93035e2..3becad3c91c6207c84f81ca80bc4a42321d93d75
@@@ -12,9 -12,9 +12,9 @@@ Vcs-Browser: http://git.ikiwiki.info/?p
  
  Package: ikiwiki
  Architecture: all
- Depends: ${perl:Depends}, markdown | libtext-markdown-perl, libhtml-scrubber-perl, libhtml-template-perl, libhtml-parser-perl, liburi-perl
+ Depends: ${perl:Depends}, libtext-markdown-perl | markdown, libhtml-scrubber-perl, libhtml-template-perl, libhtml-parser-perl, liburi-perl
  Recommends: gcc | c-compiler, libc6-dev | libc-dev, subversion | git-core (>= 1:1.5.0) | tla | bzr (>= 0.91) | mercurial | monotone (>= 0.38), libxml-simple-perl, libnet-openid-consumer-perl, liblwpx-paranoidagent-perl, libtimedate-perl, libcgi-formbuilder-perl (>= 3.05), libcgi-session-perl (>= 4.14-1), libmail-sendmail-perl, libauthen-passphrase-perl
- Suggests: viewvc | gitweb | viewcvs, libsearch-xapian-perl, xapian-omega (>= 1.0.5), librpc-xml-perl, libtext-wikiformat-perl, python, python-docutils, polygen, tidy, libxml-feed-perl, libmailtools-perl, perlmagick, libfile-mimeinfo-perl, libcrypt-ssleay-perl, liblocale-gettext-perl (>= 1.05-1), libtext-typography-perl, libtext-csv-perl, libdigest-sha1-perl, graphviz, libnet-amazon-s3-perl, sparkline-php, texlive, dvipng, po4a
 -Suggests: viewvc | gitweb | viewcvs, libsearch-xapian-perl, xapian-omega (>= 1.0.5), librpc-xml-perl, libtext-wikiformat-perl, python, python-docutils, polygen, tidy, libhtml-tree-perl, libxml-feed-perl, libmailtools-perl, perlmagick, libfile-mimeinfo-perl, libcrypt-ssleay-perl, liblocale-gettext-perl (>= 1.05-1), libtext-typography-perl, libtext-csv-perl, libdigest-sha1-perl, graphviz, libnet-amazon-s3-perl, sparkline-php, texlive, dvipng
++Suggests: viewvc | gitweb | viewcvs, libsearch-xapian-perl, xapian-omega (>= 1.0.5), librpc-xml-perl, libtext-wikiformat-perl, python, python-docutils, polygen, tidy, libhtml-tree-perl, libxml-feed-perl, libmailtools-perl, perlmagick, libfile-mimeinfo-perl, libcrypt-ssleay-perl, liblocale-gettext-perl (>= 1.05-1), libtext-typography-perl, libtext-csv-perl, libdigest-sha1-perl, graphviz, libnet-amazon-s3-perl, sparkline-php, texlive, dvipng, po4a
  Conflicts: ikiwiki-plugin-table
  Replaces: ikiwiki-plugin-table
  Provides: ikiwiki-plugin-table
diff --combined debian/copyright
index fe5db8af8d53972908901873d239a4a4d2f79993,b9ea89d812023f01ba81b3ec37a764dd67efb635..1f189f3149ea041455def1ecba8b6470e0cd3331
@@@ -76,6 -76,10 +76,10 @@@ Files: htmltidy.p
  Copyright: © 2006 Faidon Liambotis
  License: GPL-2+
  
+ Files: htmlbalance.pm
+ Copyright: © 2008 Simon McVittie <http://smcv.pseudorandom.co.uk/>
+ License: GPL-2+
  Files: polygen.pm, pagestats.pm, cutpaste.pm
  Copyright: © 2006 Enrico Zini
  License: GPL-2+
@@@ -108,10 -112,12 +112,16 @@@ Files: google.p
  Copyright: Copyright (C) 2008 Peter Simons <simons@cryp.to>
  License: GPL-2+
  
- Copyright: (C) 2008 intrigeri <intrigeri@boum.org>
+ Files: comments.pm
+ Copyright: 
+  © 2006-2008 Joey Hess <joey@ikiwiki.info>
+  © 2008 Simon McVittie <http://smcv.pseudorandom.co.uk/>
+ License: GPL-2+
 +Files: po.pm
++Copyright: © 2008 intrigeri <intrigeri@boum.org>
 +License: GPL-2+
 +
  Files: doc/logo/*
  Copyright: © 2006 Recai Oktaş <roktas@debian.org>
  License: GPL-2+