]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/contrib/linguas.mdwn
web commit by JonasSmedegaard: Fix for htmllink brokenness since ikiwiki 1.44.
[ikiwiki.git] / doc / plugins / contrib / linguas.mdwn
index cf7a458c72a46e5e291bbba65e3cfd9219262d39..0d05c08648b862eeef3f322be88d4acd309ec4e5 100644 (file)
@@ -3,7 +3,7 @@
 Linguas
 =======
 
-Linguas is a plugin for [ikiwiki](http://ikiwiki.kitenet.net/) that
+Linguas is a plugin for [ikiwiki](http://ikiwiki.info/) that
 allows translations of wiki pages.
 
 Download: [linguas.pm](http://wiki.ettin.org/files/linguas.pm) (2006-08-21).
@@ -85,6 +85,22 @@ it... any hints?)
   >  > I'll take a look when I have the time. Thanks for your comments.
   >  > --Jordà
 
+* The changes to htmllink in ikiwiki 1.44 broke this plugin.
+The following fixes it:
+
+        --- linguas.pm.orig     2006-08-23 19:07:04.000000000 +0200
+        +++ linguas.pm  2007-03-24 01:53:18.000000000 +0100
+        @@ -100,7 +100,7 @@
+                        if (exists $linguas{$2} && defined $linguas{$2}) {
+                                $link = $linguas{$2}{'name'};
+                        }
+        -               push @links, IkiWiki::htmllink($page, $destpage, $trans, 0, 0, $link);
+        +               push @links, IkiWiki::htmllink($page, $destpage, $trans, noimageinline => 0, forcesubpage => 0, linktext => $link);
+                }
+         
+                my $otherlinguas = 'Translations:';
+
+
 Examples
 --------