chiark / gitweb /
Link to app's wiki page from repo browse page
authorCiaran Gultnieks <ciaran@ciarang.com>
Tue, 16 Jul 2013 15:28:26 +0000 (16:28 +0100)
committerCiaran Gultnieks <ciaran@ciarang.com>
Tue, 16 Jul 2013 15:28:26 +0000 (16:28 +0100)
wp-fdroid/wp-fdroid.php

index 319e67e16bd3ee7eb3db00d13ef3784a680bdf9c..560f3b6d292779688fedce9bd53d2984e907c99f 100644 (file)
@@ -282,6 +282,9 @@ class FDroid
                                        $out.='<b>Donate:</b> <a href="'.$donate.'">'.$donate.'</a><br />';
                                $out.="</p>";
 
+                                $out.="<p>For full details and additional technical information, see ";
+                                $out.="<a href=\"/wiki/page/".$query_vars['fdid']."\">this application's page</a> on the F-Droid wiki.</p>";
+
                                $out.='<script type="text/javascript">';
                                $out.='function showHidePermissions(id) {';
                                $out.='  if(document.getElementById(id).style.display==\'none\')';